Skip to content

Instantly share code, notes, and snippets.

@timotheecour
Created March 10, 2018 23:30
Show Gist options
  • Save timotheecour/b01eeb42efc6e6957c7b16735f6ee8e0 to your computer and use it in GitHub Desktop.
Save timotheecour/b01eeb42efc6e6957c7b16735f6ee8e0 to your computer and use it in GitHub Desktop.
ldc on macOS 10.13.3 - Homebrew build logs
Homebrew build logs for ldc on macOS 10.13.3
Build date: 2018-03-10 15:25:32
HOMEBREW_VERSION: 1.5.10
ORIGIN: https://github.com/Homebrew/brew
HEAD: 04efbadb9ef155c5921a03bf5f5d9052cd378c21
Last commit: 13 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: f9505c4f27ccbd652fc71b815eba9079d7a9ee37
Core tap last commit: 3 hours ago
HOMEBREW_PREFIX: /Users/timothee/temp/brew
HOMEBREW_REPOSITORY: /Users/timothee/temp/brew
HOMEBREW_CELLAR: /Users/timothee/temp/brew/Cellar
HOMEBREW_CELLAR: /Users/timothee/temp/brew/Cellar
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_PREFIX: /Users/timothee/temp/brew
HOMEBREW_REPOSITORY: /Users/timothee/temp/brew
HOMEBREW_RUBY_WARNINGS: -W0
CPU: octa-core 64-bit kabylake
Homebrew Ruby: 2.3.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 9.0 build 900
Git: 2.16.1.72 => /Users/timothee/temp/brew/bin/git
Curl: 7.54.0 => /usr/bin/curl
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Java: 9.0.1
macOS: 10.13.3-x86_64
Xcode: 9.2
CLT: 9.2.0.0.1.1510905681
X11: 2.7.11 => /opt/X11
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: "config" scripts exist outside your system or Homebrew directories.
`./configure` scripts often look for *-config scripts to determine if
software packages are installed, and what additional flags to use when
compiling and linking.
Having additional scripts in your path can confuse software installed via
Homebrew if the config script overrides a system or Homebrew provided
script of the same name. We found the following "config" scripts:
/Users/timothee/homebrew/bin/pkg-config
/Users/timothee/homebrew/bin/MagickCore-config
/Users/timothee/homebrew/bin/MagickWand-config
/Users/timothee/homebrew/bin/freetype-config
/Users/timothee/homebrew/bin/libpng16-config
/Users/timothee/homebrew/bin/python3.6m-config
/Users/timothee/homebrew/bin/Magick++-config
/Users/timothee/homebrew/bin/libpng-config
/Users/timothee/homebrew/bin/onig-config
/Users/timothee/homebrew/bin/python3-config
/Users/timothee/homebrew/bin/gdlib-config
/Users/timothee/homebrew/bin/pcre-config
/Users/timothee/homebrew/bin/python3.6-config
Warning: Your Homebrew's prefix is not /usr/local.
You can install Homebrew anywhere you want but some bottles (binary packages)
can only be used with a /usr/local prefix and some formulae (packages)
may not build correctly with a non-/usr/local prefix.
Warning: Some directories in your path end in a slash.
Directories in your path should not end in a slash. This can break other
doctor checks. The following directories should be edited:
/Users/timothee/usr/local/bin/
Warning: /usr/bin occurs before /Users/timothee/temp/brew/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
git-receive-pack
ndisasm
nasm
git-upload-archive
git-cvsserver
git-shell
git-upload-pack
git
Consider setting your PATH so that /Users/timothee/temp/brew/bin
occurs before /usr/bin. Here is a one-liner:
echo 'export PATH="/Users/timothee/temp/brew/bin:$PATH"' >> ~/.zshrc
Warning: Homebrew's bin was not found in your PATH.
Consider setting the PATH for example like so
echo 'export PATH="/Users/timothee/temp/brew/bin:$PATH"' >> ~/.zshrc
2018-03-10 15:25:23 -0800
cmake
..
-DCMAKE_C_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_CXX_FLAGS_RELEASE=-DNDEBUG
-DCMAKE_INSTALL_PREFIX=/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_FIND_FRAMEWORK=LAST
-DCMAKE_VERBOSE_MAKEFILE=ON
-Wno-dev
-DLLVM_ROOT_DIR=/Users/timothee/temp/brew/opt/llvm
-- The C compiler identification is AppleClang 9.0.0.9000039
-- The CXX compiler identification is AppleClang 9.0.0.9000039
-- Check for working C compiler: /Users/timothee/temp/brew/Library/Homebrew/shims/super/clang
-- Check for working C compiler: /Users/timothee/temp/brew/Library/Homebrew/shims/super/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++
-- Check for working CXX compiler: /Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found LLVM: /Users/timothee/temp/brew/Cellar/llvm/6.0.0 (found suitable version "6.0.0", minimum required is "3.5")
-- Found LibConfig: /Users/timothee/temp/brew/include
-- The ASM compiler identification is Clang
-- Found assembler: /Users/timothee/temp/brew/Library/Homebrew/shims/super/clang
-- LDC version identifier: 0.17.5
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Using unsigned short
-- Check if the system is big endian - little endian
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Looking for setupterm in tinfo
-- Looking for setupterm in tinfo - not found
-- Looking for setupterm in terminfo
-- Looking for setupterm in terminfo - not found
-- Looking for setupterm in curses
-- Looking for setupterm in curses - found
-- Using path for Intrinsics.td: /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include
-- Skip building FileCheck, assuming it can be found in LLVM bin directory
-- Looking for _SC_ARG_MAX
-- Looking for _SC_ARG_MAX - found
-- Check size of void*
-- Check size of void* - done
-- Configuring done
-- Generating done
-- Build files have been written to: /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build
clang called with: CMakeCCompilerId.c
superenv added: -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang CMakeCCompilerId.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: CMakeCXXCompilerId.cpp
superenv added: -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
superenv executed: clang++ -std=c++11 -stdlib=libc++ CMakeCXXCompilerId.cpp -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_5e0bc.dir/testCCompiler.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/testCCompiler.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_5e0bc.dir/testCCompiler.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/testCCompiler.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5e0bc.dir/testCCompiler.c.o -o cmTC_5e0bc
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5e0bc.dir/testCCompiler.c.o -o cmTC_5e0bc -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_6c305.dir/CMakeCCompilerABI.c.o -c /Users/timothee/temp/brew/Cellar/cmake/3.10.2/share/cmake/Modules/CMakeCCompilerABI.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_6c305.dir/CMakeCCompilerABI.c.o -c /Users/timothee/temp/brew/Cellar/cmake/3.10.2/share/cmake/Modules/CMakeCCompilerABI.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_6c305.dir/CMakeCCompilerABI.c.o -o cmTC_6c305
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_6c305.dir/CMakeCCompilerABI.c.o -o cmTC_6c305 -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c11 -o CMakeFiles/cmTC_ce3ca.dir/feature_tests.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -std=c11 -o CMakeFiles/cmTC_ce3ca.dir/feature_tests.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/feature_tests.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ce3ca.dir/feature_tests.c.o -o cmTC_ce3ca
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ce3ca.dir/feature_tests.c.o -o cmTC_ce3ca -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c99 -o CMakeFiles/cmTC_6f7d2.dir/feature_tests.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -std=c99 -o CMakeFiles/cmTC_6f7d2.dir/feature_tests.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/feature_tests.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6f7d2.dir/feature_tests.c.o -o cmTC_6f7d2
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6f7d2.dir/feature_tests.c.o -o cmTC_6f7d2 -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -std=c90 -o CMakeFiles/cmTC_66237.dir/feature_tests.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/feature_tests.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -std=c90 -o CMakeFiles/cmTC_66237.dir/feature_tests.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/feature_tests.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66237.dir/feature_tests.c.o -o cmTC_66237
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_66237.dir/feature_tests.c.o -o cmTC_66237 -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTC_a9c90.dir/testCXXCompiler.cxx.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -o CMakeFiles/cmTC_a9c90.dir/testCXXCompiler.cxx.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a9c90.dir/testCXXCompiler.cxx.o -o cmTC_a9c90
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_a9c90.dir/testCXXCompiler.cxx.o -o cmTC_a9c90 -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -o CMakeFiles/cmTC_b9263.dir/CMakeCXXCompilerABI.cpp.o -c /Users/timothee/temp/brew/Cellar/cmake/3.10.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -o CMakeFiles/cmTC_b9263.dir/CMakeCXXCompilerABI.cpp.o -c /Users/timothee/temp/brew/Cellar/cmake/3.10.2/share/cmake/Modules/CMakeCXXCompilerABI.cpp -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_b9263.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_b9263
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names -v -Wl,-v CMakeFiles/cmTC_b9263.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_b9263 -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++1z -o CMakeFiles/cmTC_e28c3.dir/feature_tests.cxx.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -std=c++1z -o CMakeFiles/cmTC_e28c3.dir/feature_tests.cxx.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/feature_tests.cxx -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e28c3.dir/feature_tests.cxx.o -o cmTC_e28c3
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_e28c3.dir/feature_tests.cxx.o -o cmTC_e28c3 -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++14 -o CMakeFiles/cmTC_b24d2.dir/feature_tests.cxx.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -std=c++14 -o CMakeFiles/cmTC_b24d2.dir/feature_tests.cxx.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/feature_tests.cxx -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b24d2.dir/feature_tests.cxx.o -o cmTC_b24d2
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_b24d2.dir/feature_tests.cxx.o -o cmTC_b24d2 -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++11 -o CMakeFiles/cmTC_07a88.dir/feature_tests.cxx.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -std=c++11 -o CMakeFiles/cmTC_07a88.dir/feature_tests.cxx.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/feature_tests.cxx -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_07a88.dir/feature_tests.cxx.o -o cmTC_07a88
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_07a88.dir/feature_tests.cxx.o -o cmTC_07a88 -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -std=c++98 -o CMakeFiles/cmTC_0cccc.dir/feature_tests.cxx.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/feature_tests.cxx
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -std=c++98 -o CMakeFiles/cmTC_0cccc.dir/feature_tests.cxx.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/feature_tests.cxx -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang++ called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0cccc.dir/feature_tests.cxx.o -o cmTC_0cccc
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_0cccc.dir/feature_tests.cxx.o -o cmTC_0cccc -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_6ad6a.dir/CheckIncludeFile.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_6ad6a.dir/CheckIncludeFile.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6ad6a.dir/CheckIncludeFile.c.o -o cmTC_6ad6a
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6ad6a.dir/CheckIncludeFile.c.o -o cmTC_6ad6a -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_812e2.dir/CheckIncludeFile.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_812e2.dir/CheckIncludeFile.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_812e2.dir/CheckIncludeFile.c.o -o cmTC_812e2
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_812e2.dir/CheckIncludeFile.c.o -o cmTC_812e2 -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_3afdf.dir/CheckIncludeFile.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_3afdf.dir/CheckIncludeFile.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3afdf.dir/CheckIncludeFile.c.o -o cmTC_3afdf
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3afdf.dir/CheckIncludeFile.c.o -o cmTC_3afdf -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_90273.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_90273.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_SHORT.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_90273.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_90273
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_90273.dir/CMAKE_SIZEOF_UNSIGNED_SHORT.c.o -o cmTC_90273 -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_c6449.dir/TestEndianess.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/TestEndianess.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_c6449.dir/TestEndianess.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/TestEndianess.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c6449.dir/TestEndianess.c.o -o cmTC_c6449
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_c6449.dir/TestEndianess.c.o -o cmTC_c6449 -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_ecaf2.dir/CheckIncludeFile.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_ecaf2.dir/CheckIncludeFile.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ecaf2.dir/CheckIncludeFile.c.o -o cmTC_ecaf2
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ecaf2.dir/CheckIncludeFile.c.o -o cmTC_ecaf2 -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_ae092.dir/CheckFunctionExists.c.o -c /Users/timothee/temp/brew/Cellar/cmake/3.10.2/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_ae092.dir/CheckFunctionExists.c.o -c /Users/timothee/temp/brew/Cellar/cmake/3.10.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ae092.dir/CheckFunctionExists.c.o -o cmTC_ae092 -lpthread
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_ae092.dir/CheckFunctionExists.c.o -o cmTC_ae092 -lpthread -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_812cc.dir/CheckFunctionExists.c.o -c /Users/timothee/temp/brew/Cellar/cmake/3.10.2/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_812cc.dir/CheckFunctionExists.c.o -c /Users/timothee/temp/brew/Cellar/cmake/3.10.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -DCHECK_FUNCTION_EXISTS=setupterm -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_812cc.dir/CheckFunctionExists.c.o -o cmTC_812cc -ltinfo
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setupterm -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_812cc.dir/CheckFunctionExists.c.o -o cmTC_812cc -ltinfo -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_5ceee.dir/CheckFunctionExists.c.o -c /Users/timothee/temp/brew/Cellar/cmake/3.10.2/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_5ceee.dir/CheckFunctionExists.c.o -c /Users/timothee/temp/brew/Cellar/cmake/3.10.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -DCHECK_FUNCTION_EXISTS=setupterm -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5ceee.dir/CheckFunctionExists.c.o -o cmTC_5ceee -lterminfo
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setupterm -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_5ceee.dir/CheckFunctionExists.c.o -o cmTC_5ceee -lterminfo -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_97a6a.dir/CheckFunctionExists.c.o -c /Users/timothee/temp/brew/Cellar/cmake/3.10.2/share/cmake/Modules/CheckFunctionExists.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setupterm -o CMakeFiles/cmTC_97a6a.dir/CheckFunctionExists.c.o -c /Users/timothee/temp/brew/Cellar/cmake/3.10.2/share/cmake/Modules/CheckFunctionExists.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -DCHECK_FUNCTION_EXISTS=setupterm -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_97a6a.dir/CheckFunctionExists.c.o -o cmTC_97a6a -lcurses
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -DCHECK_FUNCTION_EXISTS=setupterm -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_97a6a.dir/CheckFunctionExists.c.o -o cmTC_97a6a -lcurses -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_6878f.dir/CheckSymbolExists.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_6878f.dir/CheckSymbolExists.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6878f.dir/CheckSymbolExists.c.o -o cmTC_6878f
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_6878f.dir/CheckSymbolExists.c.o -o cmTC_6878f -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang called with: -o CMakeFiles/cmTC_3f9d9.dir/ptr_size.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CheckTypeSize/ptr_size.c
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang -pipe -w -Os -march=native -o CMakeFiles/cmTC_3f9d9.dir/ptr_size.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/CheckTypeSize/ptr_size.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang called with: -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3f9d9.dir/ptr_size.c.o -o cmTC_3f9d9
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang -pipe -w -Os -march=native -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/cmTC_3f9d9.dir/ptr_size.c.o -o cmTC_3f9d9 -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
2018-03-10 15:25:32 -0800
make
/Users/timothee/temp/brew/Cellar/cmake/3.10.2/bin/cmake -H/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -B/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build --check-build-system CMakeFiles/Makefile.cmake 0
/Users/timothee/temp/brew/Cellar/cmake/3.10.2/bin/cmake -E cmake_progress_start /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/progress.marks
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/Makefile2 all
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/ldmd2.dir/build.make CMakeFiles/ldmd2.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/impcnvgen.dir/build.make CMakeFiles/impcnvgen.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/idgen.dir/build.make CMakeFiles/idgen.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/not.dir/build.make CMakeFiles/not.dir/depend
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/gen_gccbuiltins.dir/build.make CMakeFiles/gen_gccbuiltins.dir/depend
cd /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build && /Users/timothee/temp/brew/Cellar/cmake/3.10.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/ldmd2.dir/DependInfo.cmake --color=
cd /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build && /Users/timothee/temp/brew/Cellar/cmake/3.10.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/impcnvgen.dir/DependInfo.cmake --color=
cd /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build && /Users/timothee/temp/brew/Cellar/cmake/3.10.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/idgen.dir/DependInfo.cmake --color=
cd /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build && /Users/timothee/temp/brew/Cellar/cmake/3.10.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/not.dir/DependInfo.cmake --color=
cd /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build && /Users/timothee/temp/brew/Cellar/cmake/3.10.2/bin/cmake -E cmake_depends "Unix Makefiles" /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/CMakeFiles/gen_gccbuiltins.dir/DependInfo.cmake --color=
Scanning dependencies of target idgen
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/idgen.dir/build.make CMakeFiles/idgen.dir/build
Scanning dependencies of target not
Scanning dependencies of target impcnvgen
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/not.dir/build.make CMakeFiles/not.dir/build
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/impcnvgen.dir/build.make CMakeFiles/impcnvgen.dir/build
[ 0%] Building CXX object CMakeFiles/idgen.dir/dmd2/idgen.c.o
Scanning dependencies of target gen_gccbuiltins
/Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_INSTALL_PREFIX=\"/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1\" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH=\"/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include\" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -w -DPOSIX -DLDC_POSIX -o CMakeFiles/idgen.dir/dmd2/idgen.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/idgen.c
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/gen_gccbuiltins.dir/build.make CMakeFiles/gen_gccbuiltins.dir/build
Scanning dependencies of target ldmd2
/Applications/Xcode.app/Contents/Developer/usr/bin/make -f CMakeFiles/ldmd2.dir/build.make CMakeFiles/ldmd2.dir/build
[ 0%] Building CXX object CMakeFiles/not.dir/utils/not.cpp.o
[ 0%] Building CXX object CMakeFiles/impcnvgen.dir/dmd2/impcnvgen.c.o
/Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_INSTALL_PREFIX=\"/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1\" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH=\"/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include\" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-swit/Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_INSTALL_PREFIX=\"/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1\" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH=\"/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include\" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/not.dir/utils/not.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/utils/not.cpp
ch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -w -DPOSIX -DLDC_POSIX -o CMakeFiles/impcnvgen.dir/dmd2/impcnvgen.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/impcnvgen.c
[ 0%] Building CXX object CMakeFiles/gen_gccbuiltins.dir/utils/gen_gccbuiltins.cpp.o
/Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_INSTALL_PREFIX=\"/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1\" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH=\"/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include\" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/gen_gccbuiltins.dir/utils/gen_gccbuiltins.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/utils/gen_gccbuiltins.cpp
[ 0%] Building CXX object CMakeFiles/ldmd2.dir/dmd2/root/man.c.o
/Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_EXE_NAME=\"ldc2\" -DLDC_INSTALL_PREFIX=\"/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1\" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH=\"/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include\" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -w -DPOSIX -DLDC_POSIX -o CMakeFiles/ldmd2.dir/dmd2/root/man.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root/man.c
[ 0%] Building CXX object CMakeFiles/ldmd2.dir/driver/exe_path.cpp.o
/Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_EXE_NAME=\"ldc2\" -DLDC_INSTALL_PREFIX=\"/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1\" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH=\"/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include\" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/ldmd2.dir/driver/exe_path.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/driver/exe_path.cpp
[ 0%] Building CXX object CMakeFiles/ldmd2.dir/driver/ldmd.cpp.o
/Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_EXE_NAME=\"ldc2\" -DLDC_INSTALL_PREFIX=\"/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1\" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH=\"/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include\" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/ldmd2.dir/driver/ldmd.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/driver/ldmd.cpp
[ 0%] Building CXX object CMakeFiles/ldmd2.dir/driver/response.cpp.o
/Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_EXE_NAME=\"ldc2\" -DLDC_INSTALL_PREFIX=\"/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1\" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH=\"/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include\" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/ldmd2.dir/driver/response.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/driver/response.cpp
[ 0%] Linking CXX executable dmd2/idgen
/Users/timothee/temp/brew/Cellar/cmake/3.10.2/bin/cmake -E cmake_link_script CMakeFiles/idgen.dir/link.txt --verbose=1
/Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++ -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/idgen.dir/dmd2/idgen.c.o -o dmd2/idgen
[ 0%] Built target idgen
[ 0%] Linking CXX executable bin/not
/Users/timothee/temp/brew/Cellar/cmake/3.10.2/bin/cmake -E cmake_link_script CMakeFiles/not.dir/link.txt --verbose=1
/Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++ -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/not.dir/utils/not.cpp.o -o bin/not -lLLVMOption -lLLVMLTO -lLLVMPasses -lLLVMObjCARCOpts -lLLVMDebugInfoPDB -lLLVMDebugInfoDWARF -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMXCoreAsmPrinter -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMSystemZDisassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSystemZAsmPrinter -lLLVMSparcDisassembler -lLLVMSparcCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSparcAsmPrinter -lLLVMPowerPCDisassembler -lLLVMPowerPCCodeGen -lLLVMPowerPCAsmParser -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMNVPTXAsmPrinter -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMipsDisassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMMipsAsmPrinter -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiAsmPrinter -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFCodeGen -lLLVMBPFAsmParser -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMBPFAsmPrinter -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo -lLLVMARMAsmPrinter -lLLVMARMUtils -lLLVMAMDGPUDisassembler -lLLVMAMDGPUCodeGen -lLLVMipo -lLLVMInstrumentation -lLLVMVectorize -lLLVMLinker -lLLVMIRReader -lLLVMAsmParser -lLLVMAMDGPUAsmParser -lLLVMAMDGPUDesc -lLLVMAMDGPUInfo -lLLVMAMDGPUAsmPrinter -lLLVMAMDGPUUtils -lLLVMAArch64Disassembler -lLLVMMCDisassembler -lLLVMAArch64CodeGen -lLLVMGlobalISel -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMDebugInfoCodeView -lLLVMDebugInfoMSF -lLLVMCodeGen -lLLVMTarget -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAnalysis -lLLVMProfileData -lLLVMObject -lLLVMBitReader -lLLVMCore -lLLVMBinaryFormat -lLLVMAArch64AsmParser -lLLVMMCParser -lLLVMAArch64Desc -lLLVMAArch64Info -lLLVMAArch64AsmPrinter -lLLVMMC -lLLVMAArch64Utils -lLLVMSupport -lLLVMDemangle -lcurses -L/Users/timothee/temp/brew/Cellar/llvm/6.0.0/lib -Wl,-search_paths_first -Wl,-headerpad_max_install_names -lz -lcurses -lm
ld: library not found for -lLLVMBPFAsmParser
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/not] Error 1
make[1]: *** [CMakeFiles/not.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 0%] Linking CXX executable dmd2/impcnvgen
/Users/timothee/temp/brew/Cellar/cmake/3.10.2/bin/cmake -E cmake_link_script CMakeFiles/impcnvgen.dir/link.txt --verbose=1
/Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++ -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/impcnvgen.dir/dmd2/impcnvgen.c.o -o dmd2/impcnvgen
[ 0%] Built target impcnvgen
[ 0%] Linking CXX executable bin/gen_gccbuiltins
/Users/timothee/temp/brew/Cellar/cmake/3.10.2/bin/cmake -E cmake_link_script CMakeFiles/gen_gccbuiltins.dir/link.txt --verbose=1
/Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++ -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/gen_gccbuiltins.dir/utils/gen_gccbuiltins.cpp.o -o bin/gen_gccbuiltins -lLLVMTableGen -lLLVMOption -lLLVMLTO -lLLVMPasses -lLLVMObjCARCOpts -lLLVMDebugInfoPDB -lLLVMDebugInfoDWARF -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMXCoreAsmPrinter -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMSystemZDisassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSystemZAsmPrinter -lLLVMSparcDisassembler -lLLVMSparcCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSparcAsmPrinter -lLLVMPowerPCDisassembler -lLLVMPowerPCCodeGen -lLLVMPowerPCAsmParser -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMNVPTXAsmPrinter -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMipsDisassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMMipsAsmPrinter -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiAsmPrinter -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFCodeGen -lLLVMBPFAsmParser -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMBPFAsmPrinter -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo -lLLVMARMAsmPrinter -lLLVMARMUtils -lLLVMAMDGPUDisassembler -lLLVMAMDGPUCodeGen -lLLVMipo -lLLVMInstrumentation -lLLVMVectorize -lLLVMLinker -lLLVMIRReader -lLLVMAsmParser -lLLVMAMDGPUAsmParser -lLLVMAMDGPUDesc -lLLVMAMDGPUInfo -lLLVMAMDGPUAsmPrinter -lLLVMAMDGPUUtils -lLLVMAArch64Disassembler -lLLVMMCDisassembler -lLLVMAArch64CodeGen -lLLVMGlobalISel -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMDebugInfoCodeView -lLLVMDebugInfoMSF -lLLVMCodeGen -lLLVMTarget -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAnalysis -lLLVMProfileData -lLLVMObject -lLLVMBitReader -lLLVMCore -lLLVMBinaryFormat -lLLVMAArch64AsmParser -lLLVMMCParser -lLLVMAArch64Desc -lLLVMAArch64Info -lLLVMAArch64AsmPrinter -lLLVMMC -lLLVMAArch64Utils -lLLVMSupport -lLLVMDemangle -lpthread -lcurses -L/Users/timothee/temp/brew/Cellar/llvm/6.0.0/lib -Wl,-search_paths_first -Wl,-headerpad_max_install_names -lz -lcurses -lm
[ 0%] Linking CXX executable bin/ldmd2
/Users/timothee/temp/brew/Cellar/cmake/3.10.2/bin/cmake -E cmake_link_script CMakeFiles/ldmd2.dir/link.txt --verbose=1
/Users/timothee/temp/brew/Library/Homebrew/shims/super/clang++ -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ldmd2.dir/dmd2/root/man.c.o CMakeFiles/ldmd2.dir/driver/exe_path.cpp.o CMakeFiles/ldmd2.dir/driver/ldmd.cpp.o CMakeFiles/ldmd2.dir/driver/response.cpp.o -o bin/ldmd2 -lLLVMOption -lLLVMLTO -lLLVMPasses -lLLVMObjCARCOpts -lLLVMDebugInfoPDB -lLLVMDebugInfoDWARF -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMXCoreAsmPrinter -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMSystemZDisassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSystemZAsmPrinter -lLLVMSparcDisassembler -lLLVMSparcCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSparcAsmPrinter -lLLVMPowerPCDisassembler -lLLVMPowerPCCodeGen -lLLVMPowerPCAsmParser -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMNVPTXAsmPrinter -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMipsDisassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMMipsAsmPrinter -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiAsmPrinter -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFCodeGen -lLLVMBPFAsmParser -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMBPFAsmPrinter -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo -lLLVMARMAsmPrinter -lLLVMARMUtils -lLLVMAMDGPUDisassembler -lLLVMAMDGPUCodeGen -lLLVMipo -lLLVMInstrumentation -lLLVMVectorize -lLLVMLinker -lLLVMIRReader -lLLVMAsmParser -lLLVMAMDGPUAsmParser -lLLVMAMDGPUDesc -lLLVMAMDGPUInfo -lLLVMAMDGPUAsmPrinter -lLLVMAMDGPUUtils -lLLVMAArch64Disassembler -lLLVMMCDisassembler -lLLVMAArch64CodeGen -lLLVMGlobalISel -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMDebugInfoCodeView -lLLVMDebugInfoMSF -lLLVMCodeGen -lLLVMTarget -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAnalysis -lLLVMProfileData -lLLVMObject -lLLVMBitReader -lLLVMCore -lLLVMBinaryFormat -lLLVMAArch64AsmParser -lLLVMMCParser -lLLVMAArch64Desc -lLLVMAArch64Info -lLLVMAArch64AsmPrinter -lLLVMMC -lLLVMAArch64Utils -lLLVMSupport -lLLVMDemangle -lpthread -lcurses -L/Users/timothee/temp/brew/Cellar/llvm/6.0.0/lib -Wl,-search_paths_first -Wl,-headerpad_max_install_names -lz -lcurses -lm
ld: library not found for -lLLVMBPFAsmParser
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/gen_gccbuiltins] Error 1
make[1]: *** [CMakeFiles/gen_gccbuiltins.dir/all] Error 2
ld: library not found for -lLLVMBPFAsmParser
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/ldmd2] Error 1
make[1]: *** [CMakeFiles/ldmd2.dir/all] Error 2
make: *** [all] Error 2
HOMEBREW_VERSION: 1.5.10
ORIGIN: https://github.com/Homebrew/brew
HEAD: 04efbadb9ef155c5921a03bf5f5d9052cd378c21
Last commit: 13 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: f9505c4f27ccbd652fc71b815eba9079d7a9ee37
Core tap last commit: 3 hours ago
HOMEBREW_PREFIX: /Users/timothee/temp/brew
HOMEBREW_REPOSITORY: /Users/timothee/temp/brew
HOMEBREW_CELLAR: /Users/timothee/temp/brew/Cellar
HOMEBREW_ARCHFLAGS:
HOMEBREW_CACHE: /Users/timothee/Library/Caches/Homebrew
HOMEBREW_CC: clang
HOMEBREW_CCCFG: saxg
HOMEBREW_CELLAR: /Users/timothee/temp/brew/Cellar
HOMEBREW_CXX: clang++
HOMEBREW_DEPENDENCIES: cmake,libconfig,libffi,llvm@5
HOMEBREW_ERROR_PIPE: /tmp/homebrew20180310-69063-r2r8up/socket
HOMEBREW_FORMULA_PREFIX: /Users/timothee/temp/brew/Cellar/ldc/1.8.0_1
HOMEBREW_INCLUDE_PATHS: /Users/timothee/temp/brew/opt/llvm@5/include
HOMEBREW_ISYSTEM_PATHS: /Users/timothee/temp/brew/include:/usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
HOMEBREW_LIBRARY_PATHS: /Users/timothee/temp/brew/opt/libffi/lib:/Users/timothee/temp/brew/opt/llvm@5/lib:/Users/timothee/temp/brew/lib:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
HOMEBREW_OPT: /Users/timothee/temp/brew/opt
HOMEBREW_OPTFLAGS: -march=native
HOMEBREW_OPTIMIZATION_LEVEL: Os
HOMEBREW_PREFER_CLT_PROXIES: 1
HOMEBREW_PREFIX: /Users/timothee/temp/brew
HOMEBREW_REPOSITORY: /Users/timothee/temp/brew
HOMEBREW_RUBY_WARNINGS: -W0
HOMEBREW_TEMP: /tmp
CPU: octa-core 64-bit kabylake
Homebrew Ruby: 2.3.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby
Clang: 9.0 build 900
Git: 2.16.1.72 => /Users/timothee/temp/brew/bin/git
Curl: 7.54.0 => /usr/bin/curl
Perl: N/A
Python: N/A
Ruby: N/A
Java: 9.0.1
macOS: 10.13.3-x86_64
Xcode: 9.2
CLT: 9.2.0.0.1.1510905681
X11: 2.7.11 => /opt/X11
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /Users/timothee/temp/brew/opt/libffi:/Users/timothee/temp/brew/opt/llvm@5:/Users/timothee/temp/brew
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /Users/timothee/temp/brew/opt/libconfig/lib/pkgconfig:/Users/timothee/temp/brew/opt/libffi/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/Users/timothee/temp/brew/Library/Homebrew/os/mac/pkgconfig/10.13
ACLOCAL_PATH: /Users/timothee/temp/brew/share/aclocal
PATH: /Users/timothee/temp/brew/Library/Homebrew/shims/super:/Users/timothee/temp/brew/opt/cmake/bin:/Users/timothee/temp/brew/opt/llvm@5/bin:/usr/bin:/bin:/usr/sbin:/sbin
clang++ called with: -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -w -DPOSIX -DLDC_POSIX -o CMakeFiles/idgen.dir/dmd2/idgen.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/idgen.c
superenv removed: -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -Werror=date-time -Werror=unguarded-availability-new -Wall -W -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion
superenv added: -pipe -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -std=c++11 -Wno-unused-parameter -Wno-long-long -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -w -DPOSIX -DLDC_POSIX -o CMakeFiles/idgen.dir/dmd2/idgen.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/idgen.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang++ called with: -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/not.dir/utils/not.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/utils/not.cpp
superenv removed: -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -Werror=date-time -Werror=unguarded-availability-new -Wall -W -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -std=c++11 -Wno-unused-parameter -Wno-long-long -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/not.dir/utils/not.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/utils/not.cpp -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang++ called with: -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -w -DPOSIX -DLDC_POSIX -o CMakeFiles/impcnvgen.dir/dmd2/impcnvgen.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/impcnvgen.c
superenv removed: -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -Werror=date-time -Werror=unguarded-availability-new -Wall -W -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion
superenv added: -pipe -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -std=c++11 -Wno-unused-parameter -Wno-long-long -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -w -DPOSIX -DLDC_POSIX -o CMakeFiles/impcnvgen.dir/dmd2/impcnvgen.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/impcnvgen.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang++ called with: -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_EXE_NAME="ldc2" -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -w -DPOSIX -DLDC_POSIX -o CMakeFiles/ldmd2.dir/dmd2/root/man.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root/man.c
superenv removed: -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -Werror=date-time -Werror=unguarded-availability-new -Wall -W -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion
superenv added: -pipe -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_EXE_NAME="ldc2" -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -std=c++11 -Wno-unused-parameter -Wno-long-long -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -w -DPOSIX -DLDC_POSIX -o CMakeFiles/ldmd2.dir/dmd2/root/man.c.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root/man.c -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang++ called with: -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_EXE_NAME="ldc2" -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/ldmd2.dir/driver/exe_path.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/driver/exe_path.cpp
superenv removed: -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -Werror=date-time -Werror=unguarded-availability-new -Wall -W -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_EXE_NAME="ldc2" -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -std=c++11 -Wno-unused-parameter -Wno-long-long -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/ldmd2.dir/driver/exe_path.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/driver/exe_path.cpp -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang++ called with: -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/gen_gccbuiltins.dir/utils/gen_gccbuiltins.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/utils/gen_gccbuiltins.cpp
superenv removed: -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -Werror=date-time -Werror=unguarded-availability-new -Wall -W -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -std=c++11 -Wno-unused-parameter -Wno-long-long -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/gen_gccbuiltins.dir/utils/gen_gccbuiltins.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/utils/gen_gccbuiltins.cpp -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang++ called with: -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_EXE_NAME="ldc2" -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/ldmd2.dir/driver/ldmd.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/driver/ldmd.cpp
superenv removed: -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -Werror=date-time -Werror=unguarded-availability-new -Wall -W -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_EXE_NAME="ldc2" -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -std=c++11 -Wno-unused-parameter -Wno-long-long -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/ldmd2.dir/driver/ldmd.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/driver/ldmd.cpp -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang++ called with: -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_EXE_NAME="ldc2" -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -Werror=date-time -Werror=unguarded-availability-new -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/ldmd2.dir/driver/response.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/driver/response.cpp
superenv removed: -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts -I/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -Werror=date-time -Werror=unguarded-availability-new -Wall -W -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -Wall -Wextra
superenv added: -pipe -w -Os -march=native -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -DDMDV2 -DHAVE_SC_ARG_MAX -DIN_LLVM -DLDC_EXE_NAME="ldc2" -DLDC_INSTALL_PREFIX="/Users/timothee/temp/brew/Cellar/ldc/1.8.0_1" -DLDC_LLVM_VER=600 -DLLVM_INTRINSIC_TD_PATH="/Users/timothee/temp/brew/Cellar/llvm/6.0.0/include" -DOPAQUE_VTBLS -D__LITTLE_ENDIAN__ -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/. -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2 -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/dmd2/root -I/tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/build/dmd2 -isystem /Users/timothee/temp/brew/Cellar/llvm/6.0.0/include -isystem /Users/timothee/temp/brew/include -DNDEBUG -stdlib=libc++ -fPIC -fvisibility-inlines-hidden -std=c++11 -Wno-unused-parameter -Wno-long-long -DNDEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -Wno-unused-parameter -Wno-missing-field-initializers -Wno-non-virtual-dtor -Wno-gnu-anonymous-struct -Wno-nested-anon-types -Wno-gnu-redeclared-enum -DLDC_POSIX -o CMakeFiles/ldmd2.dir/driver/response.cpp.o -c /tmp/ldc-20180310-69214-1ek99dr/ldc-1.8.0-src/ldc-lts/driver/response.cpp -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include
clang++ called with: -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/idgen.dir/dmd2/idgen.c.o -o dmd2/idgen
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/idgen.dir/dmd2/idgen.c.o -o dmd2/idgen -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/not.dir/utils/not.cpp.o -o bin/not -lLLVMOption -lLLVMLTO -lLLVMPasses -lLLVMObjCARCOpts -lLLVMDebugInfoPDB -lLLVMDebugInfoDWARF -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMXCoreAsmPrinter -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMSystemZDisassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSystemZAsmPrinter -lLLVMSparcDisassembler -lLLVMSparcCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSparcAsmPrinter -lLLVMPowerPCDisassembler -lLLVMPowerPCCodeGen -lLLVMPowerPCAsmParser -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMNVPTXAsmPrinter -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMipsDisassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMMipsAsmPrinter -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiAsmPrinter -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFCodeGen -lLLVMBPFAsmParser -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMBPFAsmPrinter -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo -lLLVMARMAsmPrinter -lLLVMARMUtils -lLLVMAMDGPUDisassembler -lLLVMAMDGPUCodeGen -lLLVMipo -lLLVMInstrumentation -lLLVMVectorize -lLLVMLinker -lLLVMIRReader -lLLVMAsmParser -lLLVMAMDGPUAsmParser -lLLVMAMDGPUDesc -lLLVMAMDGPUInfo -lLLVMAMDGPUAsmPrinter -lLLVMAMDGPUUtils -lLLVMAArch64Disassembler -lLLVMMCDisassembler -lLLVMAArch64CodeGen -lLLVMGlobalISel -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMDebugInfoCodeView -lLLVMDebugInfoMSF -lLLVMCodeGen -lLLVMTarget -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAnalysis -lLLVMProfileData -lLLVMObject -lLLVMBitReader -lLLVMCore -lLLVMBinaryFormat -lLLVMAArch64AsmParser -lLLVMMCParser -lLLVMAArch64Desc -lLLVMAArch64Info -lLLVMAArch64AsmPrinter -lLLVMMC -lLLVMAArch64Utils -lLLVMSupport -lLLVMDemangle -lcurses -L/Users/timothee/temp/brew/Cellar/llvm/6.0.0/lib -Wl,-search_paths_first -Wl,-headerpad_max_install_names -lz -lcurses -lm
superenv removed: -L/Users/timothee/temp/brew/Cellar/llvm/6.0.0/lib
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/not.dir/utils/not.cpp.o -o bin/not -lLLVMOption -lLLVMLTO -lLLVMPasses -lLLVMObjCARCOpts -lLLVMDebugInfoPDB -lLLVMDebugInfoDWARF -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMXCoreAsmPrinter -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMSystemZDisassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSystemZAsmPrinter -lLLVMSparcDisassembler -lLLVMSparcCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSparcAsmPrinter -lLLVMPowerPCDisassembler -lLLVMPowerPCCodeGen -lLLVMPowerPCAsmParser -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMNVPTXAsmPrinter -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMipsDisassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMMipsAsmPrinter -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiAsmPrinter -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFCodeGen -lLLVMBPFAsmParser -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMBPFAsmPrinter -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo -lLLVMARMAsmPrinter -lLLVMARMUtils -lLLVMAMDGPUDisassembler -lLLVMAMDGPUCodeGen -lLLVMipo -lLLVMInstrumentation -lLLVMVectorize -lLLVMLinker -lLLVMIRReader -lLLVMAsmParser -lLLVMAMDGPUAsmParser -lLLVMAMDGPUDesc -lLLVMAMDGPUInfo -lLLVMAMDGPUAsmPrinter -lLLVMAMDGPUUtils -lLLVMAArch64Disassembler -lLLVMMCDisassembler -lLLVMAArch64CodeGen -lLLVMGlobalISel -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMDebugInfoCodeView -lLLVMDebugInfoMSF -lLLVMCodeGen -lLLVMTarget -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAnalysis -lLLVMProfileData -lLLVMObject -lLLVMBitReader -lLLVMCore -lLLVMBinaryFormat -lLLVMAArch64AsmParser -lLLVMMCParser -lLLVMAArch64Desc -lLLVMAArch64Info -lLLVMAArch64AsmPrinter -lLLVMMC -lLLVMAArch64Utils -lLLVMSupport -lLLVMDemangle -lcurses -Wl,-search_paths_first -Wl,-headerpad_max_install_names -lz -lcurses -lm -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/impcnvgen.dir/dmd2/impcnvgen.c.o -o dmd2/impcnvgen
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/impcnvgen.dir/dmd2/impcnvgen.c.o -o dmd2/impcnvgen -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/gen_gccbuiltins.dir/utils/gen_gccbuiltins.cpp.o -o bin/gen_gccbuiltins -lLLVMTableGen -lLLVMOption -lLLVMLTO -lLLVMPasses -lLLVMObjCARCOpts -lLLVMDebugInfoPDB -lLLVMDebugInfoDWARF -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMXCoreAsmPrinter -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMSystemZDisassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSystemZAsmPrinter -lLLVMSparcDisassembler -lLLVMSparcCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSparcAsmPrinter -lLLVMPowerPCDisassembler -lLLVMPowerPCCodeGen -lLLVMPowerPCAsmParser -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMNVPTXAsmPrinter -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMipsDisassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMMipsAsmPrinter -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiAsmPrinter -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFCodeGen -lLLVMBPFAsmParser -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMBPFAsmPrinter -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo -lLLVMARMAsmPrinter -lLLVMARMUtils -lLLVMAMDGPUDisassembler -lLLVMAMDGPUCodeGen -lLLVMipo -lLLVMInstrumentation -lLLVMVectorize -lLLVMLinker -lLLVMIRReader -lLLVMAsmParser -lLLVMAMDGPUAsmParser -lLLVMAMDGPUDesc -lLLVMAMDGPUInfo -lLLVMAMDGPUAsmPrinter -lLLVMAMDGPUUtils -lLLVMAArch64Disassembler -lLLVMMCDisassembler -lLLVMAArch64CodeGen -lLLVMGlobalISel -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMDebugInfoCodeView -lLLVMDebugInfoMSF -lLLVMCodeGen -lLLVMTarget -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAnalysis -lLLVMProfileData -lLLVMObject -lLLVMBitReader -lLLVMCore -lLLVMBinaryFormat -lLLVMAArch64AsmParser -lLLVMMCParser -lLLVMAArch64Desc -lLLVMAArch64Info -lLLVMAArch64AsmPrinter -lLLVMMC -lLLVMAArch64Utils -lLLVMSupport -lLLVMDemangle -lpthread -lcurses -L/Users/timothee/temp/brew/Cellar/llvm/6.0.0/lib -Wl,-search_paths_first -Wl,-headerpad_max_install_names -lz -lcurses -lm
superenv removed: -L/Users/timothee/temp/brew/Cellar/llvm/6.0.0/lib
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/gen_gccbuiltins.dir/utils/gen_gccbuiltins.cpp.o -o bin/gen_gccbuiltins -lLLVMTableGen -lLLVMOption -lLLVMLTO -lLLVMPasses -lLLVMObjCARCOpts -lLLVMDebugInfoPDB -lLLVMDebugInfoDWARF -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMXCoreAsmPrinter -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMSystemZDisassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSystemZAsmPrinter -lLLVMSparcDisassembler -lLLVMSparcCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSparcAsmPrinter -lLLVMPowerPCDisassembler -lLLVMPowerPCCodeGen -lLLVMPowerPCAsmParser -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMNVPTXAsmPrinter -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMipsDisassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMMipsAsmPrinter -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiAsmPrinter -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFCodeGen -lLLVMBPFAsmParser -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMBPFAsmPrinter -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo -lLLVMARMAsmPrinter -lLLVMARMUtils -lLLVMAMDGPUDisassembler -lLLVMAMDGPUCodeGen -lLLVMipo -lLLVMInstrumentation -lLLVMVectorize -lLLVMLinker -lLLVMIRReader -lLLVMAsmParser -lLLVMAMDGPUAsmParser -lLLVMAMDGPUDesc -lLLVMAMDGPUInfo -lLLVMAMDGPUAsmPrinter -lLLVMAMDGPUUtils -lLLVMAArch64Disassembler -lLLVMMCDisassembler -lLLVMAArch64CodeGen -lLLVMGlobalISel -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMDebugInfoCodeView -lLLVMDebugInfoMSF -lLLVMCodeGen -lLLVMTarget -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAnalysis -lLLVMProfileData -lLLVMObject -lLLVMBitReader -lLLVMCore -lLLVMBinaryFormat -lLLVMAArch64AsmParser -lLLVMMCParser -lLLVMAArch64Desc -lLLVMAArch64Info -lLLVMAArch64AsmPrinter -lLLVMMC -lLLVMAArch64Utils -lLLVMSupport -lLLVMDemangle -lpthread -lcurses -Wl,-search_paths_first -Wl,-headerpad_max_install_names -lz -lcurses -lm -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
clang++ called with: -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ldmd2.dir/dmd2/root/man.c.o CMakeFiles/ldmd2.dir/driver/exe_path.cpp.o CMakeFiles/ldmd2.dir/driver/ldmd.cpp.o CMakeFiles/ldmd2.dir/driver/response.cpp.o -o bin/ldmd2 -lLLVMOption -lLLVMLTO -lLLVMPasses -lLLVMObjCARCOpts -lLLVMDebugInfoPDB -lLLVMDebugInfoDWARF -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMXCoreAsmPrinter -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMSystemZDisassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSystemZAsmPrinter -lLLVMSparcDisassembler -lLLVMSparcCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSparcAsmPrinter -lLLVMPowerPCDisassembler -lLLVMPowerPCCodeGen -lLLVMPowerPCAsmParser -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMNVPTXAsmPrinter -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMipsDisassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMMipsAsmPrinter -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiAsmPrinter -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFCodeGen -lLLVMBPFAsmParser -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMBPFAsmPrinter -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo -lLLVMARMAsmPrinter -lLLVMARMUtils -lLLVMAMDGPUDisassembler -lLLVMAMDGPUCodeGen -lLLVMipo -lLLVMInstrumentation -lLLVMVectorize -lLLVMLinker -lLLVMIRReader -lLLVMAsmParser -lLLVMAMDGPUAsmParser -lLLVMAMDGPUDesc -lLLVMAMDGPUInfo -lLLVMAMDGPUAsmPrinter -lLLVMAMDGPUUtils -lLLVMAArch64Disassembler -lLLVMMCDisassembler -lLLVMAArch64CodeGen -lLLVMGlobalISel -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMDebugInfoCodeView -lLLVMDebugInfoMSF -lLLVMCodeGen -lLLVMTarget -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAnalysis -lLLVMProfileData -lLLVMObject -lLLVMBitReader -lLLVMCore -lLLVMBinaryFormat -lLLVMAArch64AsmParser -lLLVMMCParser -lLLVMAArch64Desc -lLLVMAArch64Info -lLLVMAArch64AsmPrinter -lLLVMMC -lLLVMAArch64Utils -lLLVMSupport -lLLVMDemangle -lpthread -lcurses -L/Users/timothee/temp/brew/Cellar/llvm/6.0.0/lib -Wl,-search_paths_first -Wl,-headerpad_max_install_names -lz -lcurses -lm
superenv removed: -L/Users/timothee/temp/brew/Cellar/llvm/6.0.0/lib
superenv added: -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
superenv executed: clang++ -pipe -w -Os -march=native -std=c++11 -stdlib=libc++ -DNDEBUG -Wl,-search_paths_first -Wl,-headerpad_max_install_names CMakeFiles/ldmd2.dir/dmd2/root/man.c.o CMakeFiles/ldmd2.dir/driver/exe_path.cpp.o CMakeFiles/ldmd2.dir/driver/ldmd.cpp.o CMakeFiles/ldmd2.dir/driver/response.cpp.o -o bin/ldmd2 -lLLVMOption -lLLVMLTO -lLLVMPasses -lLLVMObjCARCOpts -lLLVMDebugInfoPDB -lLLVMDebugInfoDWARF -lLLVMXCoreDisassembler -lLLVMXCoreCodeGen -lLLVMXCoreDesc -lLLVMXCoreInfo -lLLVMXCoreAsmPrinter -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMX86Desc -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMSystemZDisassembler -lLLVMSystemZCodeGen -lLLVMSystemZAsmParser -lLLVMSystemZDesc -lLLVMSystemZInfo -lLLVMSystemZAsmPrinter -lLLVMSparcDisassembler -lLLVMSparcCodeGen -lLLVMSparcAsmParser -lLLVMSparcDesc -lLLVMSparcInfo -lLLVMSparcAsmPrinter -lLLVMPowerPCDisassembler -lLLVMPowerPCCodeGen -lLLVMPowerPCAsmParser -lLLVMPowerPCDesc -lLLVMPowerPCInfo -lLLVMPowerPCAsmPrinter -lLLVMNVPTXCodeGen -lLLVMNVPTXDesc -lLLVMNVPTXInfo -lLLVMNVPTXAsmPrinter -lLLVMMSP430CodeGen -lLLVMMSP430Desc -lLLVMMSP430Info -lLLVMMSP430AsmPrinter -lLLVMMipsDisassembler -lLLVMMipsCodeGen -lLLVMMipsAsmParser -lLLVMMipsDesc -lLLVMMipsInfo -lLLVMMipsAsmPrinter -lLLVMLanaiDisassembler -lLLVMLanaiCodeGen -lLLVMLanaiAsmParser -lLLVMLanaiDesc -lLLVMLanaiAsmPrinter -lLLVMLanaiInfo -lLLVMHexagonDisassembler -lLLVMHexagonCodeGen -lLLVMHexagonAsmParser -lLLVMHexagonDesc -lLLVMHexagonInfo -lLLVMBPFDisassembler -lLLVMBPFCodeGen -lLLVMBPFAsmParser -lLLVMBPFDesc -lLLVMBPFInfo -lLLVMBPFAsmPrinter -lLLVMARMDisassembler -lLLVMARMCodeGen -lLLVMARMAsmParser -lLLVMARMDesc -lLLVMARMInfo -lLLVMARMAsmPrinter -lLLVMARMUtils -lLLVMAMDGPUDisassembler -lLLVMAMDGPUCodeGen -lLLVMipo -lLLVMInstrumentation -lLLVMVectorize -lLLVMLinker -lLLVMIRReader -lLLVMAsmParser -lLLVMAMDGPUAsmParser -lLLVMAMDGPUDesc -lLLVMAMDGPUInfo -lLLVMAMDGPUAsmPrinter -lLLVMAMDGPUUtils -lLLVMAArch64Disassembler -lLLVMMCDisassembler -lLLVMAArch64CodeGen -lLLVMGlobalISel -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMDebugInfoCodeView -lLLVMDebugInfoMSF -lLLVMCodeGen -lLLVMTarget -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMBitWriter -lLLVMAnalysis -lLLVMProfileData -lLLVMObject -lLLVMBitReader -lLLVMCore -lLLVMBinaryFormat -lLLVMAArch64AsmParser -lLLVMMCParser -lLLVMAArch64Desc -lLLVMAArch64Info -lLLVMAArch64AsmPrinter -lLLVMMC -lLLVMAArch64Utils -lLLVMSupport -lLLVMDemangle -lpthread -lcurses -Wl,-search_paths_first -Wl,-headerpad_max_install_names -lz -lcurses -lm -isystem/Users/timothee/temp/brew/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/Users/timothee/temp/brew/opt/llvm@5/include -L/Users/timothee/temp/brew/opt/libffi/lib -L/Users/timothee/temp/brew/opt/llvm@5/lib -L/Users/timothee/temp/brew/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment