Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Created October 6, 2014 20:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steveklabnik/3488291040ddf63db46a to your computer and use it in GitHub Desktop.
Save steveklabnik/3488291040ddf63db46a to your computer and use it in GitHub Desktop.
cfg: build triple x86_64-unknown-linux-gnu
cfg: host triples x86_64-unknown-linux-gnu
cfg: target triples x86_64-unknown-linux-gnu
cfg: enabling more debugging (CFG_ENABLE_DEBUG)
cfg: host for x86_64-unknown-linux-gnu is x86_64
cfg: os for x86_64-unknown-linux-gnu is unknown-linux-gnu
cfg: using CC=ccache gcc (CFG_CC)
cfg: no llnextgen found, omitting grammar-verification
make -C /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm ONLY_TOOLS="bugpoint llc llvm-ar llvm-as llvm-dis llvm-mc opt llvm-extract"
make[1]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm'
for dir in lib/Support lib/TableGen utils lib/IR lib tools/llvm-config tools cmake; do \
if ([ ! -f $dir/Makefile ] || \
command test $dir/Makefile -ot /home/steve/src/rust/src/llvm/$dir/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $dir; \
/bin/cp /home/steve/src/rust/src/llvm/$dir/Makefile $dir/Makefile; \
fi; \
(make -C $dir all ) || exit 1; \
done
make[2]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/.//.dir
llvm[2]: Compiling APFloat.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APFloat.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APFloat.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APFloat.d" /home/steve/src/rust/src/llvm/lib/Support/APFloat.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APFloat.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APFloat.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APFloat.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APFloat.d.tmp"; exit 1; fi
llvm[2]: Compiling APInt.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APInt.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APInt.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APInt.d" /home/steve/src/rust/src/llvm/lib/Support/APInt.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APInt.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APInt.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APInt.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APInt.d.tmp"; exit 1; fi
llvm[2]: Compiling APSInt.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APSInt.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APSInt.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APSInt.d" /home/steve/src/rust/src/llvm/lib/Support/APSInt.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APSInt.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APSInt.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APSInt.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APSInt.d.tmp"; exit 1; fi
llvm[2]: Compiling ARMBuildAttrs.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMBuildAttrs.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMBuildAttrs.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMBuildAttrs.d" /home/steve/src/rust/src/llvm/lib/Support/ARMBuildAttrs.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMBuildAttrs.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMBuildAttrs.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMBuildAttrs.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMBuildAttrs.d.tmp"; exit 1; fi
llvm[2]: Compiling ARMWinEH.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMWinEH.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMWinEH.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMWinEH.d" /home/steve/src/rust/src/llvm/lib/Support/ARMWinEH.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMWinEH.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMWinEH.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMWinEH.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMWinEH.d.tmp"; exit 1; fi
llvm[2]: Compiling Allocator.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Allocator.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Allocator.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Allocator.d" /home/steve/src/rust/src/llvm/lib/Support/Allocator.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Allocator.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Allocator.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Allocator.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Allocator.d.tmp"; exit 1; fi
llvm[2]: Compiling Atomic.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Atomic.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Atomic.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Atomic.d" /home/steve/src/rust/src/llvm/lib/Support/Atomic.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Atomic.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Atomic.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Atomic.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Atomic.d.tmp"; exit 1; fi
llvm[2]: Compiling BlockFrequency.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BlockFrequency.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BlockFrequency.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BlockFrequency.d" /home/steve/src/rust/src/llvm/lib/Support/BlockFrequency.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BlockFrequency.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BlockFrequency.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BlockFrequency.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BlockFrequency.d.tmp"; exit 1; fi
llvm[2]: Compiling BranchProbability.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BranchProbability.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BranchProbability.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BranchProbability.d" /home/steve/src/rust/src/llvm/lib/Support/BranchProbability.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BranchProbability.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BranchProbability.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BranchProbability.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BranchProbability.d.tmp"; exit 1; fi
llvm[2]: Compiling CommandLine.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CommandLine.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CommandLine.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CommandLine.d" /home/steve/src/rust/src/llvm/lib/Support/CommandLine.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CommandLine.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CommandLine.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CommandLine.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CommandLine.d.tmp"; exit 1; fi
llvm[2]: Compiling Compression.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Compression.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Compression.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Compression.d" /home/steve/src/rust/src/llvm/lib/Support/Compression.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Compression.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Compression.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Compression.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Compression.d.tmp"; exit 1; fi
llvm[2]: Compiling ConvertUTF.c for Release+Asserts build
if ccache gcc -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTF.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTF.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTF.d" /home/steve/src/rust/src/llvm/lib/Support/ConvertUTF.c -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTF.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTF.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTF.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTF.d.tmp"; exit 1; fi
llvm[2]: Compiling ConvertUTFWrapper.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTFWrapper.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTFWrapper.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTFWrapper.d" /home/steve/src/rust/src/llvm/lib/Support/ConvertUTFWrapper.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTFWrapper.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTFWrapper.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTFWrapper.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTFWrapper.d.tmp"; exit 1; fi
llvm[2]: Compiling CrashRecoveryContext.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CrashRecoveryContext.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CrashRecoveryContext.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CrashRecoveryContext.d" /home/steve/src/rust/src/llvm/lib/Support/CrashRecoveryContext.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CrashRecoveryContext.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CrashRecoveryContext.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CrashRecoveryContext.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CrashRecoveryContext.d.tmp"; exit 1; fi
llvm[2]: Compiling DAGDeltaAlgorithm.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DAGDeltaAlgorithm.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DAGDeltaAlgorithm.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DAGDeltaAlgorithm.d" /home/steve/src/rust/src/llvm/lib/Support/DAGDeltaAlgorithm.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DAGDeltaAlgorithm.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DAGDeltaAlgorithm.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DAGDeltaAlgorithm.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DAGDeltaAlgorithm.d.tmp"; exit 1; fi
llvm[2]: Compiling DataExtractor.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataExtractor.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataExtractor.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataExtractor.d" /home/steve/src/rust/src/llvm/lib/Support/DataExtractor.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataExtractor.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataExtractor.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataExtractor.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataExtractor.d.tmp"; exit 1; fi
llvm[2]: Compiling DataStream.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataStream.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataStream.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataStream.d" /home/steve/src/rust/src/llvm/lib/Support/DataStream.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataStream.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataStream.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataStream.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataStream.d.tmp"; exit 1; fi
llvm[2]: Compiling Debug.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Debug.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Debug.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Debug.d" /home/steve/src/rust/src/llvm/lib/Support/Debug.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Debug.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Debug.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Debug.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Debug.d.tmp"; exit 1; fi
llvm[2]: Compiling DeltaAlgorithm.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DeltaAlgorithm.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DeltaAlgorithm.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DeltaAlgorithm.d" /home/steve/src/rust/src/llvm/lib/Support/DeltaAlgorithm.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DeltaAlgorithm.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DeltaAlgorithm.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DeltaAlgorithm.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DeltaAlgorithm.d.tmp"; exit 1; fi
llvm[2]: Compiling Dwarf.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Dwarf.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Dwarf.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Dwarf.d" /home/steve/src/rust/src/llvm/lib/Support/Dwarf.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Dwarf.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Dwarf.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Dwarf.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Dwarf.d.tmp"; exit 1; fi
llvm[2]: Compiling DynamicLibrary.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DynamicLibrary.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DynamicLibrary.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DynamicLibrary.d" /home/steve/src/rust/src/llvm/lib/Support/DynamicLibrary.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DynamicLibrary.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DynamicLibrary.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DynamicLibrary.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DynamicLibrary.d.tmp"; exit 1; fi
llvm[2]: Compiling Errno.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Errno.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Errno.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Errno.d" /home/steve/src/rust/src/llvm/lib/Support/Errno.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Errno.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Errno.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Errno.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Errno.d.tmp"; exit 1; fi
llvm[2]: Compiling ErrorHandling.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ErrorHandling.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ErrorHandling.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ErrorHandling.d" /home/steve/src/rust/src/llvm/lib/Support/ErrorHandling.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ErrorHandling.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ErrorHandling.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ErrorHandling.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ErrorHandling.d.tmp"; exit 1; fi
llvm[2]: Compiling FileOutputBuffer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileOutputBuffer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileOutputBuffer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileOutputBuffer.d" /home/steve/src/rust/src/llvm/lib/Support/FileOutputBuffer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileOutputBuffer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileOutputBuffer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileOutputBuffer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileOutputBuffer.d.tmp"; exit 1; fi
llvm[2]: Compiling FileUtilities.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileUtilities.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileUtilities.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileUtilities.d" /home/steve/src/rust/src/llvm/lib/Support/FileUtilities.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileUtilities.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileUtilities.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileUtilities.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileUtilities.d.tmp"; exit 1; fi
llvm[2]: Compiling FoldingSet.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FoldingSet.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FoldingSet.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FoldingSet.d" /home/steve/src/rust/src/llvm/lib/Support/FoldingSet.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FoldingSet.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FoldingSet.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FoldingSet.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FoldingSet.d.tmp"; exit 1; fi
llvm[2]: Compiling FormattedStream.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FormattedStream.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FormattedStream.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FormattedStream.d" /home/steve/src/rust/src/llvm/lib/Support/FormattedStream.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FormattedStream.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FormattedStream.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FormattedStream.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FormattedStream.d.tmp"; exit 1; fi
llvm[2]: Compiling GraphWriter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/GraphWriter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/GraphWriter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/GraphWriter.d" /home/steve/src/rust/src/llvm/lib/Support/GraphWriter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/GraphWriter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/GraphWriter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/GraphWriter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/GraphWriter.d.tmp"; exit 1; fi
llvm[2]: Compiling Hashing.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Hashing.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Hashing.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Hashing.d" /home/steve/src/rust/src/llvm/lib/Support/Hashing.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Hashing.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Hashing.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Hashing.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Hashing.d.tmp"; exit 1; fi
llvm[2]: Compiling Host.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Host.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Host.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Host.d" /home/steve/src/rust/src/llvm/lib/Support/Host.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Host.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Host.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Host.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Host.d.tmp"; exit 1; fi
llvm[2]: Compiling IntEqClasses.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntEqClasses.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntEqClasses.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntEqClasses.d" /home/steve/src/rust/src/llvm/lib/Support/IntEqClasses.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntEqClasses.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntEqClasses.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntEqClasses.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntEqClasses.d.tmp"; exit 1; fi
llvm[2]: Compiling IntervalMap.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntervalMap.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntervalMap.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntervalMap.d" /home/steve/src/rust/src/llvm/lib/Support/IntervalMap.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntervalMap.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntervalMap.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntervalMap.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntervalMap.d.tmp"; exit 1; fi
llvm[2]: Compiling IntrusiveRefCntPtr.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntrusiveRefCntPtr.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntrusiveRefCntPtr.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntrusiveRefCntPtr.d" /home/steve/src/rust/src/llvm/lib/Support/IntrusiveRefCntPtr.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntrusiveRefCntPtr.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntrusiveRefCntPtr.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntrusiveRefCntPtr.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntrusiveRefCntPtr.d.tmp"; exit 1; fi
llvm[2]: Compiling IsInf.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsInf.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsInf.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsInf.d" /home/steve/src/rust/src/llvm/lib/Support/IsInf.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsInf.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsInf.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsInf.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsInf.d.tmp"; exit 1; fi
llvm[2]: Compiling IsNAN.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsNAN.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsNAN.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsNAN.d" /home/steve/src/rust/src/llvm/lib/Support/IsNAN.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsNAN.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsNAN.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsNAN.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsNAN.d.tmp"; exit 1; fi
llvm[2]: Compiling LEB128.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LEB128.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LEB128.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LEB128.d" /home/steve/src/rust/src/llvm/lib/Support/LEB128.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LEB128.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LEB128.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LEB128.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LEB128.d.tmp"; exit 1; fi
llvm[2]: Compiling LineIterator.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LineIterator.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LineIterator.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LineIterator.d" /home/steve/src/rust/src/llvm/lib/Support/LineIterator.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LineIterator.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LineIterator.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LineIterator.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LineIterator.d.tmp"; exit 1; fi
llvm[2]: Compiling Locale.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Locale.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Locale.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Locale.d" /home/steve/src/rust/src/llvm/lib/Support/Locale.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Locale.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Locale.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Locale.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Locale.d.tmp"; exit 1; fi
llvm[2]: Compiling LockFileManager.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LockFileManager.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LockFileManager.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LockFileManager.d" /home/steve/src/rust/src/llvm/lib/Support/LockFileManager.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LockFileManager.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LockFileManager.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LockFileManager.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LockFileManager.d.tmp"; exit 1; fi
llvm[2]: Compiling MD5.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MD5.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MD5.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MD5.d" /home/steve/src/rust/src/llvm/lib/Support/MD5.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MD5.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MD5.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MD5.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MD5.d.tmp"; exit 1; fi
llvm[2]: Compiling ManagedStatic.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ManagedStatic.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ManagedStatic.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ManagedStatic.d" /home/steve/src/rust/src/llvm/lib/Support/ManagedStatic.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ManagedStatic.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ManagedStatic.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ManagedStatic.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ManagedStatic.d.tmp"; exit 1; fi
llvm[2]: Compiling MathExtras.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MathExtras.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MathExtras.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MathExtras.d" /home/steve/src/rust/src/llvm/lib/Support/MathExtras.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MathExtras.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MathExtras.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MathExtras.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MathExtras.d.tmp"; exit 1; fi
llvm[2]: Compiling Memory.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Memory.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Memory.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Memory.d" /home/steve/src/rust/src/llvm/lib/Support/Memory.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Memory.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Memory.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Memory.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Memory.d.tmp"; exit 1; fi
llvm[2]: Compiling MemoryBuffer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryBuffer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryBuffer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryBuffer.d" /home/steve/src/rust/src/llvm/lib/Support/MemoryBuffer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryBuffer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryBuffer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryBuffer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryBuffer.d.tmp"; exit 1; fi
llvm[2]: Compiling MemoryObject.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryObject.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryObject.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryObject.d" /home/steve/src/rust/src/llvm/lib/Support/MemoryObject.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryObject.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryObject.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryObject.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryObject.d.tmp"; exit 1; fi
llvm[2]: Compiling Mutex.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Mutex.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Mutex.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Mutex.d" /home/steve/src/rust/src/llvm/lib/Support/Mutex.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Mutex.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Mutex.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Mutex.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Mutex.d.tmp"; exit 1; fi
llvm[2]: Compiling Path.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Path.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Path.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Path.d" /home/steve/src/rust/src/llvm/lib/Support/Path.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Path.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Path.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Path.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Path.d.tmp"; exit 1; fi
llvm[2]: Compiling PluginLoader.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PluginLoader.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PluginLoader.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PluginLoader.d" /home/steve/src/rust/src/llvm/lib/Support/PluginLoader.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PluginLoader.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PluginLoader.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PluginLoader.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PluginLoader.d.tmp"; exit 1; fi
llvm[2]: Compiling PrettyStackTrace.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PrettyStackTrace.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PrettyStackTrace.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PrettyStackTrace.d" /home/steve/src/rust/src/llvm/lib/Support/PrettyStackTrace.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PrettyStackTrace.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PrettyStackTrace.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PrettyStackTrace.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PrettyStackTrace.d.tmp"; exit 1; fi
llvm[2]: Compiling Process.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Process.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Process.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Process.d" /home/steve/src/rust/src/llvm/lib/Support/Process.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Process.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Process.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Process.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Process.d.tmp"; exit 1; fi
llvm[2]: Compiling Program.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Program.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Program.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Program.d" /home/steve/src/rust/src/llvm/lib/Support/Program.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Program.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Program.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Program.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Program.d.tmp"; exit 1; fi
llvm[2]: Compiling RWMutex.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RWMutex.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RWMutex.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RWMutex.d" /home/steve/src/rust/src/llvm/lib/Support/RWMutex.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RWMutex.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RWMutex.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RWMutex.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RWMutex.d.tmp"; exit 1; fi
llvm[2]: Compiling RandomNumberGenerator.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RandomNumberGenerator.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RandomNumberGenerator.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RandomNumberGenerator.d" /home/steve/src/rust/src/llvm/lib/Support/RandomNumberGenerator.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RandomNumberGenerator.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RandomNumberGenerator.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RandomNumberGenerator.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RandomNumberGenerator.d.tmp"; exit 1; fi
llvm[2]: Compiling Regex.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Regex.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Regex.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Regex.d" /home/steve/src/rust/src/llvm/lib/Support/Regex.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Regex.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Regex.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Regex.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Regex.d.tmp"; exit 1; fi
llvm[2]: Compiling ScaledNumber.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ScaledNumber.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ScaledNumber.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ScaledNumber.d" /home/steve/src/rust/src/llvm/lib/Support/ScaledNumber.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ScaledNumber.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ScaledNumber.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ScaledNumber.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ScaledNumber.d.tmp"; exit 1; fi
llvm[2]: Compiling SearchForAddressOfSpecialSymbol.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SearchForAddressOfSpecialSymbol.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SearchForAddressOfSpecialSymbol.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SearchForAddressOfSpecialSymbol.d" /home/steve/src/rust/src/llvm/lib/Support/SearchForAddressOfSpecialSymbol.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SearchForAddressOfSpecialSymbol.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SearchForAddressOfSpecialSymbol.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SearchForAddressOfSpecialSymbol.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SearchForAddressOfSpecialSymbol.d.tmp"; exit 1; fi
llvm[2]: Compiling Signals.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Signals.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Signals.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Signals.d" /home/steve/src/rust/src/llvm/lib/Support/Signals.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Signals.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Signals.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Signals.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Signals.d.tmp"; exit 1; fi
llvm[2]: Compiling SmallPtrSet.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallPtrSet.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallPtrSet.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallPtrSet.d" /home/steve/src/rust/src/llvm/lib/Support/SmallPtrSet.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallPtrSet.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallPtrSet.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallPtrSet.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallPtrSet.d.tmp"; exit 1; fi
llvm[2]: Compiling SmallVector.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallVector.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallVector.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallVector.d" /home/steve/src/rust/src/llvm/lib/Support/SmallVector.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallVector.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallVector.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallVector.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallVector.d.tmp"; exit 1; fi
llvm[2]: Compiling SourceMgr.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SourceMgr.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SourceMgr.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SourceMgr.d" /home/steve/src/rust/src/llvm/lib/Support/SourceMgr.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SourceMgr.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SourceMgr.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SourceMgr.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SourceMgr.d.tmp"; exit 1; fi
llvm[2]: Compiling SpecialCaseList.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SpecialCaseList.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SpecialCaseList.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SpecialCaseList.d" /home/steve/src/rust/src/llvm/lib/Support/SpecialCaseList.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SpecialCaseList.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SpecialCaseList.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SpecialCaseList.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SpecialCaseList.d.tmp"; exit 1; fi
llvm[2]: Compiling Statistic.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Statistic.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Statistic.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Statistic.d" /home/steve/src/rust/src/llvm/lib/Support/Statistic.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Statistic.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Statistic.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Statistic.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Statistic.d.tmp"; exit 1; fi
llvm[2]: Compiling StreamableMemoryObject.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StreamableMemoryObject.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StreamableMemoryObject.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StreamableMemoryObject.d" /home/steve/src/rust/src/llvm/lib/Support/StreamableMemoryObject.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StreamableMemoryObject.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StreamableMemoryObject.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StreamableMemoryObject.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StreamableMemoryObject.d.tmp"; exit 1; fi
llvm[2]: Compiling StringExtras.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringExtras.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringExtras.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringExtras.d" /home/steve/src/rust/src/llvm/lib/Support/StringExtras.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringExtras.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringExtras.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringExtras.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringExtras.d.tmp"; exit 1; fi
llvm[2]: Compiling StringMap.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringMap.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringMap.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringMap.d" /home/steve/src/rust/src/llvm/lib/Support/StringMap.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringMap.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringMap.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringMap.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringMap.d.tmp"; exit 1; fi
llvm[2]: Compiling StringPool.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringPool.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringPool.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringPool.d" /home/steve/src/rust/src/llvm/lib/Support/StringPool.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringPool.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringPool.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringPool.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringPool.d.tmp"; exit 1; fi
llvm[2]: Compiling StringRef.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRef.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRef.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRef.d" /home/steve/src/rust/src/llvm/lib/Support/StringRef.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRef.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRef.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRef.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRef.d.tmp"; exit 1; fi
llvm[2]: Compiling StringRefMemoryObject.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRefMemoryObject.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRefMemoryObject.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRefMemoryObject.d" /home/steve/src/rust/src/llvm/lib/Support/StringRefMemoryObject.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRefMemoryObject.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRefMemoryObject.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRefMemoryObject.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRefMemoryObject.d.tmp"; exit 1; fi
llvm[2]: Compiling SystemUtils.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SystemUtils.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SystemUtils.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SystemUtils.d" /home/steve/src/rust/src/llvm/lib/Support/SystemUtils.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SystemUtils.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SystemUtils.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SystemUtils.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SystemUtils.d.tmp"; exit 1; fi
llvm[2]: Compiling TargetRegistry.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TargetRegistry.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TargetRegistry.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TargetRegistry.d" /home/steve/src/rust/src/llvm/lib/Support/TargetRegistry.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TargetRegistry.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TargetRegistry.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TargetRegistry.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TargetRegistry.d.tmp"; exit 1; fi
llvm[2]: Compiling ThreadLocal.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ThreadLocal.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ThreadLocal.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ThreadLocal.d" /home/steve/src/rust/src/llvm/lib/Support/ThreadLocal.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ThreadLocal.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ThreadLocal.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ThreadLocal.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ThreadLocal.d.tmp"; exit 1; fi
llvm[2]: Compiling Threading.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Threading.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Threading.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Threading.d" /home/steve/src/rust/src/llvm/lib/Support/Threading.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Threading.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Threading.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Threading.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Threading.d.tmp"; exit 1; fi
llvm[2]: Compiling TimeValue.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TimeValue.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TimeValue.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TimeValue.d" /home/steve/src/rust/src/llvm/lib/Support/TimeValue.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TimeValue.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TimeValue.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TimeValue.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TimeValue.d.tmp"; exit 1; fi
llvm[2]: Compiling Timer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Timer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Timer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Timer.d" /home/steve/src/rust/src/llvm/lib/Support/Timer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Timer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Timer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Timer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Timer.d.tmp"; exit 1; fi
llvm[2]: Compiling ToolOutputFile.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ToolOutputFile.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ToolOutputFile.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ToolOutputFile.d" /home/steve/src/rust/src/llvm/lib/Support/ToolOutputFile.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ToolOutputFile.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ToolOutputFile.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ToolOutputFile.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ToolOutputFile.d.tmp"; exit 1; fi
llvm[2]: Compiling Triple.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Triple.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Triple.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Triple.d" /home/steve/src/rust/src/llvm/lib/Support/Triple.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Triple.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Triple.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Triple.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Triple.d.tmp"; exit 1; fi
llvm[2]: Compiling Twine.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Twine.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Twine.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Twine.d" /home/steve/src/rust/src/llvm/lib/Support/Twine.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Twine.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Twine.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Twine.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Twine.d.tmp"; exit 1; fi
llvm[2]: Compiling Unicode.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Unicode.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Unicode.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Unicode.d" /home/steve/src/rust/src/llvm/lib/Support/Unicode.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Unicode.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Unicode.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Unicode.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Unicode.d.tmp"; exit 1; fi
llvm[2]: Compiling Valgrind.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Valgrind.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Valgrind.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Valgrind.d" /home/steve/src/rust/src/llvm/lib/Support/Valgrind.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Valgrind.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Valgrind.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Valgrind.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Valgrind.d.tmp"; exit 1; fi
llvm[2]: Compiling Watchdog.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Watchdog.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Watchdog.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Watchdog.d" /home/steve/src/rust/src/llvm/lib/Support/Watchdog.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Watchdog.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Watchdog.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Watchdog.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Watchdog.d.tmp"; exit 1; fi
llvm[2]: Compiling YAMLParser.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLParser.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLParser.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLParser.d" /home/steve/src/rust/src/llvm/lib/Support/YAMLParser.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLParser.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLParser.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLParser.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLParser.d.tmp"; exit 1; fi
llvm[2]: Compiling YAMLTraits.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLTraits.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLTraits.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLTraits.d" /home/steve/src/rust/src/llvm/lib/Support/YAMLTraits.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLTraits.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLTraits.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLTraits.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLTraits.d.tmp"; exit 1; fi
llvm[2]: Compiling circular_raw_ostream.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/circular_raw_ostream.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/circular_raw_ostream.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/circular_raw_ostream.d" /home/steve/src/rust/src/llvm/lib/Support/circular_raw_ostream.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/circular_raw_ostream.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/circular_raw_ostream.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/circular_raw_ostream.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/circular_raw_ostream.d.tmp"; exit 1; fi
llvm[2]: Compiling raw_os_ostream.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_os_ostream.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_os_ostream.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_os_ostream.d" /home/steve/src/rust/src/llvm/lib/Support/raw_os_ostream.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_os_ostream.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_os_ostream.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_os_ostream.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_os_ostream.d.tmp"; exit 1; fi
llvm[2]: Compiling raw_ostream.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_ostream.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_ostream.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_ostream.d" /home/steve/src/rust/src/llvm/lib/Support/raw_ostream.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_ostream.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_ostream.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_ostream.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_ostream.d.tmp"; exit 1; fi
llvm[2]: Compiling regcomp.c for Release+Asserts build
if ccache gcc -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regcomp.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regcomp.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regcomp.d" /home/steve/src/rust/src/llvm/lib/Support/regcomp.c -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regcomp.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regcomp.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regcomp.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regcomp.d.tmp"; exit 1; fi
llvm[2]: Compiling regerror.c for Release+Asserts build
if ccache gcc -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regerror.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regerror.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regerror.d" /home/steve/src/rust/src/llvm/lib/Support/regerror.c -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regerror.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regerror.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regerror.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regerror.d.tmp"; exit 1; fi
llvm[2]: Compiling regexec.c for Release+Asserts build
if ccache gcc -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regexec.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regexec.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regexec.d" /home/steve/src/rust/src/llvm/lib/Support/regexec.c -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regexec.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regexec.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regexec.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regexec.d.tmp"; exit 1; fi
llvm[2]: Compiling regfree.c for Release+Asserts build
if ccache gcc -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regfree.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regfree.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regfree.d" /home/steve/src/rust/src/llvm/lib/Support/regfree.c -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regfree.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regfree.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regfree.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regfree.d.tmp"; exit 1; fi
llvm[2]: Compiling regstrlcpy.c for Release+Asserts build
if ccache gcc -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Support -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -fPIC -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regstrlcpy.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regstrlcpy.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regstrlcpy.d" /home/steve/src/rust/src/llvm/lib/Support/regstrlcpy.c -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regstrlcpy.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regstrlcpy.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regstrlcpy.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regstrlcpy.d.tmp"; exit 1; fi
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/.dir
llvm[2]: Building Release+Asserts Archive Library libLLVMSupport.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMSupport.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMSupport.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APFloat.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APInt.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/APSInt.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMBuildAttrs.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ARMWinEH.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Allocator.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Atomic.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BlockFrequency.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/BranchProbability.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CommandLine.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Compression.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTF.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ConvertUTFWrapper.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/CrashRecoveryContext.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DAGDeltaAlgorithm.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataExtractor.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DataStream.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Debug.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DeltaAlgorithm.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Dwarf.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/DynamicLibrary.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Errno.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ErrorHandling.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileOutputBuffer.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FileUtilities.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FoldingSet.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/FormattedStream.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/GraphWriter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Hashing.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Host.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntEqClasses.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntervalMap.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IntrusiveRefCntPtr.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsInf.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/IsNAN.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LEB128.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LineIterator.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Locale.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/LockFileManager.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MD5.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ManagedStatic.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MathExtras.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Memory.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryBuffer.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/MemoryObject.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Mutex.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Path.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PluginLoader.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/PrettyStackTrace.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Process.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Program.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RWMutex.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/RandomNumberGenerator.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Regex.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ScaledNumber.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SearchForAddressOfSpecialSymbol.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Signals.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallPtrSet.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SmallVector.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SourceMgr.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SpecialCaseList.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Statistic.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StreamableMemoryObject.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringExtras.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringMap.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringPool.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRef.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/StringRefMemoryObject.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/SystemUtils.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TargetRegistry.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ThreadLocal.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Threading.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/TimeValue.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Timer.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/ToolOutputFile.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Triple.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Twine.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Unicode.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Valgrind.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/Watchdog.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLParser.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/YAMLTraits.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/circular_raw_ostream.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_os_ostream.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/raw_ostream.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regcomp.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regerror.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regexec.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regfree.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support/Release+Asserts/regstrlcpy.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMSupport.a
make[2]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Support'
make[2]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/.//.dir
llvm[2]: Compiling Error.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Error.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Error.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Error.d" /home/steve/src/rust/src/llvm/lib/TableGen/Error.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Error.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Error.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Error.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Error.d.tmp"; exit 1; fi
llvm[2]: Compiling Main.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Main.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Main.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Main.d" /home/steve/src/rust/src/llvm/lib/TableGen/Main.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Main.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Main.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Main.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Main.d.tmp"; exit 1; fi
llvm[2]: Compiling Record.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Record.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Record.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Record.d" /home/steve/src/rust/src/llvm/lib/TableGen/Record.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Record.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Record.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Record.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Record.d.tmp"; exit 1; fi
llvm[2]: Compiling SetTheory.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/SetTheory.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/SetTheory.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/SetTheory.d" /home/steve/src/rust/src/llvm/lib/TableGen/SetTheory.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/SetTheory.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/SetTheory.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/SetTheory.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/SetTheory.d.tmp"; exit 1; fi
llvm[2]: Compiling StringMatcher.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/StringMatcher.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/StringMatcher.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/StringMatcher.d" /home/steve/src/rust/src/llvm/lib/TableGen/StringMatcher.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/StringMatcher.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/StringMatcher.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/StringMatcher.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/StringMatcher.d.tmp"; exit 1; fi
llvm[2]: Compiling TGLexer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGLexer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGLexer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGLexer.d" /home/steve/src/rust/src/llvm/lib/TableGen/TGLexer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGLexer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGLexer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGLexer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGLexer.d.tmp"; exit 1; fi
llvm[2]: Compiling TGParser.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGParser.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGParser.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGParser.d" /home/steve/src/rust/src/llvm/lib/TableGen/TGParser.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGParser.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGParser.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGParser.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGParser.d.tmp"; exit 1; fi
llvm[2]: Compiling TableGenBackend.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TableGenBackend.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TableGenBackend.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TableGenBackend.d" /home/steve/src/rust/src/llvm/lib/TableGen/TableGenBackend.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TableGenBackend.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TableGenBackend.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TableGenBackend.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TableGenBackend.d.tmp"; exit 1; fi
llvm[2]: Building Release+Asserts Archive Library libLLVMTableGen.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMTableGen.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMTableGen.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Error.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Main.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/Record.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/SetTheory.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/StringMatcher.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGLexer.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TGParser.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen/Release+Asserts/TableGenBackend.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMTableGen.a
make[2]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/TableGen'
make[2]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils'
\
SD=/home/steve/src/rust/src/llvm/utils/FileCheck; \
DD=FileCheck; \
if [ ! -f $SD/Makefile ]; then \
SD=FileCheck; \
DD=FileCheck; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[3]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck/Release+Asserts/.//.dir
llvm[3]: Compiling FileCheck.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/FileCheck -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck/Release+Asserts/FileCheck.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck/Release+Asserts/FileCheck.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck/Release+Asserts/FileCheck.d" /home/steve/src/rust/src/llvm/utils/FileCheck/FileCheck.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck/Release+Asserts/FileCheck.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck/Release+Asserts/FileCheck.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck/Release+Asserts/FileCheck.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck/Release+Asserts/FileCheck.d.tmp"; exit 1; fi
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/bin > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/bin/.dir
llvm[3]: Linking Release+Asserts executable FileCheck (without symbols)
ccache g++ -O3 -Wl,--gc-sections -Wl,-R -Wl,'$ORIGIN/../lib' -L/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib -L/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib -Wl,--version-script=/home/steve/src/rust/src/llvm/autoconf/ExportMap.map -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/bin/FileCheck /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck/Release+Asserts/FileCheck.o -lLLVMSupport \
-lpthread -ldl -lm
llvm[3]: ======= Finished Linking Release+Asserts Executable FileCheck (without symbols)
make[3]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/FileCheck'
\
SD=/home/steve/src/rust/src/llvm/utils/TableGen; \
DD=TableGen; \
if [ ! -f $SD/Makefile ]; then \
SD=TableGen; \
DD=TableGen; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[3]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/.//.dir
llvm[3]: Compiling AsmMatcherEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmMatcherEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmMatcherEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmMatcherEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/AsmMatcherEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmMatcherEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmMatcherEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmMatcherEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmMatcherEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling AsmWriterEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/AsmWriterEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling AsmWriterInst.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterInst.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterInst.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterInst.d" /home/steve/src/rust/src/llvm/utils/TableGen/AsmWriterInst.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterInst.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterInst.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterInst.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterInst.d.tmp"; exit 1; fi
llvm[3]: Compiling CTagsEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CTagsEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CTagsEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CTagsEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/CTagsEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CTagsEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CTagsEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CTagsEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CTagsEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling CallingConvEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CallingConvEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CallingConvEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CallingConvEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/CallingConvEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CallingConvEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CallingConvEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CallingConvEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CallingConvEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling CodeEmitterGen.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeEmitterGen.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeEmitterGen.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeEmitterGen.d" /home/steve/src/rust/src/llvm/utils/TableGen/CodeEmitterGen.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeEmitterGen.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeEmitterGen.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeEmitterGen.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeEmitterGen.d.tmp"; exit 1; fi
llvm[3]: Compiling CodeGenDAGPatterns.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenDAGPatterns.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenDAGPatterns.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenDAGPatterns.d" /home/steve/src/rust/src/llvm/utils/TableGen/CodeGenDAGPatterns.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenDAGPatterns.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenDAGPatterns.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenDAGPatterns.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenDAGPatterns.d.tmp"; exit 1; fi
llvm[3]: Compiling CodeGenInstruction.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenInstruction.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenInstruction.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenInstruction.d" /home/steve/src/rust/src/llvm/utils/TableGen/CodeGenInstruction.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenInstruction.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenInstruction.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenInstruction.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenInstruction.d.tmp"; exit 1; fi
llvm[3]: Compiling CodeGenMapTable.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenMapTable.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenMapTable.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenMapTable.d" /home/steve/src/rust/src/llvm/utils/TableGen/CodeGenMapTable.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenMapTable.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenMapTable.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenMapTable.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenMapTable.d.tmp"; exit 1; fi
llvm[3]: Compiling CodeGenRegisters.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenRegisters.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenRegisters.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenRegisters.d" /home/steve/src/rust/src/llvm/utils/TableGen/CodeGenRegisters.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenRegisters.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenRegisters.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenRegisters.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenRegisters.d.tmp"; exit 1; fi
llvm[3]: Compiling CodeGenSchedule.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenSchedule.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenSchedule.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenSchedule.d" /home/steve/src/rust/src/llvm/utils/TableGen/CodeGenSchedule.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenSchedule.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenSchedule.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenSchedule.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenSchedule.d.tmp"; exit 1; fi
llvm[3]: Compiling CodeGenTarget.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenTarget.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenTarget.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenTarget.d" /home/steve/src/rust/src/llvm/utils/TableGen/CodeGenTarget.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenTarget.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenTarget.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenTarget.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenTarget.d.tmp"; exit 1; fi
llvm[3]: Compiling DAGISelEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/DAGISelEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling DAGISelMatcher.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcher.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcher.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcher.d" /home/steve/src/rust/src/llvm/utils/TableGen/DAGISelMatcher.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcher.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcher.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcher.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcher.d.tmp"; exit 1; fi
llvm[3]: Compiling DAGISelMatcherEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/DAGISelMatcherEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling DAGISelMatcherGen.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherGen.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherGen.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherGen.d" /home/steve/src/rust/src/llvm/utils/TableGen/DAGISelMatcherGen.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherGen.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherGen.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherGen.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherGen.d.tmp"; exit 1; fi
llvm[3]: Compiling DAGISelMatcherOpt.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherOpt.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherOpt.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherOpt.d" /home/steve/src/rust/src/llvm/utils/TableGen/DAGISelMatcherOpt.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherOpt.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherOpt.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherOpt.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherOpt.d.tmp"; exit 1; fi
llvm[3]: Compiling DFAPacketizerEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DFAPacketizerEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DFAPacketizerEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DFAPacketizerEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/DFAPacketizerEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DFAPacketizerEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DFAPacketizerEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DFAPacketizerEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DFAPacketizerEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling DisassemblerEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DisassemblerEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DisassemblerEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DisassemblerEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/DisassemblerEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DisassemblerEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DisassemblerEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DisassemblerEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DisassemblerEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling FastISelEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FastISelEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FastISelEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FastISelEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/FastISelEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FastISelEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FastISelEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FastISelEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FastISelEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling FixedLenDecoderEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FixedLenDecoderEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FixedLenDecoderEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FixedLenDecoderEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/FixedLenDecoderEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FixedLenDecoderEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FixedLenDecoderEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FixedLenDecoderEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FixedLenDecoderEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling InstrInfoEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/InstrInfoEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/InstrInfoEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/InstrInfoEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/InstrInfoEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/InstrInfoEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/InstrInfoEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/InstrInfoEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/InstrInfoEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling IntrinsicEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/IntrinsicEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/IntrinsicEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/IntrinsicEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/IntrinsicEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/IntrinsicEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/IntrinsicEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/IntrinsicEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/IntrinsicEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling OptParserEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/OptParserEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/OptParserEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/OptParserEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/OptParserEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/OptParserEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/OptParserEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/OptParserEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/OptParserEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling PseudoLoweringEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/PseudoLoweringEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/PseudoLoweringEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/PseudoLoweringEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/PseudoLoweringEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/PseudoLoweringEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/PseudoLoweringEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/PseudoLoweringEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/PseudoLoweringEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling RegisterInfoEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/RegisterInfoEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/RegisterInfoEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/RegisterInfoEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/RegisterInfoEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/RegisterInfoEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/RegisterInfoEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/RegisterInfoEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/RegisterInfoEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling SubtargetEmitter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/SubtargetEmitter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/SubtargetEmitter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/SubtargetEmitter.d" /home/steve/src/rust/src/llvm/utils/TableGen/SubtargetEmitter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/SubtargetEmitter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/SubtargetEmitter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/SubtargetEmitter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/SubtargetEmitter.d.tmp"; exit 1; fi
llvm[3]: Compiling TableGen.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/TableGen.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/TableGen.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/TableGen.d" /home/steve/src/rust/src/llvm/utils/TableGen/TableGen.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/TableGen.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/TableGen.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/TableGen.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/TableGen.d.tmp"; exit 1; fi
llvm[3]: Compiling X86DisassemblerTables.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86DisassemblerTables.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86DisassemblerTables.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86DisassemblerTables.d" /home/steve/src/rust/src/llvm/utils/TableGen/X86DisassemblerTables.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86DisassemblerTables.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86DisassemblerTables.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86DisassemblerTables.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86DisassemblerTables.d.tmp"; exit 1; fi
llvm[3]: Compiling X86ModRMFilters.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86ModRMFilters.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86ModRMFilters.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86ModRMFilters.d" /home/steve/src/rust/src/llvm/utils/TableGen/X86ModRMFilters.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86ModRMFilters.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86ModRMFilters.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86ModRMFilters.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86ModRMFilters.d.tmp"; exit 1; fi
llvm[3]: Compiling X86RecognizableInstr.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/TableGen -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86RecognizableInstr.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86RecognizableInstr.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86RecognizableInstr.d" /home/steve/src/rust/src/llvm/utils/TableGen/X86RecognizableInstr.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86RecognizableInstr.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86RecognizableInstr.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86RecognizableInstr.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86RecognizableInstr.d.tmp"; exit 1; fi
llvm[3]: Linking Release+Asserts executable llvm-tblgen (without symbols)
ccache g++ -O3 -Wl,--gc-sections -Wl,-R -Wl,'$ORIGIN/../lib' -L/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib -L/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib -Wl,--version-script=/home/steve/src/rust/src/llvm/autoconf/ExportMap.map -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/bin/llvm-tblgen /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmMatcherEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/AsmWriterInst.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CTagsEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CallingConvEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeEmitterGen.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenDAGPatterns.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenInstruction.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenMapTable.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenRegisters.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenSchedule.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/CodeGenTarget.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcher.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherGen.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DAGISelMatcherOpt.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DFAPacketizerEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/DisassemblerEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FastISelEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/FixedLenDecoderEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/InstrInfoEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/IntrinsicEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/OptParserEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/PseudoLoweringEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/RegisterInfoEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/SubtargetEmitter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/TableGen.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86DisassemblerTables.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86ModRMFilters.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen/Release+Asserts/X86RecognizableInstr.o -lLLVMTableGen -lLLVMSupport \
-lpthread -ldl -lm
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-tblgen (without symbols)
make[3]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/TableGen'
\
SD=/home/steve/src/rust/src/llvm/utils/PerfectShuffle; \
DD=PerfectShuffle; \
if [ ! -f $SD/Makefile ]; then \
SD=PerfectShuffle; \
DD=PerfectShuffle; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[3]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle/Release+Asserts/.//.dir
llvm[3]: Compiling PerfectShuffle.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/PerfectShuffle -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle/Release+Asserts/PerfectShuffle.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle/Release+Asserts/PerfectShuffle.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle/Release+Asserts/PerfectShuffle.d" /home/steve/src/rust/src/llvm/utils/PerfectShuffle/PerfectShuffle.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle/Release+Asserts/PerfectShuffle.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle/Release+Asserts/PerfectShuffle.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle/Release+Asserts/PerfectShuffle.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle/Release+Asserts/PerfectShuffle.d.tmp"; exit 1; fi
llvm[3]: Linking Release+Asserts executable llvm-PerfectShuffle (without symbols)
ccache g++ -O3 -Wl,--gc-sections -Wl,-R -Wl,'$ORIGIN/../lib' -L/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib -L/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib -Wl,--version-script=/home/steve/src/rust/src/llvm/autoconf/ExportMap.map -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/bin/llvm-PerfectShuffle /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle/Release+Asserts/PerfectShuffle.o \
-lpthread -ldl -lm
llvm[3]: ======= Finished Linking Release+Asserts Executable llvm-PerfectShuffle (without symbols)
make[3]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/PerfectShuffle'
\
SD=/home/steve/src/rust/src/llvm/utils/count; \
DD=count; \
if [ ! -f $SD/Makefile ]; then \
SD=count; \
DD=count; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[3]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count/Release+Asserts/.//.dir
llvm[3]: Compiling count.c for Release+Asserts build
if ccache gcc -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/count -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -fPIC -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count/Release+Asserts/count.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count/Release+Asserts/count.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count/Release+Asserts/count.d" /home/steve/src/rust/src/llvm/utils/count/count.c -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count/Release+Asserts/count.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count/Release+Asserts/count.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count/Release+Asserts/count.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count/Release+Asserts/count.d.tmp"; exit 1; fi
llvm[3]: Linking Release+Asserts executable count (without symbols)
ccache g++ -O3 -Wl,--gc-sections -Wl,-R -Wl,'$ORIGIN/../lib' -L/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib -L/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib -Wl,--version-script=/home/steve/src/rust/src/llvm/autoconf/ExportMap.map -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/bin/count /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count/Release+Asserts/count.o \
-lpthread -ldl -lm
llvm[3]: ======= Finished Linking Release+Asserts Executable count (without symbols)
make[3]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/count'
\
SD=/home/steve/src/rust/src/llvm/utils/fpcmp; \
DD=fpcmp; \
if [ ! -f $SD/Makefile ]; then \
SD=fpcmp; \
DD=fpcmp; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[3]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp/Release+Asserts/.//.dir
llvm[3]: Compiling fpcmp.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/fpcmp -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp/Release+Asserts/fpcmp.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp/Release+Asserts/fpcmp.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp/Release+Asserts/fpcmp.d" /home/steve/src/rust/src/llvm/utils/fpcmp/fpcmp.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp/Release+Asserts/fpcmp.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp/Release+Asserts/fpcmp.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp/Release+Asserts/fpcmp.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp/Release+Asserts/fpcmp.d.tmp"; exit 1; fi
llvm[3]: Linking Release+Asserts executable fpcmp (without symbols)
ccache g++ -O3 -Wl,--gc-sections -rdynamic -Wl,-R -Wl,'$ORIGIN/../lib' -L/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib -L/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/bin/fpcmp /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp/Release+Asserts/fpcmp.o -lLLVMSupport \
-lpthread -ldl -lm
llvm[3]: ======= Finished Linking Release+Asserts Executable fpcmp (without symbols)
make[3]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/fpcmp'
\
SD=/home/steve/src/rust/src/llvm/utils/llvm-lit; \
DD=llvm-lit; \
if [ ! -f $SD/Makefile ]; then \
SD=llvm-lit; \
DD=llvm-lit; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[3]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/llvm-lit'
llvm[3]: Creating 'llvm-lit' script...
echo s=@LLVM_SOURCE_DIR@=/home/steve/src/rust/src/llvm=g > lit.tmp
echo s=@LLVM_BINARY_DIR@=/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm=g >> lit.tmp
sed -f lit.tmp /home/steve/src/rust/src/llvm/utils/llvm-lit/llvm-lit.in > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/bin/llvm-lit
chmod +x /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/bin/llvm-lit
rm -f lit.tmp
make[3]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/llvm-lit'
\
SD=/home/steve/src/rust/src/llvm/utils/not; \
DD=not; \
if [ ! -f $SD/Makefile ]; then \
SD=not; \
DD=not; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[3]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not/Release+Asserts/.//.dir
llvm[3]: Compiling not.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/not -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not/Release+Asserts/not.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not/Release+Asserts/not.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not/Release+Asserts/not.d" /home/steve/src/rust/src/llvm/utils/not/not.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not/Release+Asserts/not.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not/Release+Asserts/not.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not/Release+Asserts/not.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not/Release+Asserts/not.d.tmp"; exit 1; fi
llvm[3]: Linking Release+Asserts executable not (without symbols)
ccache g++ -O3 -Wl,--gc-sections -Wl,-R -Wl,'$ORIGIN/../lib' -L/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib -L/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib -Wl,--version-script=/home/steve/src/rust/src/llvm/autoconf/ExportMap.map -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/bin/not /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not/Release+Asserts/not.o -lLLVMSupport \
-lpthread -ldl -lm
llvm[3]: ======= Finished Linking Release+Asserts Executable not (without symbols)
make[3]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/not'
\
SD=/home/steve/src/rust/src/llvm/utils/unittest; \
DD=unittest; \
if [ ! -f $SD/Makefile ]; then \
SD=unittest; \
DD=unittest; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[3]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest'
\
SD=/home/steve/src/rust/src/llvm/utils/unittest/googletest; \
DD=googletest; \
if [ ! -f $SD/Makefile ]; then \
SD=googletest; \
DD=googletest; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[4]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest/Release+Asserts/src/ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest/Release+Asserts/src//.dir
llvm[4]: Compiling src/gtest-all.cc for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/utils/unittest/googletest/include -I/home/steve/src/rust/src/llvm/utils/unittest/googletest -Wno-missing-field-initializers -Wno-variadic-macros -DGTEST_HAS_RTTI=0 -DGTEST_USE_OWN_TR1_TUPLE -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/unittest/googletest -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest/Release+Asserts/src/gtest-all.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest/Release+Asserts/src/gtest-all.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest/Release+Asserts/src/gtest-all.d" /home/steve/src/rust/src/llvm/utils/unittest/googletest/src/gtest-all.cc -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest/Release+Asserts/src/gtest-all.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest/Release+Asserts/src/gtest-all.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest/Release+Asserts/src/gtest-all.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest/Release+Asserts/src/gtest-all.d.tmp"; exit 1; fi
llvm[4]: Building Release+Asserts Archive Library libgtest.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libgtest.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libgtest.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest/Release+Asserts/src/gtest-all.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libgtest.a
make[4]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/googletest'
\
SD=/home/steve/src/rust/src/llvm/utils/unittest/UnitTestMain; \
DD=UnitTestMain; \
if [ ! -f $SD/Makefile ]; then \
SD=UnitTestMain; \
DD=UnitTestMain; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[4]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain/Release+Asserts/.//.dir
llvm[4]: Compiling TestMain.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/utils/unittest/googletest/include -Wno-missing-field-initializers -Wno-variadic-macros -DGTEST_HAS_RTTI=0 -DGTEST_USE_OWN_TR1_TUPLE -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/utils/unittest/UnitTestMain -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain/Release+Asserts/TestMain.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain/Release+Asserts/TestMain.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain/Release+Asserts/TestMain.d" /home/steve/src/rust/src/llvm/utils/unittest/UnitTestMain/TestMain.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain/Release+Asserts/TestMain.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain/Release+Asserts/TestMain.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain/Release+Asserts/TestMain.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain/Release+Asserts/TestMain.d.tmp"; exit 1; fi
llvm[4]: Building Release+Asserts Archive Library libgtest_main.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libgtest_main.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libgtest_main.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain/Release+Asserts/TestMain.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libgtest_main.a
make[4]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest/UnitTestMain'
make[3]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils/unittest'
make[2]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/utils'
make[2]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/.dir
llvm[2]: Building Intrinsics.gen.tmp from Intrinsics.td
/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/bin/llvm-tblgen -I /home/steve/src/rust/src/llvm/lib/IR -I /home/steve/src/rust/src/llvm/include -I /home/steve/src/rust/src/llvm/include -I /home/steve/src/rust/src/llvm/lib/Target /home/steve/src/rust/src/llvm/include/llvm/IR/Intrinsics.td -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Intrinsics.gen.tmp -gen-intrinsic
/usr/bin/cmp -s /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include/llvm/IR/Intrinsics.gen /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Intrinsics.gen.tmp || ( /bin/cp /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Intrinsics.gen.tmp /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include/llvm/IR/Intrinsics.gen && \
echo llvm[2]: Updated Intrinsics.gen because Intrinsics.gen.tmp \
changed significantly. )
llvm[2]: Compiling AsmWriter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AsmWriter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AsmWriter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AsmWriter.d" /home/steve/src/rust/src/llvm/lib/IR/AsmWriter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AsmWriter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AsmWriter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AsmWriter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AsmWriter.d.tmp"; exit 1; fi
llvm[2]: Compiling Attributes.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Attributes.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Attributes.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Attributes.d" /home/steve/src/rust/src/llvm/lib/IR/Attributes.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Attributes.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Attributes.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Attributes.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Attributes.d.tmp"; exit 1; fi
llvm[2]: Compiling AutoUpgrade.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AutoUpgrade.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AutoUpgrade.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AutoUpgrade.d" /home/steve/src/rust/src/llvm/lib/IR/AutoUpgrade.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AutoUpgrade.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AutoUpgrade.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AutoUpgrade.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AutoUpgrade.d.tmp"; exit 1; fi
llvm[2]: Compiling BasicBlock.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/BasicBlock.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/BasicBlock.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/BasicBlock.d" /home/steve/src/rust/src/llvm/lib/IR/BasicBlock.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/BasicBlock.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/BasicBlock.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/BasicBlock.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/BasicBlock.d.tmp"; exit 1; fi
llvm[2]: Compiling Comdat.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Comdat.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Comdat.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Comdat.d" /home/steve/src/rust/src/llvm/lib/IR/Comdat.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Comdat.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Comdat.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Comdat.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Comdat.d.tmp"; exit 1; fi
llvm[2]: Compiling ConstantFold.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantFold.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantFold.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantFold.d" /home/steve/src/rust/src/llvm/lib/IR/ConstantFold.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantFold.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantFold.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantFold.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantFold.d.tmp"; exit 1; fi
llvm[2]: Compiling ConstantRange.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantRange.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantRange.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantRange.d" /home/steve/src/rust/src/llvm/lib/IR/ConstantRange.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantRange.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantRange.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantRange.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantRange.d.tmp"; exit 1; fi
llvm[2]: Compiling Constants.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Constants.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Constants.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Constants.d" /home/steve/src/rust/src/llvm/lib/IR/Constants.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Constants.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Constants.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Constants.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Constants.d.tmp"; exit 1; fi
llvm[2]: Compiling Core.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Core.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Core.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Core.d" /home/steve/src/rust/src/llvm/lib/IR/Core.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Core.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Core.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Core.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Core.d.tmp"; exit 1; fi
llvm[2]: Compiling DIBuilder.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DIBuilder.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DIBuilder.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DIBuilder.d" /home/steve/src/rust/src/llvm/lib/IR/DIBuilder.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DIBuilder.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DIBuilder.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DIBuilder.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DIBuilder.d.tmp"; exit 1; fi
llvm[2]: Compiling DataLayout.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DataLayout.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DataLayout.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DataLayout.d" /home/steve/src/rust/src/llvm/lib/IR/DataLayout.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DataLayout.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DataLayout.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DataLayout.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DataLayout.d.tmp"; exit 1; fi
llvm[2]: Compiling DebugInfo.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugInfo.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugInfo.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugInfo.d" /home/steve/src/rust/src/llvm/lib/IR/DebugInfo.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugInfo.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugInfo.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugInfo.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugInfo.d.tmp"; exit 1; fi
llvm[2]: Compiling DebugLoc.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugLoc.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugLoc.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugLoc.d" /home/steve/src/rust/src/llvm/lib/IR/DebugLoc.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugLoc.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugLoc.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugLoc.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugLoc.d.tmp"; exit 1; fi
llvm[2]: Compiling DiagnosticInfo.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticInfo.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticInfo.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticInfo.d" /home/steve/src/rust/src/llvm/lib/IR/DiagnosticInfo.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticInfo.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticInfo.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticInfo.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticInfo.d.tmp"; exit 1; fi
llvm[2]: Compiling DiagnosticPrinter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticPrinter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticPrinter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticPrinter.d" /home/steve/src/rust/src/llvm/lib/IR/DiagnosticPrinter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticPrinter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticPrinter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticPrinter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticPrinter.d.tmp"; exit 1; fi
llvm[2]: Compiling Dominators.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Dominators.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Dominators.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Dominators.d" /home/steve/src/rust/src/llvm/lib/IR/Dominators.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Dominators.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Dominators.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Dominators.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Dominators.d.tmp"; exit 1; fi
llvm[2]: Compiling Function.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Function.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Function.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Function.d" /home/steve/src/rust/src/llvm/lib/IR/Function.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Function.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Function.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Function.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Function.d.tmp"; exit 1; fi
llvm[2]: Compiling GCOV.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GCOV.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GCOV.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GCOV.d" /home/steve/src/rust/src/llvm/lib/IR/GCOV.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GCOV.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GCOV.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GCOV.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GCOV.d.tmp"; exit 1; fi
llvm[2]: Compiling GVMaterializer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GVMaterializer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GVMaterializer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GVMaterializer.d" /home/steve/src/rust/src/llvm/lib/IR/GVMaterializer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GVMaterializer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GVMaterializer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GVMaterializer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GVMaterializer.d.tmp"; exit 1; fi
llvm[2]: Compiling Globals.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Globals.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Globals.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Globals.d" /home/steve/src/rust/src/llvm/lib/IR/Globals.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Globals.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Globals.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Globals.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Globals.d.tmp"; exit 1; fi
llvm[2]: Compiling IRBuilder.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRBuilder.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRBuilder.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRBuilder.d" /home/steve/src/rust/src/llvm/lib/IR/IRBuilder.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRBuilder.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRBuilder.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRBuilder.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRBuilder.d.tmp"; exit 1; fi
llvm[2]: Compiling IRPrintingPasses.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRPrintingPasses.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRPrintingPasses.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRPrintingPasses.d" /home/steve/src/rust/src/llvm/lib/IR/IRPrintingPasses.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRPrintingPasses.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRPrintingPasses.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRPrintingPasses.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRPrintingPasses.d.tmp"; exit 1; fi
llvm[2]: Compiling InlineAsm.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/InlineAsm.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/InlineAsm.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/InlineAsm.d" /home/steve/src/rust/src/llvm/lib/IR/InlineAsm.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/InlineAsm.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/InlineAsm.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/InlineAsm.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/InlineAsm.d.tmp"; exit 1; fi
llvm[2]: Compiling Instruction.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instruction.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instruction.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instruction.d" /home/steve/src/rust/src/llvm/lib/IR/Instruction.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instruction.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instruction.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instruction.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instruction.d.tmp"; exit 1; fi
llvm[2]: Compiling Instructions.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instructions.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instructions.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instructions.d" /home/steve/src/rust/src/llvm/lib/IR/Instructions.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instructions.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instructions.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instructions.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instructions.d.tmp"; exit 1; fi
llvm[2]: Compiling IntrinsicInst.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IntrinsicInst.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IntrinsicInst.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IntrinsicInst.d" /home/steve/src/rust/src/llvm/lib/IR/IntrinsicInst.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IntrinsicInst.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IntrinsicInst.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IntrinsicInst.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IntrinsicInst.d.tmp"; exit 1; fi
llvm[2]: Compiling LLVMContext.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContext.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContext.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContext.d" /home/steve/src/rust/src/llvm/lib/IR/LLVMContext.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContext.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContext.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContext.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContext.d.tmp"; exit 1; fi
llvm[2]: Compiling LLVMContextImpl.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContextImpl.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContextImpl.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContextImpl.d" /home/steve/src/rust/src/llvm/lib/IR/LLVMContextImpl.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContextImpl.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContextImpl.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContextImpl.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContextImpl.d.tmp"; exit 1; fi
llvm[2]: Compiling LeakDetector.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LeakDetector.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LeakDetector.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LeakDetector.d" /home/steve/src/rust/src/llvm/lib/IR/LeakDetector.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LeakDetector.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LeakDetector.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LeakDetector.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LeakDetector.d.tmp"; exit 1; fi
llvm[2]: Compiling LegacyPassManager.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LegacyPassManager.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LegacyPassManager.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LegacyPassManager.d" /home/steve/src/rust/src/llvm/lib/IR/LegacyPassManager.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LegacyPassManager.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LegacyPassManager.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LegacyPassManager.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LegacyPassManager.d.tmp"; exit 1; fi
llvm[2]: Compiling MDBuilder.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/MDBuilder.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/MDBuilder.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/MDBuilder.d" /home/steve/src/rust/src/llvm/lib/IR/MDBuilder.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/MDBuilder.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/MDBuilder.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/MDBuilder.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/MDBuilder.d.tmp"; exit 1; fi
llvm[2]: Compiling Mangler.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Mangler.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Mangler.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Mangler.d" /home/steve/src/rust/src/llvm/lib/IR/Mangler.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Mangler.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Mangler.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Mangler.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Mangler.d.tmp"; exit 1; fi
llvm[2]: Compiling Metadata.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Metadata.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Metadata.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Metadata.d" /home/steve/src/rust/src/llvm/lib/IR/Metadata.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Metadata.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Metadata.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Metadata.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Metadata.d.tmp"; exit 1; fi
llvm[2]: Compiling Module.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Module.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Module.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Module.d" /home/steve/src/rust/src/llvm/lib/IR/Module.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Module.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Module.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Module.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Module.d.tmp"; exit 1; fi
llvm[2]: Compiling Pass.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Pass.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Pass.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Pass.d" /home/steve/src/rust/src/llvm/lib/IR/Pass.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Pass.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Pass.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Pass.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Pass.d.tmp"; exit 1; fi
llvm[2]: Compiling PassManager.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassManager.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassManager.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassManager.d" /home/steve/src/rust/src/llvm/lib/IR/PassManager.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassManager.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassManager.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassManager.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassManager.d.tmp"; exit 1; fi
llvm[2]: Compiling PassRegistry.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassRegistry.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassRegistry.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassRegistry.d" /home/steve/src/rust/src/llvm/lib/IR/PassRegistry.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassRegistry.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassRegistry.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassRegistry.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassRegistry.d.tmp"; exit 1; fi
llvm[2]: Compiling Type.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Type.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Type.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Type.d" /home/steve/src/rust/src/llvm/lib/IR/Type.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Type.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Type.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Type.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Type.d.tmp"; exit 1; fi
llvm[2]: Compiling TypeFinder.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/TypeFinder.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/TypeFinder.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/TypeFinder.d" /home/steve/src/rust/src/llvm/lib/IR/TypeFinder.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/TypeFinder.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/TypeFinder.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/TypeFinder.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/TypeFinder.d.tmp"; exit 1; fi
llvm[2]: Compiling Use.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Use.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Use.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Use.d" /home/steve/src/rust/src/llvm/lib/IR/Use.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Use.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Use.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Use.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Use.d.tmp"; exit 1; fi
llvm[2]: Compiling UseListOrder.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/UseListOrder.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/UseListOrder.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/UseListOrder.d" /home/steve/src/rust/src/llvm/lib/IR/UseListOrder.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/UseListOrder.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/UseListOrder.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/UseListOrder.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/UseListOrder.d.tmp"; exit 1; fi
llvm[2]: Compiling User.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/User.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/User.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/User.d" /home/steve/src/rust/src/llvm/lib/IR/User.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/User.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/User.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/User.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/User.d.tmp"; exit 1; fi
llvm[2]: Compiling Value.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Value.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Value.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Value.d" /home/steve/src/rust/src/llvm/lib/IR/Value.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Value.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Value.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Value.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Value.d.tmp"; exit 1; fi
llvm[2]: Compiling ValueSymbolTable.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueSymbolTable.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueSymbolTable.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueSymbolTable.d" /home/steve/src/rust/src/llvm/lib/IR/ValueSymbolTable.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueSymbolTable.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueSymbolTable.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueSymbolTable.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueSymbolTable.d.tmp"; exit 1; fi
llvm[2]: Compiling ValueTypes.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueTypes.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueTypes.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueTypes.d" /home/steve/src/rust/src/llvm/lib/IR/ValueTypes.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueTypes.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueTypes.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueTypes.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueTypes.d.tmp"; exit 1; fi
llvm[2]: Compiling Verifier.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/IR -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Verifier.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Verifier.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Verifier.d" /home/steve/src/rust/src/llvm/lib/IR/Verifier.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Verifier.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Verifier.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Verifier.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Verifier.d.tmp"; exit 1; fi
llvm[2]: Building Release+Asserts Archive Library libLLVMCore.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMCore.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMCore.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AsmWriter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Attributes.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/AutoUpgrade.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/BasicBlock.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Comdat.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantFold.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ConstantRange.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Constants.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Core.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DIBuilder.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DataLayout.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugInfo.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DebugLoc.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticInfo.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/DiagnosticPrinter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Dominators.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Function.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GCOV.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/GVMaterializer.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Globals.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRBuilder.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IRPrintingPasses.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/InlineAsm.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instruction.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Instructions.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/IntrinsicInst.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContext.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LLVMContextImpl.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LeakDetector.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/LegacyPassManager.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/MDBuilder.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Mangler.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Metadata.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Module.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Pass.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassManager.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/PassRegistry.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Type.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/TypeFinder.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Use.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/UseListOrder.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/User.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Value.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueSymbolTable.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/ValueTypes.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Verifier.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMCore.a
make[2]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR'
make[2]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib'
\
SD=/home/steve/src/rust/src/llvm/lib/IR; \
DD=IR; \
if [ ! -f $SD/Makefile ]; then \
SD=IR; \
DD=IR; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[3]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR'
/usr/bin/cmp -s /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include/llvm/IR/Intrinsics.gen /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Intrinsics.gen.tmp || ( /bin/cp /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR/Release+Asserts/Intrinsics.gen.tmp /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include/llvm/IR/Intrinsics.gen && \
echo llvm[3]: Updated Intrinsics.gen because Intrinsics.gen.tmp \
changed significantly. )
make[3]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/IR'
\
SD=/home/steve/src/rust/src/llvm/lib/AsmParser; \
DD=AsmParser; \
if [ ! -f $SD/Makefile ]; then \
SD=AsmParser; \
DD=AsmParser; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[3]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/.//.dir
llvm[3]: Compiling LLLexer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/AsmParser -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLLexer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLLexer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLLexer.d" /home/steve/src/rust/src/llvm/lib/AsmParser/LLLexer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLLexer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLLexer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLLexer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLLexer.d.tmp"; exit 1; fi
llvm[3]: Compiling LLParser.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/AsmParser -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLParser.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLParser.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLParser.d" /home/steve/src/rust/src/llvm/lib/AsmParser/LLParser.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLParser.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLParser.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLParser.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLParser.d.tmp"; exit 1; fi
llvm[3]: Compiling Parser.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/AsmParser -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/Parser.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/Parser.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/Parser.d" /home/steve/src/rust/src/llvm/lib/AsmParser/Parser.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/Parser.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/Parser.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/Parser.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/Parser.d.tmp"; exit 1; fi
llvm[3]: Building Release+Asserts Archive Library libLLVMAsmParser.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMAsmParser.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMAsmParser.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLLexer.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/LLParser.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser/Release+Asserts/Parser.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMAsmParser.a
make[3]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/AsmParser'
\
SD=/home/steve/src/rust/src/llvm/lib/Bitcode; \
DD=Bitcode; \
if [ ! -f $SD/Makefile ]; then \
SD=Bitcode; \
DD=Bitcode; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[3]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode'
\
SD=/home/steve/src/rust/src/llvm/lib/Bitcode/Reader; \
DD=Reader; \
if [ ! -f $SD/Makefile ]; then \
SD=Reader; \
DD=Reader; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[4]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/.//.dir
llvm[4]: Compiling BitReader.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Bitcode/Reader -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitReader.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitReader.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitReader.d" /home/steve/src/rust/src/llvm/lib/Bitcode/Reader/BitReader.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitReader.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitReader.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitReader.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitReader.d.tmp"; exit 1; fi
llvm[4]: Compiling BitcodeReader.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Bitcode/Reader -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitcodeReader.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitcodeReader.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitcodeReader.d" /home/steve/src/rust/src/llvm/lib/Bitcode/Reader/BitcodeReader.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitcodeReader.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitcodeReader.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitcodeReader.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitcodeReader.d.tmp"; exit 1; fi
llvm[4]: Compiling BitstreamReader.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Bitcode/Reader -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitstreamReader.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitstreamReader.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitstreamReader.d" /home/steve/src/rust/src/llvm/lib/Bitcode/Reader/BitstreamReader.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitstreamReader.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitstreamReader.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitstreamReader.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitstreamReader.d.tmp"; exit 1; fi
llvm[4]: Building Release+Asserts Archive Library libLLVMBitReader.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMBitReader.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMBitReader.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitReader.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitcodeReader.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader/Release+Asserts/BitstreamReader.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMBitReader.a
make[4]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Reader'
\
SD=/home/steve/src/rust/src/llvm/lib/Bitcode/Writer; \
DD=Writer; \
if [ ! -f $SD/Makefile ]; then \
SD=Writer; \
DD=Writer; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[4]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/.//.dir
llvm[4]: Compiling BitWriter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Bitcode/Writer -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitWriter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitWriter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitWriter.d" /home/steve/src/rust/src/llvm/lib/Bitcode/Writer/BitWriter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitWriter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitWriter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitWriter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitWriter.d.tmp"; exit 1; fi
llvm[4]: Compiling BitcodeWriter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Bitcode/Writer -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriter.d" /home/steve/src/rust/src/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriter.d.tmp"; exit 1; fi
llvm[4]: Compiling BitcodeWriterPass.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Bitcode/Writer -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriterPass.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriterPass.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriterPass.d" /home/steve/src/rust/src/llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriterPass.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriterPass.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriterPass.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriterPass.d.tmp"; exit 1; fi
llvm[4]: Compiling ValueEnumerator.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Bitcode/Writer -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/ValueEnumerator.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/ValueEnumerator.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/ValueEnumerator.d" /home/steve/src/rust/src/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/ValueEnumerator.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/ValueEnumerator.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/ValueEnumerator.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/ValueEnumerator.d.tmp"; exit 1; fi
llvm[4]: Building Release+Asserts Archive Library libLLVMBitWriter.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMBitWriter.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMBitWriter.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitWriter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/BitcodeWriterPass.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer/Release+Asserts/ValueEnumerator.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMBitWriter.a
make[4]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode/Writer'
make[3]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Bitcode'
\
SD=/home/steve/src/rust/src/llvm/lib/Analysis; \
DD=Analysis; \
if [ ! -f $SD/Makefile ]; then \
SD=Analysis; \
DD=Analysis; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[3]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/.//.dir
llvm[3]: Compiling AliasAnalysis.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysis.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysis.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysis.d" /home/steve/src/rust/src/llvm/lib/Analysis/AliasAnalysis.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysis.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysis.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysis.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling AliasAnalysisCounter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisCounter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisCounter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisCounter.d" /home/steve/src/rust/src/llvm/lib/Analysis/AliasAnalysisCounter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisCounter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisCounter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisCounter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisCounter.d.tmp"; exit 1; fi
llvm[3]: Compiling AliasAnalysisEvaluator.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisEvaluator.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisEvaluator.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisEvaluator.d" /home/steve/src/rust/src/llvm/lib/Analysis/AliasAnalysisEvaluator.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisEvaluator.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisEvaluator.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisEvaluator.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisEvaluator.d.tmp"; exit 1; fi
llvm[3]: Compiling AliasDebugger.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasDebugger.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasDebugger.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasDebugger.d" /home/steve/src/rust/src/llvm/lib/Analysis/AliasDebugger.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasDebugger.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasDebugger.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasDebugger.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasDebugger.d.tmp"; exit 1; fi
llvm[3]: Compiling AliasSetTracker.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasSetTracker.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasSetTracker.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasSetTracker.d" /home/steve/src/rust/src/llvm/lib/Analysis/AliasSetTracker.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasSetTracker.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasSetTracker.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasSetTracker.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasSetTracker.d.tmp"; exit 1; fi
llvm[3]: Compiling Analysis.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Analysis.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Analysis.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Analysis.d" /home/steve/src/rust/src/llvm/lib/Analysis/Analysis.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Analysis.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Analysis.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Analysis.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Analysis.d.tmp"; exit 1; fi
llvm[3]: Compiling AssumptionTracker.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AssumptionTracker.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AssumptionTracker.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AssumptionTracker.d" /home/steve/src/rust/src/llvm/lib/Analysis/AssumptionTracker.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AssumptionTracker.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AssumptionTracker.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AssumptionTracker.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AssumptionTracker.d.tmp"; exit 1; fi
llvm[3]: Compiling BasicAliasAnalysis.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BasicAliasAnalysis.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BasicAliasAnalysis.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BasicAliasAnalysis.d" /home/steve/src/rust/src/llvm/lib/Analysis/BasicAliasAnalysis.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BasicAliasAnalysis.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BasicAliasAnalysis.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BasicAliasAnalysis.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BasicAliasAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling BlockFrequencyInfo.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfo.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfo.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfo.d" /home/steve/src/rust/src/llvm/lib/Analysis/BlockFrequencyInfo.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfo.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfo.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfo.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling BlockFrequencyInfoImpl.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfoImpl.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfoImpl.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfoImpl.d" /home/steve/src/rust/src/llvm/lib/Analysis/BlockFrequencyInfoImpl.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfoImpl.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfoImpl.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfoImpl.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfoImpl.d.tmp"; exit 1; fi
llvm[3]: Compiling BranchProbabilityInfo.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BranchProbabilityInfo.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BranchProbabilityInfo.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BranchProbabilityInfo.d" /home/steve/src/rust/src/llvm/lib/Analysis/BranchProbabilityInfo.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BranchProbabilityInfo.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BranchProbabilityInfo.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BranchProbabilityInfo.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BranchProbabilityInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling CFG.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFG.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFG.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFG.d" /home/steve/src/rust/src/llvm/lib/Analysis/CFG.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFG.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFG.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFG.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFG.d.tmp"; exit 1; fi
llvm[3]: Compiling CFGPrinter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFGPrinter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFGPrinter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFGPrinter.d" /home/steve/src/rust/src/llvm/lib/Analysis/CFGPrinter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFGPrinter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFGPrinter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFGPrinter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFGPrinter.d.tmp"; exit 1; fi
llvm[3]: Compiling CFLAliasAnalysis.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFLAliasAnalysis.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFLAliasAnalysis.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFLAliasAnalysis.d" /home/steve/src/rust/src/llvm/lib/Analysis/CFLAliasAnalysis.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFLAliasAnalysis.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFLAliasAnalysis.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFLAliasAnalysis.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFLAliasAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling CGSCCPassManager.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CGSCCPassManager.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CGSCCPassManager.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CGSCCPassManager.d" /home/steve/src/rust/src/llvm/lib/Analysis/CGSCCPassManager.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CGSCCPassManager.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CGSCCPassManager.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CGSCCPassManager.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CGSCCPassManager.d.tmp"; exit 1; fi
llvm[3]: Compiling CaptureTracking.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CaptureTracking.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CaptureTracking.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CaptureTracking.d" /home/steve/src/rust/src/llvm/lib/Analysis/CaptureTracking.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CaptureTracking.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CaptureTracking.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CaptureTracking.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CaptureTracking.d.tmp"; exit 1; fi
llvm[3]: Compiling CodeMetrics.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CodeMetrics.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CodeMetrics.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CodeMetrics.d" /home/steve/src/rust/src/llvm/lib/Analysis/CodeMetrics.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CodeMetrics.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CodeMetrics.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CodeMetrics.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CodeMetrics.d.tmp"; exit 1; fi
llvm[3]: Compiling ConstantFolding.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ConstantFolding.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ConstantFolding.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ConstantFolding.d" /home/steve/src/rust/src/llvm/lib/Analysis/ConstantFolding.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ConstantFolding.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ConstantFolding.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ConstantFolding.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ConstantFolding.d.tmp"; exit 1; fi
llvm[3]: Compiling CostModel.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CostModel.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CostModel.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CostModel.d" /home/steve/src/rust/src/llvm/lib/Analysis/CostModel.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CostModel.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CostModel.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CostModel.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CostModel.d.tmp"; exit 1; fi
llvm[3]: Compiling Delinearization.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Delinearization.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Delinearization.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Delinearization.d" /home/steve/src/rust/src/llvm/lib/Analysis/Delinearization.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Delinearization.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Delinearization.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Delinearization.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Delinearization.d.tmp"; exit 1; fi
llvm[3]: Compiling DependenceAnalysis.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DependenceAnalysis.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DependenceAnalysis.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DependenceAnalysis.d" /home/steve/src/rust/src/llvm/lib/Analysis/DependenceAnalysis.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DependenceAnalysis.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DependenceAnalysis.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DependenceAnalysis.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DependenceAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling DomPrinter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DomPrinter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DomPrinter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DomPrinter.d" /home/steve/src/rust/src/llvm/lib/Analysis/DomPrinter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DomPrinter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DomPrinter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DomPrinter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DomPrinter.d.tmp"; exit 1; fi
llvm[3]: Compiling DominanceFrontier.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DominanceFrontier.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DominanceFrontier.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DominanceFrontier.d" /home/steve/src/rust/src/llvm/lib/Analysis/DominanceFrontier.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DominanceFrontier.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DominanceFrontier.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DominanceFrontier.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DominanceFrontier.d.tmp"; exit 1; fi
llvm[3]: Compiling FunctionTargetTransformInfo.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/FunctionTargetTransformInfo.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/FunctionTargetTransformInfo.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/FunctionTargetTransformInfo.d" /home/steve/src/rust/src/llvm/lib/Analysis/FunctionTargetTransformInfo.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/FunctionTargetTransformInfo.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/FunctionTargetTransformInfo.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/FunctionTargetTransformInfo.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/FunctionTargetTransformInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling IVUsers.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IVUsers.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IVUsers.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IVUsers.d" /home/steve/src/rust/src/llvm/lib/Analysis/IVUsers.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IVUsers.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IVUsers.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IVUsers.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IVUsers.d.tmp"; exit 1; fi
llvm[3]: Compiling InstCount.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstCount.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstCount.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstCount.d" /home/steve/src/rust/src/llvm/lib/Analysis/InstCount.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstCount.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstCount.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstCount.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstCount.d.tmp"; exit 1; fi
llvm[3]: Compiling InstructionSimplify.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstructionSimplify.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstructionSimplify.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstructionSimplify.d" /home/steve/src/rust/src/llvm/lib/Analysis/InstructionSimplify.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstructionSimplify.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstructionSimplify.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstructionSimplify.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstructionSimplify.d.tmp"; exit 1; fi
llvm[3]: Compiling Interval.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Interval.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Interval.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Interval.d" /home/steve/src/rust/src/llvm/lib/Analysis/Interval.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Interval.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Interval.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Interval.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Interval.d.tmp"; exit 1; fi
llvm[3]: Compiling IntervalPartition.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IntervalPartition.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IntervalPartition.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IntervalPartition.d" /home/steve/src/rust/src/llvm/lib/Analysis/IntervalPartition.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IntervalPartition.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IntervalPartition.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IntervalPartition.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IntervalPartition.d.tmp"; exit 1; fi
llvm[3]: Compiling JumpInstrTableInfo.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/JumpInstrTableInfo.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/JumpInstrTableInfo.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/JumpInstrTableInfo.d" /home/steve/src/rust/src/llvm/lib/Analysis/JumpInstrTableInfo.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/JumpInstrTableInfo.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/JumpInstrTableInfo.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/JumpInstrTableInfo.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/JumpInstrTableInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling LazyCallGraph.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyCallGraph.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyCallGraph.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyCallGraph.d" /home/steve/src/rust/src/llvm/lib/Analysis/LazyCallGraph.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyCallGraph.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyCallGraph.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyCallGraph.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyCallGraph.d.tmp"; exit 1; fi
llvm[3]: Compiling LazyValueInfo.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyValueInfo.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyValueInfo.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyValueInfo.d" /home/steve/src/rust/src/llvm/lib/Analysis/LazyValueInfo.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyValueInfo.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyValueInfo.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyValueInfo.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyValueInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling LibCallAliasAnalysis.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallAliasAnalysis.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallAliasAnalysis.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallAliasAnalysis.d" /home/steve/src/rust/src/llvm/lib/Analysis/LibCallAliasAnalysis.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallAliasAnalysis.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallAliasAnalysis.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallAliasAnalysis.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallAliasAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling LibCallSemantics.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallSemantics.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallSemantics.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallSemantics.d" /home/steve/src/rust/src/llvm/lib/Analysis/LibCallSemantics.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallSemantics.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallSemantics.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallSemantics.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallSemantics.d.tmp"; exit 1; fi
llvm[3]: Compiling Lint.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Lint.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Lint.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Lint.d" /home/steve/src/rust/src/llvm/lib/Analysis/Lint.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Lint.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Lint.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Lint.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Lint.d.tmp"; exit 1; fi
llvm[3]: Compiling Loads.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Loads.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Loads.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Loads.d" /home/steve/src/rust/src/llvm/lib/Analysis/Loads.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Loads.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Loads.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Loads.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Loads.d.tmp"; exit 1; fi
llvm[3]: Compiling LoopInfo.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopInfo.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopInfo.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopInfo.d" /home/steve/src/rust/src/llvm/lib/Analysis/LoopInfo.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopInfo.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopInfo.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopInfo.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling LoopPass.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopPass.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopPass.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopPass.d" /home/steve/src/rust/src/llvm/lib/Analysis/LoopPass.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopPass.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopPass.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopPass.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopPass.d.tmp"; exit 1; fi
llvm[3]: Compiling MemDepPrinter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemDepPrinter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemDepPrinter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemDepPrinter.d" /home/steve/src/rust/src/llvm/lib/Analysis/MemDepPrinter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemDepPrinter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemDepPrinter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemDepPrinter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemDepPrinter.d.tmp"; exit 1; fi
llvm[3]: Compiling MemoryBuiltins.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryBuiltins.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryBuiltins.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryBuiltins.d" /home/steve/src/rust/src/llvm/lib/Analysis/MemoryBuiltins.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryBuiltins.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryBuiltins.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryBuiltins.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryBuiltins.d.tmp"; exit 1; fi
llvm[3]: Compiling MemoryDependenceAnalysis.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryDependenceAnalysis.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryDependenceAnalysis.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryDependenceAnalysis.d" /home/steve/src/rust/src/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryDependenceAnalysis.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryDependenceAnalysis.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryDependenceAnalysis.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryDependenceAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling ModuleDebugInfoPrinter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ModuleDebugInfoPrinter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ModuleDebugInfoPrinter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ModuleDebugInfoPrinter.d" /home/steve/src/rust/src/llvm/lib/Analysis/ModuleDebugInfoPrinter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ModuleDebugInfoPrinter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ModuleDebugInfoPrinter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ModuleDebugInfoPrinter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ModuleDebugInfoPrinter.d.tmp"; exit 1; fi
llvm[3]: Compiling NoAliasAnalysis.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/NoAliasAnalysis.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/NoAliasAnalysis.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/NoAliasAnalysis.d" /home/steve/src/rust/src/llvm/lib/Analysis/NoAliasAnalysis.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/NoAliasAnalysis.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/NoAliasAnalysis.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/NoAliasAnalysis.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/NoAliasAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling PHITransAddr.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PHITransAddr.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PHITransAddr.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PHITransAddr.d" /home/steve/src/rust/src/llvm/lib/Analysis/PHITransAddr.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PHITransAddr.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PHITransAddr.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PHITransAddr.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PHITransAddr.d.tmp"; exit 1; fi
llvm[3]: Compiling PostDominators.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PostDominators.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PostDominators.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PostDominators.d" /home/steve/src/rust/src/llvm/lib/Analysis/PostDominators.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PostDominators.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PostDominators.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PostDominators.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PostDominators.d.tmp"; exit 1; fi
llvm[3]: Compiling PtrUseVisitor.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PtrUseVisitor.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PtrUseVisitor.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PtrUseVisitor.d" /home/steve/src/rust/src/llvm/lib/Analysis/PtrUseVisitor.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PtrUseVisitor.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PtrUseVisitor.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PtrUseVisitor.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PtrUseVisitor.d.tmp"; exit 1; fi
llvm[3]: Compiling RegionInfo.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionInfo.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionInfo.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionInfo.d" /home/steve/src/rust/src/llvm/lib/Analysis/RegionInfo.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionInfo.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionInfo.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionInfo.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling RegionPass.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPass.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPass.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPass.d" /home/steve/src/rust/src/llvm/lib/Analysis/RegionPass.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPass.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPass.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPass.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPass.d.tmp"; exit 1; fi
llvm[3]: Compiling RegionPrinter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPrinter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPrinter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPrinter.d" /home/steve/src/rust/src/llvm/lib/Analysis/RegionPrinter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPrinter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPrinter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPrinter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPrinter.d.tmp"; exit 1; fi
llvm[3]: Compiling ScalarEvolution.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolution.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolution.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolution.d" /home/steve/src/rust/src/llvm/lib/Analysis/ScalarEvolution.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolution.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolution.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolution.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolution.d.tmp"; exit 1; fi
llvm[3]: Compiling ScalarEvolutionAliasAnalysis.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionAliasAnalysis.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionAliasAnalysis.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionAliasAnalysis.d" /home/steve/src/rust/src/llvm/lib/Analysis/ScalarEvolutionAliasAnalysis.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionAliasAnalysis.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionAliasAnalysis.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionAliasAnalysis.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionAliasAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling ScalarEvolutionExpander.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionExpander.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionExpander.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionExpander.d" /home/steve/src/rust/src/llvm/lib/Analysis/ScalarEvolutionExpander.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionExpander.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionExpander.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionExpander.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionExpander.d.tmp"; exit 1; fi
llvm[3]: Compiling ScalarEvolutionNormalization.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionNormalization.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionNormalization.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionNormalization.d" /home/steve/src/rust/src/llvm/lib/Analysis/ScalarEvolutionNormalization.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionNormalization.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionNormalization.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionNormalization.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionNormalization.d.tmp"; exit 1; fi
llvm[3]: Compiling ScopedNoAliasAA.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScopedNoAliasAA.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScopedNoAliasAA.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScopedNoAliasAA.d" /home/steve/src/rust/src/llvm/lib/Analysis/ScopedNoAliasAA.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScopedNoAliasAA.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScopedNoAliasAA.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScopedNoAliasAA.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScopedNoAliasAA.d.tmp"; exit 1; fi
llvm[3]: Compiling SparsePropagation.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/SparsePropagation.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/SparsePropagation.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/SparsePropagation.d" /home/steve/src/rust/src/llvm/lib/Analysis/SparsePropagation.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/SparsePropagation.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/SparsePropagation.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/SparsePropagation.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/SparsePropagation.d.tmp"; exit 1; fi
llvm[3]: Compiling TargetTransformInfo.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TargetTransformInfo.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TargetTransformInfo.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TargetTransformInfo.d" /home/steve/src/rust/src/llvm/lib/Analysis/TargetTransformInfo.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TargetTransformInfo.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TargetTransformInfo.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TargetTransformInfo.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TargetTransformInfo.d.tmp"; exit 1; fi
llvm[3]: Compiling Trace.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Trace.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Trace.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Trace.d" /home/steve/src/rust/src/llvm/lib/Analysis/Trace.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Trace.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Trace.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Trace.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Trace.d.tmp"; exit 1; fi
llvm[3]: Compiling TypeBasedAliasAnalysis.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TypeBasedAliasAnalysis.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TypeBasedAliasAnalysis.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TypeBasedAliasAnalysis.d" /home/steve/src/rust/src/llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TypeBasedAliasAnalysis.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TypeBasedAliasAnalysis.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TypeBasedAliasAnalysis.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TypeBasedAliasAnalysis.d.tmp"; exit 1; fi
llvm[3]: Compiling ValueTracking.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ValueTracking.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ValueTracking.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ValueTracking.d" /home/steve/src/rust/src/llvm/lib/Analysis/ValueTracking.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ValueTracking.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ValueTracking.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ValueTracking.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ValueTracking.d.tmp"; exit 1; fi
llvm[3]: Building Release+Asserts Archive Library libLLVMAnalysis.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMAnalysis.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMAnalysis.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysis.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisCounter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasAnalysisEvaluator.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasDebugger.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AliasSetTracker.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Analysis.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/AssumptionTracker.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BasicAliasAnalysis.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfo.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BlockFrequencyInfoImpl.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/BranchProbabilityInfo.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFG.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFGPrinter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CFLAliasAnalysis.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CGSCCPassManager.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CaptureTracking.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CodeMetrics.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ConstantFolding.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/CostModel.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Delinearization.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DependenceAnalysis.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DomPrinter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/DominanceFrontier.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/FunctionTargetTransformInfo.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IVUsers.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstCount.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/InstructionSimplify.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Interval.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/IntervalPartition.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/JumpInstrTableInfo.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyCallGraph.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LazyValueInfo.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallAliasAnalysis.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LibCallSemantics.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Lint.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Loads.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopInfo.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/LoopPass.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemDepPrinter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryBuiltins.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/MemoryDependenceAnalysis.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ModuleDebugInfoPrinter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/NoAliasAnalysis.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PHITransAddr.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PostDominators.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/PtrUseVisitor.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionInfo.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPass.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/RegionPrinter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolution.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionAliasAnalysis.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionExpander.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScalarEvolutionNormalization.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ScopedNoAliasAA.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/SparsePropagation.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TargetTransformInfo.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/Trace.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/TypeBasedAliasAnalysis.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/Release+Asserts/ValueTracking.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMAnalysis.a
for dir in IPA; do \
if ([ ! -f $dir/Makefile ] || \
command test $dir/Makefile -ot /home/steve/src/rust/src/llvm/lib/Analysis/$dir/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $dir; \
/bin/cp /home/steve/src/rust/src/llvm/lib/Analysis/$dir/Makefile $dir/Makefile; \
fi; \
(make -C $dir all ) || exit 1; \
done
make[4]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/.//.dir
llvm[4]: Compiling CallGraph.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis/IPA -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraph.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraph.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraph.d" /home/steve/src/rust/src/llvm/lib/Analysis/IPA/CallGraph.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraph.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraph.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraph.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraph.d.tmp"; exit 1; fi
llvm[4]: Compiling CallGraphSCCPass.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis/IPA -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraphSCCPass.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraphSCCPass.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraphSCCPass.d" /home/steve/src/rust/src/llvm/lib/Analysis/IPA/CallGraphSCCPass.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraphSCCPass.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraphSCCPass.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraphSCCPass.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraphSCCPass.d.tmp"; exit 1; fi
llvm[4]: Compiling CallPrinter.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis/IPA -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallPrinter.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallPrinter.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallPrinter.d" /home/steve/src/rust/src/llvm/lib/Analysis/IPA/CallPrinter.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallPrinter.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallPrinter.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallPrinter.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallPrinter.d.tmp"; exit 1; fi
llvm[4]: Compiling FindUsedTypes.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis/IPA -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/FindUsedTypes.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/FindUsedTypes.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/FindUsedTypes.d" /home/steve/src/rust/src/llvm/lib/Analysis/IPA/FindUsedTypes.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/FindUsedTypes.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/FindUsedTypes.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/FindUsedTypes.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/FindUsedTypes.d.tmp"; exit 1; fi
llvm[4]: Compiling GlobalsModRef.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis/IPA -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/GlobalsModRef.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/GlobalsModRef.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/GlobalsModRef.d" /home/steve/src/rust/src/llvm/lib/Analysis/IPA/GlobalsModRef.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/GlobalsModRef.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/GlobalsModRef.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/GlobalsModRef.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/GlobalsModRef.d.tmp"; exit 1; fi
llvm[4]: Compiling IPA.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis/IPA -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/IPA.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/IPA.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/IPA.d" /home/steve/src/rust/src/llvm/lib/Analysis/IPA/IPA.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/IPA.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/IPA.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/IPA.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/IPA.d.tmp"; exit 1; fi
llvm[4]: Compiling InlineCost.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Analysis/IPA -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/InlineCost.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/InlineCost.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/InlineCost.d" /home/steve/src/rust/src/llvm/lib/Analysis/IPA/InlineCost.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/InlineCost.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/InlineCost.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/InlineCost.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/InlineCost.d.tmp"; exit 1; fi
llvm[4]: Building Release+Asserts Archive Library libLLVMipa.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMipa.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMipa.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraph.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallGraphSCCPass.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/CallPrinter.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/FindUsedTypes.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/GlobalsModRef.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/IPA.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA/Release+Asserts/InlineCost.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMipa.a
make[4]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis/IPA'
make[3]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Analysis'
\
SD=/home/steve/src/rust/src/llvm/lib/Transforms; \
DD=Transforms; \
if [ ! -f $SD/Makefile ]; then \
SD=Transforms; \
DD=Transforms; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[3]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms'
\
SD=/home/steve/src/rust/src/llvm/lib/Transforms/Utils; \
DD=Utils; \
if [ ! -f $SD/Makefile ]; then \
SD=Utils; \
DD=Utils; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[4]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/.//.dir
llvm[4]: Compiling ASanStackFrameLayout.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ASanStackFrameLayout.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ASanStackFrameLayout.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ASanStackFrameLayout.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/ASanStackFrameLayout.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ASanStackFrameLayout.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ASanStackFrameLayout.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ASanStackFrameLayout.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ASanStackFrameLayout.d.tmp"; exit 1; fi
llvm[4]: Compiling AddDiscriminators.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/AddDiscriminators.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/AddDiscriminators.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/AddDiscriminators.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/AddDiscriminators.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/AddDiscriminators.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/AddDiscriminators.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/AddDiscriminators.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/AddDiscriminators.d.tmp"; exit 1; fi
llvm[4]: Compiling BasicBlockUtils.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BasicBlockUtils.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BasicBlockUtils.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BasicBlockUtils.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/BasicBlockUtils.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BasicBlockUtils.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BasicBlockUtils.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BasicBlockUtils.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BasicBlockUtils.d.tmp"; exit 1; fi
llvm[4]: Compiling BreakCriticalEdges.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BreakCriticalEdges.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BreakCriticalEdges.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BreakCriticalEdges.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/BreakCriticalEdges.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BreakCriticalEdges.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BreakCriticalEdges.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BreakCriticalEdges.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BreakCriticalEdges.d.tmp"; exit 1; fi
llvm[4]: Compiling BuildLibCalls.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BuildLibCalls.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BuildLibCalls.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BuildLibCalls.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/BuildLibCalls.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BuildLibCalls.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BuildLibCalls.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BuildLibCalls.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BuildLibCalls.d.tmp"; exit 1; fi
llvm[4]: Compiling BypassSlowDivision.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BypassSlowDivision.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BypassSlowDivision.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BypassSlowDivision.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/BypassSlowDivision.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BypassSlowDivision.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BypassSlowDivision.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BypassSlowDivision.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BypassSlowDivision.d.tmp"; exit 1; fi
llvm[4]: Compiling CloneFunction.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneFunction.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneFunction.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneFunction.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/CloneFunction.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneFunction.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneFunction.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneFunction.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneFunction.d.tmp"; exit 1; fi
llvm[4]: Compiling CloneModule.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneModule.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneModule.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneModule.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/CloneModule.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneModule.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneModule.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneModule.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneModule.d.tmp"; exit 1; fi
llvm[4]: Compiling CmpInstAnalysis.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CmpInstAnalysis.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CmpInstAnalysis.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CmpInstAnalysis.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/CmpInstAnalysis.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CmpInstAnalysis.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CmpInstAnalysis.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CmpInstAnalysis.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CmpInstAnalysis.d.tmp"; exit 1; fi
llvm[4]: Compiling CodeExtractor.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CodeExtractor.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CodeExtractor.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CodeExtractor.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/CodeExtractor.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CodeExtractor.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CodeExtractor.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CodeExtractor.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CodeExtractor.d.tmp"; exit 1; fi
llvm[4]: Compiling CtorUtils.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CtorUtils.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CtorUtils.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CtorUtils.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/CtorUtils.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CtorUtils.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CtorUtils.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CtorUtils.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CtorUtils.d.tmp"; exit 1; fi
llvm[4]: Compiling DemoteRegToStack.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/DemoteRegToStack.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/DemoteRegToStack.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/DemoteRegToStack.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/DemoteRegToStack.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/DemoteRegToStack.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/DemoteRegToStack.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/DemoteRegToStack.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/DemoteRegToStack.d.tmp"; exit 1; fi
llvm[4]: Compiling FlattenCFG.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/FlattenCFG.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/FlattenCFG.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/FlattenCFG.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/FlattenCFG.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/FlattenCFG.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/FlattenCFG.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/FlattenCFG.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/FlattenCFG.d.tmp"; exit 1; fi
llvm[4]: Compiling GlobalStatus.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/GlobalStatus.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/GlobalStatus.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/GlobalStatus.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/GlobalStatus.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/GlobalStatus.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/GlobalStatus.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/GlobalStatus.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/GlobalStatus.d.tmp"; exit 1; fi
llvm[4]: Compiling InlineFunction.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InlineFunction.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InlineFunction.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InlineFunction.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/InlineFunction.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InlineFunction.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InlineFunction.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InlineFunction.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InlineFunction.d.tmp"; exit 1; fi
llvm[4]: Compiling InstructionNamer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InstructionNamer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InstructionNamer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InstructionNamer.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/InstructionNamer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InstructionNamer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InstructionNamer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InstructionNamer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InstructionNamer.d.tmp"; exit 1; fi
llvm[4]: Compiling IntegerDivision.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/IntegerDivision.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/IntegerDivision.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/IntegerDivision.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/IntegerDivision.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/IntegerDivision.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/IntegerDivision.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/IntegerDivision.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/IntegerDivision.d.tmp"; exit 1; fi
llvm[4]: Compiling LCSSA.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LCSSA.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LCSSA.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LCSSA.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/LCSSA.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LCSSA.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LCSSA.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LCSSA.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LCSSA.d.tmp"; exit 1; fi
llvm[4]: Compiling Local.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Local.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Local.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Local.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/Local.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Local.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Local.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Local.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Local.d.tmp"; exit 1; fi
llvm[4]: Compiling LoopSimplify.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopSimplify.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopSimplify.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopSimplify.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/LoopSimplify.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopSimplify.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopSimplify.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopSimplify.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopSimplify.d.tmp"; exit 1; fi
llvm[4]: Compiling LoopUnroll.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnroll.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnroll.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnroll.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/LoopUnroll.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnroll.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnroll.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnroll.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnroll.d.tmp"; exit 1; fi
llvm[4]: Compiling LoopUnrollRuntime.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnrollRuntime.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnrollRuntime.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnrollRuntime.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/LoopUnrollRuntime.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnrollRuntime.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnrollRuntime.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnrollRuntime.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnrollRuntime.d.tmp"; exit 1; fi
llvm[4]: Compiling LowerExpectIntrinsic.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerExpectIntrinsic.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerExpectIntrinsic.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerExpectIntrinsic.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/LowerExpectIntrinsic.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerExpectIntrinsic.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerExpectIntrinsic.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerExpectIntrinsic.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerExpectIntrinsic.d.tmp"; exit 1; fi
llvm[4]: Compiling LowerInvoke.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerInvoke.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerInvoke.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerInvoke.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/LowerInvoke.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerInvoke.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerInvoke.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerInvoke.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerInvoke.d.tmp"; exit 1; fi
llvm[4]: Compiling LowerSwitch.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerSwitch.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerSwitch.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerSwitch.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/LowerSwitch.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerSwitch.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerSwitch.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerSwitch.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerSwitch.d.tmp"; exit 1; fi
llvm[4]: Compiling Mem2Reg.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Mem2Reg.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Mem2Reg.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Mem2Reg.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/Mem2Reg.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Mem2Reg.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Mem2Reg.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Mem2Reg.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Mem2Reg.d.tmp"; exit 1; fi
llvm[4]: Compiling MetaRenamer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/MetaRenamer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/MetaRenamer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/MetaRenamer.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/MetaRenamer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/MetaRenamer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/MetaRenamer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/MetaRenamer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/MetaRenamer.d.tmp"; exit 1; fi
llvm[4]: Compiling ModuleUtils.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ModuleUtils.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ModuleUtils.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ModuleUtils.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/ModuleUtils.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ModuleUtils.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ModuleUtils.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ModuleUtils.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ModuleUtils.d.tmp"; exit 1; fi
llvm[4]: Compiling PromoteMemoryToRegister.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/PromoteMemoryToRegister.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/PromoteMemoryToRegister.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/PromoteMemoryToRegister.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/PromoteMemoryToRegister.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/PromoteMemoryToRegister.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/PromoteMemoryToRegister.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/PromoteMemoryToRegister.d.tmp"; exit 1; fi
llvm[4]: Compiling SSAUpdater.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SSAUpdater.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SSAUpdater.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SSAUpdater.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/SSAUpdater.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SSAUpdater.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SSAUpdater.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SSAUpdater.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SSAUpdater.d.tmp"; exit 1; fi
llvm[4]: Compiling SimplifyCFG.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyCFG.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyCFG.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyCFG.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/SimplifyCFG.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyCFG.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyCFG.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyCFG.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyCFG.d.tmp"; exit 1; fi
llvm[4]: Compiling SimplifyIndVar.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyIndVar.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyIndVar.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyIndVar.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/SimplifyIndVar.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyIndVar.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyIndVar.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyIndVar.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyIndVar.d.tmp"; exit 1; fi
llvm[4]: Compiling SimplifyInstructions.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyInstructions.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyInstructions.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyInstructions.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/SimplifyInstructions.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyInstructions.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyInstructions.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyInstructions.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyInstructions.d.tmp"; exit 1; fi
llvm[4]: Compiling SimplifyLibCalls.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyLibCalls.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyLibCalls.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyLibCalls.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyLibCalls.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyLibCalls.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyLibCalls.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyLibCalls.d.tmp"; exit 1; fi
llvm[4]: Compiling UnifyFunctionExitNodes.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/UnifyFunctionExitNodes.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/UnifyFunctionExitNodes.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/UnifyFunctionExitNodes.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/UnifyFunctionExitNodes.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/UnifyFunctionExitNodes.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/UnifyFunctionExitNodes.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/UnifyFunctionExitNodes.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/UnifyFunctionExitNodes.d.tmp"; exit 1; fi
llvm[4]: Compiling Utils.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Utils.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Utils.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Utils.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/Utils.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Utils.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Utils.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Utils.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Utils.d.tmp"; exit 1; fi
llvm[4]: Compiling ValueMapper.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Utils -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ValueMapper.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ValueMapper.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ValueMapper.d" /home/steve/src/rust/src/llvm/lib/Transforms/Utils/ValueMapper.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ValueMapper.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ValueMapper.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ValueMapper.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ValueMapper.d.tmp"; exit 1; fi
llvm[4]: Building Release+Asserts Archive Library libLLVMTransformUtils.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMTransformUtils.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMTransformUtils.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ASanStackFrameLayout.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/AddDiscriminators.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BasicBlockUtils.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BreakCriticalEdges.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BuildLibCalls.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/BypassSlowDivision.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneFunction.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CloneModule.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CmpInstAnalysis.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CodeExtractor.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/CtorUtils.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/DemoteRegToStack.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/FlattenCFG.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/GlobalStatus.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InlineFunction.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/InstructionNamer.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/IntegerDivision.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LCSSA.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Local.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopSimplify.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnroll.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LoopUnrollRuntime.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerExpectIntrinsic.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerInvoke.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/LowerSwitch.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Mem2Reg.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/MetaRenamer.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ModuleUtils.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/PromoteMemoryToRegister.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SSAUpdater.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyCFG.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyIndVar.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyInstructions.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/SimplifyLibCalls.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/UnifyFunctionExitNodes.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/Utils.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils/Release+Asserts/ValueMapper.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMTransformUtils.a
make[4]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Utils'
\
SD=/home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation; \
DD=Instrumentation; \
if [ ! -f $SD/Makefile ]; then \
SD=Instrumentation; \
DD=Instrumentation; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[4]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/.//.dir
llvm[4]: Compiling AddressSanitizer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/AddressSanitizer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/AddressSanitizer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/AddressSanitizer.d" /home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/AddressSanitizer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/AddressSanitizer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/AddressSanitizer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/AddressSanitizer.d.tmp"; exit 1; fi
llvm[4]: Compiling BoundsChecking.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/BoundsChecking.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/BoundsChecking.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/BoundsChecking.d" /home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation/BoundsChecking.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/BoundsChecking.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/BoundsChecking.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/BoundsChecking.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/BoundsChecking.d.tmp"; exit 1; fi
llvm[4]: Compiling DataFlowSanitizer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DataFlowSanitizer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DataFlowSanitizer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DataFlowSanitizer.d" /home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DataFlowSanitizer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DataFlowSanitizer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DataFlowSanitizer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DataFlowSanitizer.d.tmp"; exit 1; fi
llvm[4]: Compiling DebugIR.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DebugIR.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DebugIR.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DebugIR.d" /home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation/DebugIR.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DebugIR.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DebugIR.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DebugIR.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DebugIR.d.tmp"; exit 1; fi
llvm[4]: Compiling GCOVProfiling.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/GCOVProfiling.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/GCOVProfiling.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/GCOVProfiling.d" /home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/GCOVProfiling.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/GCOVProfiling.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/GCOVProfiling.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/GCOVProfiling.d.tmp"; exit 1; fi
llvm[4]: Compiling Instrumentation.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/Instrumentation.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/Instrumentation.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/Instrumentation.d" /home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation/Instrumentation.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/Instrumentation.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/Instrumentation.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/Instrumentation.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/Instrumentation.d.tmp"; exit 1; fi
llvm[4]: Compiling MemorySanitizer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/MemorySanitizer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/MemorySanitizer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/MemorySanitizer.d" /home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/MemorySanitizer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/MemorySanitizer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/MemorySanitizer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/MemorySanitizer.d.tmp"; exit 1; fi
llvm[4]: Compiling ThreadSanitizer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/ThreadSanitizer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/ThreadSanitizer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/ThreadSanitizer.d" /home/steve/src/rust/src/llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/ThreadSanitizer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/ThreadSanitizer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/ThreadSanitizer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/ThreadSanitizer.d.tmp"; exit 1; fi
llvm[4]: Building Release+Asserts Archive Library libLLVMInstrumentation.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMInstrumentation.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMInstrumentation.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/AddressSanitizer.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/BoundsChecking.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DataFlowSanitizer.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/DebugIR.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/GCOVProfiling.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/Instrumentation.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/MemorySanitizer.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation/Release+Asserts/ThreadSanitizer.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMInstrumentation.a
make[4]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Instrumentation'
\
SD=/home/steve/src/rust/src/llvm/lib/Transforms/Scalar; \
DD=Scalar; \
if [ ! -f $SD/Makefile ]; then \
SD=Scalar; \
DD=Scalar; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[4]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/.//.dir
llvm[4]: Compiling ADCE.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ADCE.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ADCE.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ADCE.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/ADCE.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ADCE.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ADCE.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ADCE.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ADCE.d.tmp"; exit 1; fi
llvm[4]: Compiling AlignmentFromAssumptions.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/AlignmentFromAssumptions.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/AlignmentFromAssumptions.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/AlignmentFromAssumptions.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/AlignmentFromAssumptions.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/AlignmentFromAssumptions.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/AlignmentFromAssumptions.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/AlignmentFromAssumptions.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/AlignmentFromAssumptions.d.tmp"; exit 1; fi
llvm[4]: Compiling ConstantHoisting.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantHoisting.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantHoisting.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantHoisting.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantHoisting.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantHoisting.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantHoisting.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantHoisting.d.tmp"; exit 1; fi
llvm[4]: Compiling ConstantProp.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantProp.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantProp.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantProp.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/ConstantProp.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantProp.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantProp.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantProp.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantProp.d.tmp"; exit 1; fi
llvm[4]: Compiling CorrelatedValuePropagation.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/CorrelatedValuePropagation.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/CorrelatedValuePropagation.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/CorrelatedValuePropagation.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/CorrelatedValuePropagation.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/CorrelatedValuePropagation.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/CorrelatedValuePropagation.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/CorrelatedValuePropagation.d.tmp"; exit 1; fi
llvm[4]: Compiling DCE.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DCE.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DCE.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DCE.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/DCE.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DCE.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DCE.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DCE.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DCE.d.tmp"; exit 1; fi
llvm[4]: Compiling DeadStoreElimination.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DeadStoreElimination.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DeadStoreElimination.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DeadStoreElimination.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DeadStoreElimination.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DeadStoreElimination.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DeadStoreElimination.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DeadStoreElimination.d.tmp"; exit 1; fi
llvm[4]: Compiling EarlyCSE.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/EarlyCSE.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/EarlyCSE.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/EarlyCSE.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/EarlyCSE.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/EarlyCSE.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/EarlyCSE.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/EarlyCSE.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/EarlyCSE.d.tmp"; exit 1; fi
llvm[4]: Compiling FlattenCFGPass.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/FlattenCFGPass.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/FlattenCFGPass.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/FlattenCFGPass.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/FlattenCFGPass.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/FlattenCFGPass.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/FlattenCFGPass.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/FlattenCFGPass.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/FlattenCFGPass.d.tmp"; exit 1; fi
llvm[4]: Compiling GVN.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/GVN.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/GVN.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/GVN.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/GVN.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/GVN.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/GVN.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/GVN.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/GVN.d.tmp"; exit 1; fi
llvm[4]: Compiling IndVarSimplify.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/IndVarSimplify.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/IndVarSimplify.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/IndVarSimplify.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/IndVarSimplify.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/IndVarSimplify.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/IndVarSimplify.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/IndVarSimplify.d.tmp"; exit 1; fi
llvm[4]: Compiling JumpThreading.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/JumpThreading.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/JumpThreading.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/JumpThreading.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/JumpThreading.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/JumpThreading.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/JumpThreading.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/JumpThreading.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/JumpThreading.d.tmp"; exit 1; fi
llvm[4]: Compiling LICM.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LICM.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LICM.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LICM.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/LICM.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LICM.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LICM.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LICM.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LICM.d.tmp"; exit 1; fi
llvm[4]: Compiling LoadCombine.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoadCombine.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoadCombine.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoadCombine.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/LoadCombine.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoadCombine.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoadCombine.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoadCombine.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoadCombine.d.tmp"; exit 1; fi
llvm[4]: Compiling LoopDeletion.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopDeletion.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopDeletion.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopDeletion.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/LoopDeletion.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopDeletion.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopDeletion.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopDeletion.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopDeletion.d.tmp"; exit 1; fi
llvm[4]: Compiling LoopIdiomRecognize.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopIdiomRecognize.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopIdiomRecognize.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopIdiomRecognize.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopIdiomRecognize.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopIdiomRecognize.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopIdiomRecognize.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopIdiomRecognize.d.tmp"; exit 1; fi
llvm[4]: Compiling LoopInstSimplify.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopInstSimplify.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopInstSimplify.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopInstSimplify.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/LoopInstSimplify.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopInstSimplify.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopInstSimplify.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopInstSimplify.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopInstSimplify.d.tmp"; exit 1; fi
llvm[4]: Compiling LoopRerollPass.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRerollPass.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRerollPass.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRerollPass.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/LoopRerollPass.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRerollPass.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRerollPass.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRerollPass.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRerollPass.d.tmp"; exit 1; fi
llvm[4]: Compiling LoopRotation.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRotation.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRotation.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRotation.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/LoopRotation.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRotation.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRotation.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRotation.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRotation.d.tmp"; exit 1; fi
llvm[4]: Compiling LoopStrengthReduce.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopStrengthReduce.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopStrengthReduce.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopStrengthReduce.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopStrengthReduce.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopStrengthReduce.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopStrengthReduce.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopStrengthReduce.d.tmp"; exit 1; fi
llvm[4]: Compiling LoopUnrollPass.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnrollPass.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnrollPass.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnrollPass.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/LoopUnrollPass.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnrollPass.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnrollPass.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnrollPass.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnrollPass.d.tmp"; exit 1; fi
llvm[4]: Compiling LoopUnswitch.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnswitch.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnswitch.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnswitch.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/LoopUnswitch.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnswitch.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnswitch.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnswitch.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnswitch.d.tmp"; exit 1; fi
llvm[4]: Compiling LowerAtomic.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LowerAtomic.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LowerAtomic.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LowerAtomic.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/LowerAtomic.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LowerAtomic.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LowerAtomic.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LowerAtomic.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LowerAtomic.d.tmp"; exit 1; fi
llvm[4]: Compiling MemCpyOptimizer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MemCpyOptimizer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MemCpyOptimizer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MemCpyOptimizer.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/MemCpyOptimizer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MemCpyOptimizer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MemCpyOptimizer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MemCpyOptimizer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MemCpyOptimizer.d.tmp"; exit 1; fi
llvm[4]: Compiling MergedLoadStoreMotion.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MergedLoadStoreMotion.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MergedLoadStoreMotion.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MergedLoadStoreMotion.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/MergedLoadStoreMotion.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MergedLoadStoreMotion.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MergedLoadStoreMotion.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MergedLoadStoreMotion.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MergedLoadStoreMotion.d.tmp"; exit 1; fi
llvm[4]: Compiling NullCheckElimination.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/NullCheckElimination.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/NullCheckElimination.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/NullCheckElimination.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/NullCheckElimination.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/NullCheckElimination.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/NullCheckElimination.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/NullCheckElimination.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/NullCheckElimination.d.tmp"; exit 1; fi
llvm[4]: Compiling PartiallyInlineLibCalls.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/PartiallyInlineLibCalls.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/PartiallyInlineLibCalls.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/PartiallyInlineLibCalls.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/PartiallyInlineLibCalls.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/PartiallyInlineLibCalls.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/PartiallyInlineLibCalls.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/PartiallyInlineLibCalls.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/PartiallyInlineLibCalls.d.tmp"; exit 1; fi
llvm[4]: Compiling Reassociate.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reassociate.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reassociate.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reassociate.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/Reassociate.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reassociate.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reassociate.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reassociate.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reassociate.d.tmp"; exit 1; fi
llvm[4]: Compiling Reg2Mem.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reg2Mem.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reg2Mem.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reg2Mem.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/Reg2Mem.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reg2Mem.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reg2Mem.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reg2Mem.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reg2Mem.d.tmp"; exit 1; fi
llvm[4]: Compiling SCCP.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SCCP.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SCCP.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SCCP.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/SCCP.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SCCP.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SCCP.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SCCP.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SCCP.d.tmp"; exit 1; fi
llvm[4]: Compiling SROA.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SROA.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SROA.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SROA.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/SROA.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SROA.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SROA.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SROA.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SROA.d.tmp"; exit 1; fi
llvm[4]: Compiling SampleProfile.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SampleProfile.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SampleProfile.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SampleProfile.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/SampleProfile.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SampleProfile.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SampleProfile.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SampleProfile.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SampleProfile.d.tmp"; exit 1; fi
llvm[4]: Compiling Scalar.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalar.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalar.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalar.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/Scalar.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalar.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalar.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalar.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalar.d.tmp"; exit 1; fi
llvm[4]: Compiling ScalarReplAggregates.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ScalarReplAggregates.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ScalarReplAggregates.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ScalarReplAggregates.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/ScalarReplAggregates.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ScalarReplAggregates.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ScalarReplAggregates.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ScalarReplAggregates.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ScalarReplAggregates.d.tmp"; exit 1; fi
llvm[4]: Compiling Scalarizer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalarizer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalarizer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalarizer.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/Scalarizer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalarizer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalarizer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalarizer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalarizer.d.tmp"; exit 1; fi
llvm[4]: Compiling SeparateConstOffsetFromGEP.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SeparateConstOffsetFromGEP.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SeparateConstOffsetFromGEP.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SeparateConstOffsetFromGEP.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SeparateConstOffsetFromGEP.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SeparateConstOffsetFromGEP.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SeparateConstOffsetFromGEP.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SeparateConstOffsetFromGEP.d.tmp"; exit 1; fi
llvm[4]: Compiling SimplifyCFGPass.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SimplifyCFGPass.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SimplifyCFGPass.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SimplifyCFGPass.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/SimplifyCFGPass.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SimplifyCFGPass.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SimplifyCFGPass.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SimplifyCFGPass.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SimplifyCFGPass.d.tmp"; exit 1; fi
llvm[4]: Compiling Sink.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Sink.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Sink.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Sink.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/Sink.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Sink.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Sink.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Sink.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Sink.d.tmp"; exit 1; fi
llvm[4]: Compiling StructurizeCFG.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/StructurizeCFG.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/StructurizeCFG.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/StructurizeCFG.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/StructurizeCFG.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/StructurizeCFG.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/StructurizeCFG.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/StructurizeCFG.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/StructurizeCFG.d.tmp"; exit 1; fi
llvm[4]: Compiling TailRecursionElimination.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Scalar -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/TailRecursionElimination.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/TailRecursionElimination.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/TailRecursionElimination.d" /home/steve/src/rust/src/llvm/lib/Transforms/Scalar/TailRecursionElimination.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/TailRecursionElimination.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/TailRecursionElimination.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/TailRecursionElimination.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/TailRecursionElimination.d.tmp"; exit 1; fi
llvm[4]: Building Release+Asserts Archive Library libLLVMScalarOpts.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMScalarOpts.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMScalarOpts.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ADCE.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/AlignmentFromAssumptions.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantHoisting.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ConstantProp.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/CorrelatedValuePropagation.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DCE.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/DeadStoreElimination.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/EarlyCSE.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/FlattenCFGPass.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/GVN.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/IndVarSimplify.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/JumpThreading.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LICM.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoadCombine.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopDeletion.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopIdiomRecognize.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopInstSimplify.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRerollPass.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopRotation.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopStrengthReduce.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnrollPass.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LoopUnswitch.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/LowerAtomic.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MemCpyOptimizer.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/MergedLoadStoreMotion.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/NullCheckElimination.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/PartiallyInlineLibCalls.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reassociate.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Reg2Mem.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SCCP.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SROA.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SampleProfile.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalar.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/ScalarReplAggregates.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Scalarizer.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SeparateConstOffsetFromGEP.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/SimplifyCFGPass.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/Sink.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/StructurizeCFG.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar/Release+Asserts/TailRecursionElimination.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMScalarOpts.a
make[4]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Scalar'
\
SD=/home/steve/src/rust/src/llvm/lib/Transforms/InstCombine; \
DD=InstCombine; \
if [ ! -f $SD/Makefile ]; then \
SD=InstCombine; \
DD=InstCombine; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[4]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/.//.dir
llvm[4]: Compiling InstCombineAddSub.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/InstCombine -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAddSub.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAddSub.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAddSub.d" /home/steve/src/rust/src/llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAddSub.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAddSub.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAddSub.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAddSub.d.tmp"; exit 1; fi
llvm[4]: Compiling InstCombineAndOrXor.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/InstCombine -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAndOrXor.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAndOrXor.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAndOrXor.d" /home/steve/src/rust/src/llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAndOrXor.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAndOrXor.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAndOrXor.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAndOrXor.d.tmp"; exit 1; fi
llvm[4]: Compiling InstCombineCalls.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/InstCombine -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCalls.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCalls.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCalls.d" /home/steve/src/rust/src/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCalls.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCalls.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCalls.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCalls.d.tmp"; exit 1; fi
llvm[4]: Compiling InstCombineCasts.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/InstCombine -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCasts.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCasts.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCasts.d" /home/steve/src/rust/src/llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCasts.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCasts.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCasts.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCasts.d.tmp"; exit 1; fi
llvm[4]: Compiling InstCombineCompares.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/InstCombine -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCompares.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCompares.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCompares.d" /home/steve/src/rust/src/llvm/lib/Transforms/InstCombine/InstCombineCompares.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCompares.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCompares.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCompares.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCompares.d.tmp"; exit 1; fi
llvm[4]: Compiling InstCombineLoadStoreAlloca.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/InstCombine -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineLoadStoreAlloca.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineLoadStoreAlloca.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineLoadStoreAlloca.d" /home/steve/src/rust/src/llvm/lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineLoadStoreAlloca.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineLoadStoreAlloca.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineLoadStoreAlloca.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineLoadStoreAlloca.d.tmp"; exit 1; fi
llvm[4]: Compiling InstCombineMulDivRem.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/InstCombine -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineMulDivRem.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineMulDivRem.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineMulDivRem.d" /home/steve/src/rust/src/llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineMulDivRem.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineMulDivRem.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineMulDivRem.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineMulDivRem.d.tmp"; exit 1; fi
llvm[4]: Compiling InstCombinePHI.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/InstCombine -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombinePHI.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombinePHI.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombinePHI.d" /home/steve/src/rust/src/llvm/lib/Transforms/InstCombine/InstCombinePHI.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombinePHI.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombinePHI.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombinePHI.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombinePHI.d.tmp"; exit 1; fi
llvm[4]: Compiling InstCombineSelect.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/InstCombine -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSelect.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSelect.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSelect.d" /home/steve/src/rust/src/llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSelect.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSelect.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSelect.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSelect.d.tmp"; exit 1; fi
llvm[4]: Compiling InstCombineShifts.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/InstCombine -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineShifts.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineShifts.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineShifts.d" /home/steve/src/rust/src/llvm/lib/Transforms/InstCombine/InstCombineShifts.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineShifts.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineShifts.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineShifts.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineShifts.d.tmp"; exit 1; fi
llvm[4]: Compiling InstCombineSimplifyDemanded.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/InstCombine -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSimplifyDemanded.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSimplifyDemanded.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSimplifyDemanded.d" /home/steve/src/rust/src/llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSimplifyDemanded.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSimplifyDemanded.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSimplifyDemanded.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSimplifyDemanded.d.tmp"; exit 1; fi
llvm[4]: Compiling InstCombineVectorOps.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/InstCombine -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineVectorOps.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineVectorOps.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineVectorOps.d" /home/steve/src/rust/src/llvm/lib/Transforms/InstCombine/InstCombineVectorOps.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineVectorOps.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineVectorOps.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineVectorOps.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineVectorOps.d.tmp"; exit 1; fi
llvm[4]: Compiling InstructionCombining.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/InstCombine -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstructionCombining.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstructionCombining.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstructionCombining.d" /home/steve/src/rust/src/llvm/lib/Transforms/InstCombine/InstructionCombining.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstructionCombining.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstructionCombining.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstructionCombining.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstructionCombining.d.tmp"; exit 1; fi
llvm[4]: Building Release+Asserts Archive Library libLLVMInstCombine.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMInstCombine.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMInstCombine.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAddSub.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineAndOrXor.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCalls.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCasts.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineCompares.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineLoadStoreAlloca.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineMulDivRem.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombinePHI.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSelect.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineShifts.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineSimplifyDemanded.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstCombineVectorOps.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine/Release+Asserts/InstructionCombining.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMInstCombine.a
make[4]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/InstCombine'
\
SD=/home/steve/src/rust/src/llvm/lib/Transforms/IPO; \
DD=IPO; \
if [ ! -f $SD/Makefile ]; then \
SD=IPO; \
DD=IPO; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[4]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/.//.dir
llvm[4]: Compiling ArgumentPromotion.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ArgumentPromotion.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ArgumentPromotion.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ArgumentPromotion.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ArgumentPromotion.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ArgumentPromotion.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ArgumentPromotion.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ArgumentPromotion.d.tmp"; exit 1; fi
llvm[4]: Compiling BarrierNoopPass.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/BarrierNoopPass.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/BarrierNoopPass.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/BarrierNoopPass.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/BarrierNoopPass.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/BarrierNoopPass.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/BarrierNoopPass.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/BarrierNoopPass.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/BarrierNoopPass.d.tmp"; exit 1; fi
llvm[4]: Compiling ConstantMerge.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ConstantMerge.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ConstantMerge.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ConstantMerge.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/ConstantMerge.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ConstantMerge.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ConstantMerge.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ConstantMerge.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ConstantMerge.d.tmp"; exit 1; fi
llvm[4]: Compiling DeadArgumentElimination.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/DeadArgumentElimination.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/DeadArgumentElimination.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/DeadArgumentElimination.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/DeadArgumentElimination.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/DeadArgumentElimination.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/DeadArgumentElimination.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/DeadArgumentElimination.d.tmp"; exit 1; fi
llvm[4]: Compiling ExtractGV.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ExtractGV.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ExtractGV.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ExtractGV.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/ExtractGV.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ExtractGV.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ExtractGV.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ExtractGV.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ExtractGV.d.tmp"; exit 1; fi
llvm[4]: Compiling FunctionAttrs.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/FunctionAttrs.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/FunctionAttrs.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/FunctionAttrs.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/FunctionAttrs.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/FunctionAttrs.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/FunctionAttrs.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/FunctionAttrs.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/FunctionAttrs.d.tmp"; exit 1; fi
llvm[4]: Compiling GlobalDCE.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalDCE.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalDCE.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalDCE.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/GlobalDCE.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalDCE.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalDCE.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalDCE.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalDCE.d.tmp"; exit 1; fi
llvm[4]: Compiling GlobalOpt.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalOpt.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalOpt.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalOpt.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/GlobalOpt.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalOpt.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalOpt.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalOpt.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalOpt.d.tmp"; exit 1; fi
llvm[4]: Compiling IPConstantPropagation.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPConstantPropagation.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPConstantPropagation.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPConstantPropagation.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/IPConstantPropagation.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPConstantPropagation.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPConstantPropagation.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPConstantPropagation.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPConstantPropagation.d.tmp"; exit 1; fi
llvm[4]: Compiling IPO.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPO.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPO.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPO.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/IPO.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPO.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPO.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPO.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPO.d.tmp"; exit 1; fi
llvm[4]: Compiling InlineAlways.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineAlways.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineAlways.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineAlways.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/InlineAlways.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineAlways.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineAlways.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineAlways.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineAlways.d.tmp"; exit 1; fi
llvm[4]: Compiling InlineSimple.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineSimple.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineSimple.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineSimple.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/InlineSimple.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineSimple.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineSimple.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineSimple.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineSimple.d.tmp"; exit 1; fi
llvm[4]: Compiling Inliner.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Inliner.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Inliner.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Inliner.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/Inliner.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Inliner.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Inliner.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Inliner.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Inliner.d.tmp"; exit 1; fi
llvm[4]: Compiling Internalize.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Internalize.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Internalize.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Internalize.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/Internalize.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Internalize.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Internalize.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Internalize.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Internalize.d.tmp"; exit 1; fi
llvm[4]: Compiling LoopExtractor.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/LoopExtractor.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/LoopExtractor.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/LoopExtractor.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/LoopExtractor.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/LoopExtractor.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/LoopExtractor.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/LoopExtractor.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/LoopExtractor.d.tmp"; exit 1; fi
llvm[4]: Compiling MergeFunctions.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/MergeFunctions.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/MergeFunctions.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/MergeFunctions.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/MergeFunctions.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/MergeFunctions.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/MergeFunctions.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/MergeFunctions.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/MergeFunctions.d.tmp"; exit 1; fi
llvm[4]: Compiling PartialInlining.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PartialInlining.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PartialInlining.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PartialInlining.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/PartialInlining.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PartialInlining.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PartialInlining.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PartialInlining.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PartialInlining.d.tmp"; exit 1; fi
llvm[4]: Compiling PassManagerBuilder.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PassManagerBuilder.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PassManagerBuilder.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PassManagerBuilder.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/PassManagerBuilder.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PassManagerBuilder.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PassManagerBuilder.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PassManagerBuilder.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PassManagerBuilder.d.tmp"; exit 1; fi
llvm[4]: Compiling PruneEH.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PruneEH.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PruneEH.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PruneEH.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/PruneEH.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PruneEH.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PruneEH.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PruneEH.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PruneEH.d.tmp"; exit 1; fi
llvm[4]: Compiling StripDeadPrototypes.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripDeadPrototypes.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripDeadPrototypes.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripDeadPrototypes.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/StripDeadPrototypes.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripDeadPrototypes.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripDeadPrototypes.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripDeadPrototypes.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripDeadPrototypes.d.tmp"; exit 1; fi
llvm[4]: Compiling StripSymbols.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/IPO -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripSymbols.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripSymbols.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripSymbols.d" /home/steve/src/rust/src/llvm/lib/Transforms/IPO/StripSymbols.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripSymbols.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripSymbols.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripSymbols.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripSymbols.d.tmp"; exit 1; fi
llvm[4]: Building Release+Asserts Archive Library libLLVMipo.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMipo.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMipo.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ArgumentPromotion.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/BarrierNoopPass.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ConstantMerge.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/DeadArgumentElimination.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/ExtractGV.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/FunctionAttrs.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalDCE.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/GlobalOpt.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPConstantPropagation.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/IPO.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineAlways.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/InlineSimple.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Inliner.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/Internalize.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/LoopExtractor.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/MergeFunctions.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PartialInlining.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PassManagerBuilder.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/PruneEH.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripDeadPrototypes.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO/Release+Asserts/StripSymbols.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMipo.a
make[4]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/IPO'
\
SD=/home/steve/src/rust/src/llvm/lib/Transforms/Vectorize; \
DD=Vectorize; \
if [ ! -f $SD/Makefile ]; then \
SD=Vectorize; \
DD=Vectorize; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[4]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/.//.dir
llvm[4]: Compiling BBVectorize.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Vectorize -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/BBVectorize.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/BBVectorize.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/BBVectorize.d" /home/steve/src/rust/src/llvm/lib/Transforms/Vectorize/BBVectorize.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/BBVectorize.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/BBVectorize.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/BBVectorize.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/BBVectorize.d.tmp"; exit 1; fi
llvm[4]: Compiling LoopVectorize.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Vectorize -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/LoopVectorize.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/LoopVectorize.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/LoopVectorize.d" /home/steve/src/rust/src/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/LoopVectorize.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/LoopVectorize.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/LoopVectorize.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/LoopVectorize.d.tmp"; exit 1; fi
llvm[4]: Compiling SLPVectorizer.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Vectorize -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/SLPVectorizer.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/SLPVectorizer.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/SLPVectorizer.d" /home/steve/src/rust/src/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/SLPVectorizer.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/SLPVectorizer.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/SLPVectorizer.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/SLPVectorizer.d.tmp"; exit 1; fi
llvm[4]: Compiling Vectorize.cpp for Release+Asserts build
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Vectorize -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/Vectorize.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/Vectorize.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/Vectorize.d" /home/steve/src/rust/src/llvm/lib/Transforms/Vectorize/Vectorize.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/Vectorize.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/Vectorize.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/Vectorize.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/Vectorize.d.tmp"; exit 1; fi
llvm[4]: Building Release+Asserts Archive Library libLLVMVectorize.a
/bin/rm -f /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMVectorize.a
ar cru /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMVectorize.a /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/BBVectorize.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/LoopVectorize.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/SLPVectorizer.o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize/Release+Asserts/Vectorize.o
ranlib /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/libLLVMVectorize.a
make[4]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Vectorize'
\
SD=/home/steve/src/rust/src/llvm/lib/Transforms/Hello; \
DD=Hello; \
if [ ! -f $SD/Makefile ]; then \
SD=Hello; \
DD=Hello; \
fi; \
if ([ ! -f $DD/Makefile ] || \
command test $DD/Makefile -ot \
$SD/Makefile ); then \
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs $DD; \
/bin/cp $SD/Makefile $DD/Makefile; \
fi; \
make -C $DD all
make[4]: Entering directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello'
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/.dir
/home/steve/src/rust/src/llvm/autoconf/mkinstalldirs /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/./ > /dev/null
/bin/date > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/.//.dir
llvm[4]: Compiling Hello.cpp for Release+Asserts build (PIC)
if ccache g++ -I/home/steve/src/rust/src/llvm/include -I/home/steve/src/rust/src/llvm/lib/Transforms/Hello -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/include -I/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello -D_DEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -std=c++11 -fvisibility-inlines-hidden -fno-exceptions -fno-rtti -fPIC -ffunction-sections -fdata-sections -Wcast-qual -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -Wno-maybe-uninitialized -Wno-missing-field-initializers -c -MMD -MP -MF "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.d.tmp" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.o" -MT "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.d" /home/steve/src/rust/src/llvm/lib/Transforms/Hello/Hello.cpp -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.o ; \
then /bin/mv -f "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.d.tmp" "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.d"; else /bin/rm "/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.d.tmp"; exit 1; fi
echo "{" > /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.exports.map
grep -q '[[:alnum:]_]' /home/steve/src/rust/src/llvm/lib/Transforms/Hello/Hello.exports && echo " global:" >> /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.exports.map || :
sed -e 's/$/;/' -e 's/^/ /' < /home/steve/src/rust/src/llvm/lib/Transforms/Hello/Hello.exports >> /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.exports.map
echo " local: *;" >> /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.exports.map
echo "};" >> /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.exports.map
llvm[4]: Linking Release+Asserts Loadable Module LLVMHello.so
ccache g++ -O3 -Wl,-R -Wl,'$ORIGIN' -Wl,--gc-sections -rdynamic -L/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib -L/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib -shared -o /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/LLVMHello.so /home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.o \
-Wl,--version-script,/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.exports.map -lpthread -ldl -lm
/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello/Release+Asserts/Hello.o: file not recognized: File truncated
collect2: error: ld returned 1 exit status
make[4]: *** [/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/lib/LLVMHello.so] Error 1
make[4]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms/Hello'
make[3]: *** [Hello/.makeall] Error 2
make[3]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib/Transforms'
make[2]: *** [Transforms/.makeall] Error 2
make[2]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/lib'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm'
make: *** [/home/steve/src/rust/x86_64-unknown-linux-gnu/llvm/Release+Asserts/bin/llvm-config] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment