Skip to content

Instantly share code, notes, and snippets.

@Vrixyz
Created October 19, 2020 12:10
Show Gist options
  • Save Vrixyz/5567a962caf18b66d6da112b2d63c7d1 to your computer and use it in GitHub Desktop.
Save Vrixyz/5567a962caf18b66d6da112b2d63c7d1 to your computer and use it in GitHub Desktop.
thierryberger@MacBook-Pro-de-Thierry zld-1.2.1 2 % brew uninstall cmake
Warning: Treating cmake as a keg. For the cask, use homebrew/cask/cmake
Uninstalling /usr/local/Cellar/cmake/3.18.4... (6,263 files, 60.3MB)
thierryberger@MacBook-Pro-de-Thierry zld-1.2.1 2 % make
fatal: not a git repository (or any of the parent directories): .git
curl -# -L https://github.com/abseil/abseil-cpp/archive/20200225.tar.gz | tar xz
######################################################################### 100,0% -=O=- # # # #
mkdir abseil-cpp-20200225/build
cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.14 -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -S abseil-cpp-20200225 -B abseil-cpp-20200225/build
make: cmake: No such file or directory
make: *** [abseil-cpp-20200225] Error 1
thierryberger@MacBook-Pro-de-Thierry zld-1.2.1 2 % brew install cmake
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/core and homebrew/cask).
==> New Formulae
device-mapper gcalcli
==> Updated Formulae
Updated 74 formulae.
==> Deleted Formulae
meson-internal
==> New Casks
perimeter81 s3stat-setup
==> Updated Casks
amazon-music fldigi refined-github-safari
birdfont home-assistant rescuetime
butt lbry responsively
cellprofiler listen1 rocket-chat
chatty mattermost scihubeva
chiaki mcgimp sf-symbols
chromium modern-csv sim-genie
cookie musescore spires
copyq mymonero stats
coteditor opencpn tastyworks
dash pgadmin4 thebrain
dashcam-viewer qbittorrent usenapp
dbeaver-community quickhash webcatalog
djay-pro raven-reader workflowy
electrum react-studio
extraterm rectangle
==> Deleted Casks
megahertz-knotes
Warning: Treating cmake as a formula. For the cask, use homebrew/cask/cmake
==> Downloading https://homebrew.bintray.com/bottles/cmake-3.18.4.catalina.bottl
Already downloaded: /Users/thierryberger/Library/Caches/Homebrew/downloads/6a6378399e87d51d80aa103a987db580e08d9c9195c5ce3e2eb94b6573c34081--cmake-3.18.4.catalina.bottle.tar.gz
==> Pouring cmake-3.18.4.catalina.bottle.tar.gz
==> Caveats
Emacs Lisp files have been installed to:
/usr/local/share/emacs/site-lisp/cmake
==> Summary
🍺 /usr/local/Cellar/cmake/3.18.4: 6,263 files, 60.3MB
thierryberger@MacBook-Pro-de-Thierry zld-1.2.1 2 % make
fatal: not a git repository (or any of the parent directories): .git
curl -# -L https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/cfe-8.0.1.src.tar.xz | tar xJ
######################################################################### 100,0%######################################################################### 100,0%
curl -# -L https://opensource.apple.com/tarballs/dyld/dyld-733.6.tar.gz | tar xz
######################################################################### 100,0%
patch -p1 -d dyld-733.6 < patches/dyld.patch
patching file include/mach-o/dyld.h
Hunk #1 succeeded at 150 (offset 6 lines).
missing header for unified diff at line 15 of patch
patching file include/mach-o/dyld_priv.h
Hunk #1 succeeded at 120 (offset -60 lines).
curl -# -L https://github.com/llvm/llvm-project/releases/download/llvmorg-8.0.1/llvm-8.0.1.src.tar.xz | tar xJ
######################################################################### 100,0%######################################################################### 100,0%
mkdir -p tapi-1100.0.11
curl -# -L https://opensource.apple.com/tarballs/tapi/tapi-1100.0.11.tar.gz | tar xz -C tapi-1100.0.11 --strip-components=1
######################################################################### 100,0%
patch -p1 -d tapi-1100.0.11 < patches/tapi.patch
patching file include/tapi/Version.inc
curl -# -L https://github.com/intel/tbb/releases/download/v2020.1/tbb-2020.1-mac.tgz | tar xz
######################################################################### 100,0%######################################################################### 100,0%######################################################################### 100,0%
xcodebuild -project ld/zld.xcodeproj -scheme zld -derivedDataPath build -configuration Release build
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project ld/zld.xcodeproj -scheme zld -derivedDataPath build -configuration Release build
User defaults from command line:
IDEDerivedDataPathOverride = /Users/thierryberger/Downloads/zld-1.2.1 2/build
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'zld' from project 'zld')
CreateBuildDirectory /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
builtin-create-build-directory /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex
CreateBuildDirectory /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
builtin-create-build-directory /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products
WriteAuxiliaryFile /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
write-file /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap
WriteAuxiliaryFile /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
write-file /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap
WriteAuxiliaryFile /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld.hmap (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
write-file /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld.hmap
WriteAuxiliaryFile /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-non-framework-target-headers.hmap (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
write-file /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/all-product-headers.yaml (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
write-file /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
write-file /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap
WriteAuxiliaryFile /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
write-file /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap
WriteAuxiliaryFile /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/zld_vers.c (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
write-file /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/zld_vers.c
WriteAuxiliaryFile /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/zld.LinkFileList (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
write-file /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/zld.LinkFileList
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/tlvp.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/tlvp.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/tlvp.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/tlvp.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/tlvp.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/tlvp.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/thread_starts.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/thread_starts.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/thread_starts.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/thread_starts.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/thread_starts.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/thread_starts.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/blob.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/code-sign-blobs/blob.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/blob.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/blob.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/code-sign-blobs/blob.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/blob.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Tweaks.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/Tweaks.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Tweaks.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Tweaks.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/Tweaks.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Tweaks.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/bitcode_bundle.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/bitcode_bundle.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/bitcode_bundle.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/bitcode_bundle.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/bitcode_bundle.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/bitcode_bundle.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/textstub_dylib_file.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/parsers/textstub_dylib_file.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/textstub_dylib_file.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/textstub_dylib_file.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/parsers/textstub_dylib_file.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/textstub_dylib_file.o
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:91:41: warning:
'Platform' is deprecated [-Wdeprecated-declarations]
static ld::VersionSet mapPlatform(tapi::Platform platform, bool useSimul...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:94:21: warning:
'Platform' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::Unknown:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:94:23: warning:
'Unknown' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::Unknown:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:96:21: warning:
'Platform' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::OSX:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:96:23: warning:
'OSX' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::OSX:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:99:21: warning:
'Platform' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::iOS:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:99:23: warning:
'iOS' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::iOS:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:105:21: warning:
'Platform' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::watchOS:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:105:23: warning:
'watchOS' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::watchOS:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:111:21: warning:
'Platform' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::tvOS:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:111:23: warning:
'tvOS' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::tvOS:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:118:21: warning:
'Platform' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::bridgeOS:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:118:23: warning:
'bridgeOS' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::bridgeOS:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:123:21: warning:
'Platform' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::iOSMac:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:123:23: warning:
'iOSMac' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::iOSMac:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:126:21: warning:
'Platform' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::zippered:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:126:23: warning:
'zippered' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::zippered:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:132:21: warning:
'Platform' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::DriverKit:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:132:23: warning:
'DriverKit' is deprecated [-Wdeprecated-declarations]
case tapi::Platform::DriverKit:
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:81:18: note:
'Platform' has been explicitly marked deprecated here
} __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:260:35: warning:
'getPlatform' is deprecated [-Wdeprecated-declarations]
lcPlatforms = mapPlatform(file->getPlatform(), useSimula...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:319:56: note:
'getPlatform' has been explicitly marked deprecated here
Platform getPlatform() const noexcept __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:260:35: warning:
'getPlatform' is deprecated [-Wdeprecated-declarations]
lcPlatforms = mapPlatform(file->getPlatform(), useSimula...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:194:2: note:
in instantiation of member function 'textstub::dylib::File<x86_64>::init'
requested here
init(_interface, opts, buildingForSimulator, indirectDylib, link...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:326:14: note:
in instantiation of member function 'textstub::dylib::File<x86_64>::File'
requested here
return new File<A>(path, fileContent, fileLength, &opts...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:379:27: note:
in instantiation of member function
'textstub::dylib::Parser<x86_64>::parse' requested here
return Parser<x86_64>::parse(path, fileContent, ...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:319:56: note:
'getPlatform' has been explicitly marked deprecated here
Platform getPlatform() const noexcept __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:260:35: warning:
'getPlatform' is deprecated [-Wdeprecated-declarations]
lcPlatforms = mapPlatform(file->getPlatform(), useSimula...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:194:2: note:
in instantiation of member function 'textstub::dylib::File<x86>::init'
requested here
init(_interface, opts, buildingForSimulator, indirectDylib, link...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:326:14: note:
in instantiation of member function 'textstub::dylib::File<x86>::File'
requested here
return new File<A>(path, fileContent, fileLength, &opts...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:383:24: note:
in instantiation of member function 'textstub::dylib::Parser<x86>::parse'
requested here
return Parser<x86>::parse(path, fileContent, fil...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:319:56: note:
'getPlatform' has been explicitly marked deprecated here
Platform getPlatform() const noexcept __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:260:35: warning:
'getPlatform' is deprecated [-Wdeprecated-declarations]
lcPlatforms = mapPlatform(file->getPlatform(), useSimula...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:194:2: note:
in instantiation of member function 'textstub::dylib::File<arm>::init'
requested here
init(_interface, opts, buildingForSimulator, indirectDylib, link...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:326:14: note:
in instantiation of member function 'textstub::dylib::File<arm>::File'
requested here
return new File<A>(path, fileContent, fileLength, &opts...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:387:24: note:
in instantiation of member function 'textstub::dylib::Parser<arm>::parse'
requested here
return Parser<arm>::parse(path, fileContent, fil...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:319:56: note:
'getPlatform' has been explicitly marked deprecated here
Platform getPlatform() const noexcept __attribute__((deprecated));
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:260:35: warning:
'getPlatform' is deprecated [-Wdeprecated-declarations]
lcPlatforms = mapPlatform(file->getPlatform(), useSimula...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:194:2: note:
in instantiation of member function 'textstub::dylib::File<arm64>::init'
requested here
init(_interface, opts, buildingForSimulator, indirectDylib, link...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:326:14: note:
in instantiation of member function 'textstub::dylib::File<arm64>::File'
requested here
return new File<A>(path, fileContent, fileLength, &opts...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:391:26: note:
in instantiation of member function
'textstub::dylib::Parser<arm64>::parse' requested here
return Parser<arm64>::parse(path, fileContent, f...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/parsers/textstub_dylib_file.cpp:28:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/tapi.h:26:
/Users/thierryberger/Downloads/zld-1.2.1 2/tapi-1100.0.11/include/tapi/LinkerInterfaceFile.h:319:56: note:
'getPlatform' has been explicitly marked deprecated here
Platform getPlatform() const noexcept __attribute__((deprecated));
^
24 warnings generated.
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/stubs.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/stubs/stubs.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/stubs.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/stubs.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/stubs/stubs.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/stubs.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/zld_vers.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/zld_vers.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wno-pointer-sign -Wnewline-eof -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/zld_vers.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/zld_vers.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/zld_vers.c -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/zld_vers.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/order.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/order.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/order.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/order.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/order.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/order.o
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:37:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:559:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:46:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:562:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:57:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:565:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:68:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:568:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:93:9: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(& : __flag)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:571:2: note: expanded from here
simd reduction(& : __flag)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:138:13: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(|
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:574:2: note: expanded from here
simd reduction(| : __found)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:198:13: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(|
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:577:2: note: expanded from here
simd reduction(| : __found)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:234:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:580:2: note: expanded from here
simd reduction(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:253:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:583:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:271:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:586:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:283:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:589:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:302:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:592:2: note: expanded from here
simd reduction(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:317:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:595:2: note: expanded from here
simd reduction(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:332:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:598:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:352:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:601:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:374:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:604:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:385:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:607:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:420:13: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(|
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:610:2: note: expanded from here
simd reduction(| : __found)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:464:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(+ : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:614:2: note: expanded from here
simd reduction(+ : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:481:9: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:617:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:491:13: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:620:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:498:9: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:623:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:509:9: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:626:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:668:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(__min_func : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:6:2: note: expanded from here
simd reduction(__min_func : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:748:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(__min_func : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:12:2: note: expanded from here
simd reduction(__min_func : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:776:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:15:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:857:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:18:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/passes/order.cpp:33:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:1097:73: warning:
unused typedef '_InputType' [-Wunused-local-typedef]
typedef typename std::iterator_traits<_ForwardIterator>::value_type _Inp...
^
28 warnings generated.
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/opaque_section_file.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/parsers/opaque_section_file.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/opaque_section_file.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/opaque_section_file.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/parsers/opaque_section_file.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/opaque_section_file.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/objc.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/objc.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/objc.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/objc.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/objc.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/objc.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/macho_relocatable_file.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/parsers/macho_relocatable_file.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/macho_relocatable_file.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/macho_relocatable_file.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/parsers/macho_relocatable_file.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/macho_relocatable_file.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/macho_dylib_file.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/parsers/macho_dylib_file.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/macho_dylib_file.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/macho_dylib_file.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/parsers/macho_dylib_file.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/macho_dylib_file.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/lto_file.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/parsers/lto_file.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/lto_file.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/lto_file.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/parsers/lto_file.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/lto_file.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/ld.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/ld.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/ld.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/ld.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/ld.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/ld.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/inits.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/inits.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/inits.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/inits.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/inits.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/inits.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/huge.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/huge.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/huge.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/huge.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/huge.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/huge.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/got.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/got.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/got.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/got.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/got.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/got.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/dylibs.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/dylibs.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/dylibs.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/dylibs.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/dylibs.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/dylibs.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/dtrace_dof.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/dtrace_dof.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/dtrace_dof.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/dtrace_dof.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/dtrace_dof.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/dtrace_dof.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/debugline.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/debugline.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wno-pointer-sign -Wnewline-eof -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/debugline.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/debugline.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/debugline.c -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/debugline.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/compact_unwind.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/compact_unwind.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/compact_unwind.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/compact_unwind.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/compact_unwind.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/compact_unwind.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/code_dedup.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/code_dedup.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/code_dedup.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/code_dedup.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/code_dedup.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/code_dedup.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/branch_shim.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/branch_shim.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/branch_shim.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/branch_shim.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/branch_shim.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/branch_shim.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/branch_island.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/branch_island.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/branch_island.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/branch_island.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/passes/branch_island.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/branch_island.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/archive_file.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/parsers/archive_file.cpp normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/archive_file.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/archive_file.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/parsers/archive_file.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/archive_file.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/SymbolTable.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/SymbolTable.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/SymbolTable.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/SymbolTable.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/SymbolTable.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/SymbolTable.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Snapshot.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/Snapshot.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Snapshot.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Snapshot.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/Snapshot.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Snapshot.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Resolver.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/Resolver.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Resolver.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Resolver.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/Resolver.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Resolver.o
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/PlatformSupport.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/PlatformSupport.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/PlatformSupport.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/PlatformSupport.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/PlatformSupport.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/PlatformSupport.o
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/PlatformSupport.cpp:220:1: warning:
non-void function does not return a value in all control paths
[-Wreturn-type]
}
^
1 warning generated.
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/OutputFile.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/OutputFile.cpp normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/OutputFile.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/OutputFile.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/OutputFile.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/OutputFile.o
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:37:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:559:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:46:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:562:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:57:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:565:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:68:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:568:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:93:9: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(& : __flag)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:571:2: note: expanded from here
simd reduction(& : __flag)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:138:13: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(|
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:574:2: note: expanded from here
simd reduction(| : __found)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:198:13: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(|
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:577:2: note: expanded from here
simd reduction(| : __found)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:234:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:580:2: note: expanded from here
simd reduction(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:253:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:583:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:271:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:586:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:283:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:589:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:302:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:592:2: note: expanded from here
simd reduction(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:317:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:595:2: note: expanded from here
simd reduction(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:332:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:598:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:352:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:601:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:374:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:604:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:385:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:607:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:420:13: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(|
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:610:2: note: expanded from here
simd reduction(| : __found)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:464:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(+ : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:614:2: note: expanded from here
simd reduction(+ : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:481:9: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:617:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:491:13: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:620:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:498:9: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:623:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:509:9: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:626:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:668:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(__min_func : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:6:2: note: expanded from here
simd reduction(__min_func : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:748:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(__min_func : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:12:2: note: expanded from here
simd reduction(__min_func : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:776:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:15:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:857:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:18:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:74:
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/LinkEdit.hpp:1287:8: warning:
unused variable 'isBind' [-Wunused-variable]
bool isBind = _writer.needsBind(importAtom, nullptr, nul...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:2818:14: warning:
unused variable 'reconstituted' [-Wunused-variable]
uint64_t reconstituted = (((uint64_t)(r-...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:2841:14: warning:
unused variable 'reconstituted' [-Wunused-variable]
uint64_t reconstituted = (((uint64_t)(r-...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:7013:1: warning:
non-void function does not return a value in all control paths
[-Wreturn-type]
}
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend.h:28:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:941:21: warning:
comparison of integers of different signs: 'std::size_t'
(aka 'unsigned long') and 'const _DifferenceType' (aka 'const long')
[-Wsign-compare]
if (__nsort == __n)
~~~~~~~ ^ ~~~
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:2336:24: note:
in instantiation of function template specialization
'pstl::__tbb_backend::__parallel_stable_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>' requested here
__par_backend::__parallel_stable_sort(std::forward<_ExecutionPol...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:641:24: note:
in instantiation of function template specialization
'pstl::__internal::__pattern_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter,
std::__1::integral_constant<bool, false> >' requested here
return __internal::__pattern_sort(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:4006:11: note:
in instantiation of function template specialization 'std::sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter>' requested here
std::sort(std::execution::par, _exportedAtoms.begin(), _exported...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend.h:28:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:912:34: warning:
unused variable '__ze' [-Wunused-variable]
const _RandomAccessIterator2 __ze = _M_zs + __n;
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:875:5: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::execute'
requested here
__stable_sort_task(_RandomAccessIterator1 __xs, _RandomAccessIterato...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:949:17: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::__stable_sort_task'
requested here
__stable_sort_task<_RandomAccessIterator, _ValueType*, _...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:2336:24: note:
in instantiation of function template specialization
'pstl::__tbb_backend::__parallel_stable_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>' requested here
__par_backend::__parallel_stable_sort(std::forward<_ExecutionPol...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:641:24: note:
in instantiation of function template specialization
'pstl::__internal::__pattern_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter,
std::__1::integral_constant<bool, false> >' requested here
return __internal::__pattern_sort(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:4006:11: note:
in instantiation of function template specialization 'std::sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter>' requested here
std::sort(std::execution::par, _exportedAtoms.begin(), _exported...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend.h:28:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:528:63: warning:
field '_M_zs' will be initialized after field '_M_x_beg' [-Wreorder-ctor]
: _M_xs(__xs), _M_xe(__xe), _M_ys(__ys), _M_ye(__ye), _M_zs(__zs...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:913:57: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::AtomByNameSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::__merge_task' requested here
_MergeTaskType* __m = new (allocate_continuation()) _MergeTaskType(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:875:5: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::execute'
requested here
__stable_sort_task(_RandomAccessIterator1 __xs, _RandomAccessIterato...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:949:17: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::__stable_sort_task'
requested here
__stable_sort_task<_RandomAccessIterator, _ValueType*, _...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:2336:24: note:
in instantiation of function template specialization
'pstl::__tbb_backend::__parallel_stable_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>' requested here
__par_backend::__parallel_stable_sort(std::forward<_ExecutionPol...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:641:24: note:
in instantiation of function template specialization
'pstl::__internal::__pattern_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter,
std::__1::integral_constant<bool, false> >' requested here
return __internal::__pattern_sort(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:4006:11: note:
in instantiation of function template specialization 'std::sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter>' requested here
std::sort(std::execution::par, _exportedAtoms.begin(), _exported...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend.h:28:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:694:24: warning:
unused variable '__nx' [-Wunused-variable]
const auto __nx = (_M_xe - _M_xs);
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:822:16: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::AtomByNameSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::merge_ranges' requested here
return merge_ranges();
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:525:5: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::AtomByNameSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::execute' requested here
__merge_task(_SizeType __xs, _SizeType __xe, _SizeType __ys, _SizeTy...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:913:57: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::AtomByNameSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::__merge_task' requested here
_MergeTaskType* __m = new (allocate_continuation()) _MergeTaskType(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:875:5: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::execute'
requested here
__stable_sort_task(_RandomAccessIterator1 __xs, _RandomAccessIterato...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:949:17: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::__stable_sort_task'
requested here
__stable_sort_task<_RandomAccessIterator, _ValueType*, _...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:2336:24: note:
in instantiation of function template specialization
'pstl::__tbb_backend::__parallel_stable_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>' requested here
__par_backend::__parallel_stable_sort(std::forward<_ExecutionPol...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:641:24: note:
in instantiation of function template specialization
'pstl::__internal::__pattern_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter,
std::__1::integral_constant<bool, false> >' requested here
return __internal::__pattern_sort(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:4006:11: note:
in instantiation of function template specialization 'std::sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter>' requested here
std::sort(std::execution::par, _exportedAtoms.begin(), _exported...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend.h:28:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:695:24: warning:
unused variable '__ny' [-Wunused-variable]
const auto __ny = (_M_ye - _M_ys);
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:759:25: warning:
unused variable '__n' [-Wunused-variable]
const _SizeType __n = (_M_xe - _M_xs) + (_M_ye - _M_ys);
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:829:16: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::AtomByNameSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::process_ranges' requested here
return process_ranges();
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:525:5: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::AtomByNameSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::execute' requested here
__merge_task(_SizeType __xs, _SizeType __xe, _SizeType __ys, _SizeTy...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:913:57: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::AtomByNameSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::__merge_task' requested here
_MergeTaskType* __m = new (allocate_continuation()) _MergeTaskType(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:875:5: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::execute'
requested here
__stable_sort_task(_RandomAccessIterator1 __xs, _RandomAccessIterato...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:949:17: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::__stable_sort_task'
requested here
__stable_sort_task<_RandomAccessIterator, _ValueType*, _...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:2336:24: note:
in instantiation of function template specialization
'pstl::__tbb_backend::__parallel_stable_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>' requested here
__par_backend::__parallel_stable_sort(std::forward<_ExecutionPol...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:641:24: note:
in instantiation of function template specialization
'pstl::__internal::__pattern_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter,
std::__1::integral_constant<bool, false> >' requested here
return __internal::__pattern_sort(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:4006:11: note:
in instantiation of function template specialization 'std::sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter>' requested here
std::sort(std::execution::par, _exportedAtoms.begin(), _exported...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend.h:28:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:571:20: warning:
unused variable '__ny' [-Wunused-variable]
const auto __ny = (_M_ye - _M_ys);
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:721:30: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::AtomByNameSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::x_less_y' requested here
if (!is_partial() && x_less_y())
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:829:16: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::AtomByNameSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::process_ranges' requested here
return process_ranges();
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:525:5: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::AtomByNameSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::execute' requested here
__merge_task(_SizeType __xs, _SizeType __xe, _SizeType __ys, _SizeTy...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:913:57: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::AtomByNameSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::__merge_task' requested here
_MergeTaskType* __m = new (allocate_continuation()) _MergeTaskType(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:875:5: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::execute'
requested here
__stable_sort_task(_RandomAccessIterator1 __xs, _RandomAccessIterato...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:949:17: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::__stable_sort_task'
requested here
__stable_sort_task<_RandomAccessIterator, _ValueType*, _...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:2336:24: note:
in instantiation of function template specialization
'pstl::__tbb_backend::__parallel_stable_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>' requested here
__par_backend::__parallel_stable_sort(std::forward<_ExecutionPol...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:641:24: note:
in instantiation of function template specialization
'pstl::__internal::__pattern_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter,
std::__1::integral_constant<bool, false> >' requested here
return __internal::__pattern_sort(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:4006:11: note:
in instantiation of function template specialization 'std::sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter>' requested here
std::sort(std::execution::par, _exportedAtoms.begin(), _exported...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend.h:28:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:592:20: warning:
unused variable '__ny' [-Wunused-variable]
const auto __ny = (_M_ye - _M_ys);
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:836:13: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::AtomByNameSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::move_x_range' requested here
move_x_range();
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:525:5: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::AtomByNameSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::execute' requested here
__merge_task(_SizeType __xs, _SizeType __xe, _SizeType __ys, _SizeTy...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:913:57: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::AtomByNameSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::__merge_task' requested here
_MergeTaskType* __m = new (allocate_continuation()) _MergeTaskType(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:875:5: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::execute'
requested here
__stable_sort_task(_RandomAccessIterator1 __xs, _RandomAccessIterato...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:949:17: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::__stable_sort_task'
requested here
__stable_sort_task<_RandomAccessIterator, _ValueType*, _...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:2336:24: note:
in instantiation of function template specialization
'pstl::__tbb_backend::__parallel_stable_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>' requested here
__par_backend::__parallel_stable_sort(std::forward<_ExecutionPol...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:641:24: note:
in instantiation of function template specialization
'pstl::__internal::__pattern_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter,
std::__1::integral_constant<bool, false> >' requested here
return __internal::__pattern_sort(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:4006:11: note:
in instantiation of function template specialization 'std::sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::AtomByNameSorter>' requested here
std::sort(std::execution::par, _exportedAtoms.begin(), _exported...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend.h:28:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:941:21: warning:
comparison of integers of different signs: 'std::size_t'
(aka 'unsigned long') and 'const _DifferenceType' (aka 'const long')
[-Wsign-compare]
if (__nsort == __n)
~~~~~~~ ^ ~~~
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:2336:24: note:
in instantiation of function template specialization
'pstl::__tbb_backend::__parallel_stable_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>' requested here
__par_backend::__parallel_stable_sort(std::forward<_ExecutionPol...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:641:24: note:
in instantiation of function template specialization
'pstl::__internal::__pattern_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter, std::__1::integral_constant<bool,
false> >' requested here
return __internal::__pattern_sort(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:6688:11: note:
in instantiation of function template specialization 'std::sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter>' requested here
std::sort(std::execution::par, atomsNeedingDebugNotes.begin(), a...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend.h:28:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:912:34: warning:
unused variable '__ze' [-Wunused-variable]
const _RandomAccessIterator2 __ze = _M_zs + __n;
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:875:5: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::execute'
requested here
__stable_sort_task(_RandomAccessIterator1 __xs, _RandomAccessIterato...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:949:17: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::__stable_sort_task'
requested here
__stable_sort_task<_RandomAccessIterator, _ValueType*, _...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:2336:24: note:
in instantiation of function template specialization
'pstl::__tbb_backend::__parallel_stable_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>' requested here
__par_backend::__parallel_stable_sort(std::forward<_ExecutionPol...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:641:24: note:
in instantiation of function template specialization
'pstl::__internal::__pattern_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter, std::__1::integral_constant<bool,
false> >' requested here
return __internal::__pattern_sort(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:6688:11: note:
in instantiation of function template specialization 'std::sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter>' requested here
std::sort(std::execution::par, atomsNeedingDebugNotes.begin(), a...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend.h:28:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:528:63: warning:
field '_M_zs' will be initialized after field '_M_x_beg' [-Wreorder-ctor]
: _M_xs(__xs), _M_xe(__xe), _M_ys(__ys), _M_ye(__ye), _M_zs(__zs...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:913:57: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::DebugNoteSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::__merge_task' requested here
_MergeTaskType* __m = new (allocate_continuation()) _MergeTaskType(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:875:5: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::execute'
requested here
__stable_sort_task(_RandomAccessIterator1 __xs, _RandomAccessIterato...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:949:17: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::__stable_sort_task'
requested here
__stable_sort_task<_RandomAccessIterator, _ValueType*, _...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:2336:24: note:
in instantiation of function template specialization
'pstl::__tbb_backend::__parallel_stable_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>' requested here
__par_backend::__parallel_stable_sort(std::forward<_ExecutionPol...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:641:24: note:
in instantiation of function template specialization
'pstl::__internal::__pattern_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter, std::__1::integral_constant<bool,
false> >' requested here
return __internal::__pattern_sort(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:6688:11: note:
in instantiation of function template specialization 'std::sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter>' requested here
std::sort(std::execution::par, atomsNeedingDebugNotes.begin(), a...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend.h:28:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:694:24: warning:
unused variable '__nx' [-Wunused-variable]
const auto __nx = (_M_xe - _M_xs);
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:822:16: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::DebugNoteSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::merge_ranges' requested here
return merge_ranges();
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:525:5: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::DebugNoteSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::execute' requested here
__merge_task(_SizeType __xs, _SizeType __xe, _SizeType __ys, _SizeTy...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:913:57: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::DebugNoteSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::__merge_task' requested here
_MergeTaskType* __m = new (allocate_continuation()) _MergeTaskType(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:875:5: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::execute'
requested here
__stable_sort_task(_RandomAccessIterator1 __xs, _RandomAccessIterato...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:949:17: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::__stable_sort_task'
requested here
__stable_sort_task<_RandomAccessIterator, _ValueType*, _...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:2336:24: note:
in instantiation of function template specialization
'pstl::__tbb_backend::__parallel_stable_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>' requested here
__par_backend::__parallel_stable_sort(std::forward<_ExecutionPol...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:641:24: note:
in instantiation of function template specialization
'pstl::__internal::__pattern_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter, std::__1::integral_constant<bool,
false> >' requested here
return __internal::__pattern_sort(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:6688:11: note:
in instantiation of function template specialization 'std::sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter>' requested here
std::sort(std::execution::par, atomsNeedingDebugNotes.begin(), a...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend.h:28:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:695:24: warning:
unused variable '__ny' [-Wunused-variable]
const auto __ny = (_M_ye - _M_ys);
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:759:25: warning:
unused variable '__n' [-Wunused-variable]
const _SizeType __n = (_M_xe - _M_xs) + (_M_ye - _M_ys);
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:829:16: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::DebugNoteSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::process_ranges' requested here
return process_ranges();
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:525:5: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::DebugNoteSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::execute' requested here
__merge_task(_SizeType __xs, _SizeType __xe, _SizeType __ys, _SizeTy...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:913:57: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::DebugNoteSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::__merge_task' requested here
_MergeTaskType* __m = new (allocate_continuation()) _MergeTaskType(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:875:5: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::execute'
requested here
__stable_sort_task(_RandomAccessIterator1 __xs, _RandomAccessIterato...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:949:17: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::__stable_sort_task'
requested here
__stable_sort_task<_RandomAccessIterator, _ValueType*, _...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:2336:24: note:
in instantiation of function template specialization
'pstl::__tbb_backend::__parallel_stable_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>' requested here
__par_backend::__parallel_stable_sort(std::forward<_ExecutionPol...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:641:24: note:
in instantiation of function template specialization
'pstl::__internal::__pattern_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter, std::__1::integral_constant<bool,
false> >' requested here
return __internal::__pattern_sort(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:6688:11: note:
in instantiation of function template specialization 'std::sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter>' requested here
std::sort(std::execution::par, atomsNeedingDebugNotes.begin(), a...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend.h:28:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:571:20: warning:
unused variable '__ny' [-Wunused-variable]
const auto __ny = (_M_ye - _M_ys);
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:721:30: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::DebugNoteSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::x_less_y' requested here
if (!is_partial() && x_less_y())
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:829:16: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::DebugNoteSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::process_ranges' requested here
return process_ranges();
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:525:5: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::DebugNoteSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::execute' requested here
__merge_task(_SizeType __xs, _SizeType __xe, _SizeType __ys, _SizeTy...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:913:57: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::DebugNoteSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::__merge_task' requested here
_MergeTaskType* __m = new (allocate_continuation()) _MergeTaskType(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:875:5: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::execute'
requested here
__stable_sort_task(_RandomAccessIterator1 __xs, _RandomAccessIterato...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:949:17: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::__stable_sort_task'
requested here
__stable_sort_task<_RandomAccessIterator, _ValueType*, _...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:2336:24: note:
in instantiation of function template specialization
'pstl::__tbb_backend::__parallel_stable_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>' requested here
__par_backend::__parallel_stable_sort(std::forward<_ExecutionPol...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:641:24: note:
in instantiation of function template specialization
'pstl::__internal::__pattern_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter, std::__1::integral_constant<bool,
false> >' requested here
return __internal::__pattern_sort(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:6688:11: note:
in instantiation of function template specialization 'std::sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter>' requested here
std::sort(std::execution::par, atomsNeedingDebugNotes.begin(), a...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:32:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend.h:28:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:592:20: warning:
unused variable '__ny' [-Wunused-variable]
const auto __ny = (_M_ye - _M_ys);
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:836:13: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::DebugNoteSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::move_x_range' requested here
move_x_range();
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:525:5: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::DebugNoteSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::execute' requested here
__merge_task(_SizeType __xs, _SizeType __xe, _SizeType __ys, _SizeTy...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:913:57: note:
in instantiation of member function
'pstl::__tbb_backend::__merge_task<std::__1::__wrap_iter<const ld::Atom
**>, const ld::Atom **, ld::tool::DebugNoteSorter,
pstl::__utils::__serial_destroy,
pstl::__utils::__serial_move_merge>::__merge_task' requested here
_MergeTaskType* __m = new (allocate_continuation()) _MergeTaskType(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:875:5: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::execute'
requested here
__stable_sort_task(_RandomAccessIterator1 __xs, _RandomAccessIterato...
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/parallel_backend_tbb.h:949:17: note:
in instantiation of member function
'pstl::__tbb_backend::__stable_sort_task<std::__1::__wrap_iter<const
ld::Atom **>, const ld::Atom **, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>::__stable_sort_task'
requested here
__stable_sort_task<_RandomAccessIterator, _ValueType*, _...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:26:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:2336:24: note:
in instantiation of function template specialization
'pstl::__tbb_backend::__parallel_stable_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter, (lambda at
/Users/thierryberger/Downloads/zld-1.2.1
2/pstl/include/pstl/internal/algorithm_impl.h:2337:47)>' requested here
__par_backend::__parallel_stable_sort(std::forward<_ExecutionPol...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:641:24: note:
in instantiation of function template specialization
'pstl::__internal::__pattern_sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter, std::__1::integral_constant<bool,
false> >' requested here
return __internal::__pattern_sort(
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:6688:11: note:
in instantiation of function template specialization 'std::sort<const
pstl::execution::v1::parallel_policy &, std::__1::__wrap_iter<const
ld::Atom **>, ld::tool::DebugNoteSorter>' requested here
std::sort(std::execution::par, atomsNeedingDebugNotes.begin(), a...
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/OutputFile.cpp:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:23:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:1097:73: warning:
unused typedef '_InputType' [-Wunused-local-typedef]
typedef typename std::iterator_traits<_ForwardIterator>::value_type _Inp...
^
48 warnings generated.
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Options.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/Options.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Options.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Options.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/Options.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/Options.o
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/Options.cpp:5332:25: warning:
equality comparison with extraneous parentheses [-Wparentheses-equality]
if ( (fArchitecture == CPU_TYPE_ARM64)
~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/Options.cpp:5332:25: note:
remove extraneous parentheses around the comparison to silence this
warning
if ( (fArchitecture == CPU_TYPE_ARM64)
~ ^ ~
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/Options.cpp:5332:25: note:
use '=' to turn this equality comparison into an assignment
if ( (fArchitecture == CPU_TYPE_ARM64)
^~
=
1 warning generated.
CompileC /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/InputFiles.o /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/InputFiles.cpp normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0 (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
export LANG\=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c++ -target x86_64-apple-macos10.14 -fmessage-length\=80 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fcolor-diagnostics -std\=c++1z -stdlib\=libc++ -Wno-trigraphs -fpascal-strings -O3 -fno-common -mdynamic-no-pic -Wno-missing-field-initializers -Wmissing-prototypes -Wunreachable-code -Wno-implicit-atomic-properties -Wno-objc-interface-ivars -Wno-arc-repeated-use-of-weak -Wno-non-virtual-dtor -Woverloaded-virtual -Wno-exit-time-destructors -Wduplicate-method-match -Wmissing-braces -Wparentheses -Wswitch -Wunused-function -Wunused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wno-uninitialized -Wunknown-pragmas -Wno-shadow -Wfour-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wsign-compare -Wno-shorten-64-to-32 -Wnewline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -Wno-c++11-extensions -DLD_VERS\=\"ld64-\" -DNDEBUG -DOBJC_OLD_DISPATCH_PROTOTYPES\=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -Wno-invalid-offsetof -g -msse4.2 -Wno-sign-conversion -Winfinite-recursion -Wmove -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-generated-files.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-own-target-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-all-target-headers.hmap -iquote /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/zld-project-headers.hmap -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tapi-1100.0.11/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/dyld-733.6/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/llvm-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/cfe-8.0.1.src/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/abseil-cpp-20200225 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/pstl/stdlib -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/tbb/include -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources-normal/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources/x86_64 -I/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/DerivedSources -Wall -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -MMD -MT dependencies -MF /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/InputFiles.d --serialize-diagnostics /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/InputFiles.dia -c /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/src/ld/InputFiles.cpp -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/InputFiles.o
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:37:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:750:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:46:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:753:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:57:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:756:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:68:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:759:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:93:9: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(& : __flag)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:762:2: note: expanded from here
simd reduction(& : __flag)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:138:13: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(|
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:765:2: note: expanded from here
simd reduction(| : __found)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:198:13: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(|
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:768:2: note: expanded from here
simd reduction(| : __found)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:234:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:3:2: note: expanded from here
simd reduction(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:253:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:6:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:271:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:9:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:283:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:12:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:302:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:15:2: note: expanded from here
simd reduction(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:317:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:18:2: note: expanded from here
simd reduction(+ : __count)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:332:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:21:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:352:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:24:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:374:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:27:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:385:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:30:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:420:13: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(|
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:33:2: note: expanded from here
simd reduction(| : __found)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:464:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(+ : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:37:2: note: expanded from here
simd reduction(+ : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:481:9: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:40:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:491:13: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:43:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:498:9: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:46:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:509:9: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:49:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:668:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(__min_func : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:65:2: note: expanded from here
simd reduction(__min_func : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:748:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD_REDUCTION(__min_func : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:85:46: note:
expanded from macro '_PSTL_PRAGMA_SIMD_REDUCTION'
# define _PSTL_PRAGMA_SIMD_REDUCTION(PRM) _PSTL_PRAGMA(simd reduction(PRM))
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:71:2: note: expanded from here
simd reduction(__min_func : __init)
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:776:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:74:2: note: expanded from here
simd
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:44:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_execution_defs.h:58:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/algorithm_impl.h:27:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/memory_impl.h:21:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/unseq_backend_simd.h:857:5: warning:
unknown pragma ignored [-Wunknown-pragmas]
_PSTL_PRAGMA_SIMD
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:46:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/algorithm:19:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:83:31: note:
expanded from macro '_PSTL_PRAGMA_SIMD'
# define _PSTL_PRAGMA_SIMD _PSTL_PRAGMA(simd)
^
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/pstl_config.h:61:29: note:
expanded from macro '_PSTL_PRAGMA'
# define _PSTL_PRAGMA(x) _Pragma(# x)
^
<scratch space>:77:2: note: expanded from here
simd
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:357:3: warning:
'OSAtomicAdd64' is deprecated: first deprecated in macOS 10.12 - Use
std::atomic_fetch_add_explicit(std::memory_order_relaxed) from <atomic>
instead [-Wdeprecated-declarations]
OSAtomicAdd64(len, &_totalObjectSize);
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:44:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libkern/OSAtomic.h:43:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libkern/OSAtomicDeprecated.h:231:9: note:
'OSAtomicAdd64' has been explicitly marked deprecated here
int64_t OSAtomicAdd64( int64_t __theAmount,
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:358:3: warning:
'OSAtomicIncrement32' is deprecated: first deprecated in macOS 10.12 - Use
std::atomic_fetch_add_explicit(std::memory_order_relaxed) from <atomic>
instead [-Wdeprecated-declarations]
OSAtomicIncrement32(&_totalObjectLoaded);
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:44:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libkern/OSAtomic.h:43:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libkern/OSAtomicDeprecated.h:171:9: note:
'OSAtomicIncrement32' has been explicitly marked deprecated here
int32_t OSAtomicIncrement32( volatile int32_t *__theValue );
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:365:3: warning:
'OSAtomicAdd64' is deprecated: first deprecated in macOS 10.12 - Use
std::atomic_fetch_add_explicit(std::memory_order_relaxed) from <atomic>
instead [-Wdeprecated-declarations]
OSAtomicAdd64(len, &_totalObjectSize);
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:44:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libkern/OSAtomic.h:43:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libkern/OSAtomicDeprecated.h:231:9: note:
'OSAtomicAdd64' has been explicitly marked deprecated here
int64_t OSAtomicAdd64( int64_t __theAmount,
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:366:3: warning:
'OSAtomicIncrement32' is deprecated: first deprecated in macOS 10.12 - Use
std::atomic_fetch_add_explicit(std::memory_order_relaxed) from <atomic>
instead [-Wdeprecated-declarations]
OSAtomicIncrement32(&_totalObjectLoaded);
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:44:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libkern/OSAtomic.h:43:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libkern/OSAtomicDeprecated.h:171:9: note:
'OSAtomicIncrement32' has been explicitly marked deprecated here
int32_t OSAtomicIncrement32( volatile int32_t *__theValue );
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:415:3: warning:
'OSAtomicAdd64' is deprecated: first deprecated in macOS 10.12 - Use
std::atomic_fetch_add_explicit(std::memory_order_relaxed) from <atomic>
instead [-Wdeprecated-declarations]
OSAtomicAdd64(len, &_totalArchiveSize);
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:44:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libkern/OSAtomic.h:43:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libkern/OSAtomicDeprecated.h:231:9: note:
'OSAtomicAdd64' has been explicitly marked deprecated here
int64_t OSAtomicAdd64( int64_t __theAmount,
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:416:3: warning:
'OSAtomicIncrement32' is deprecated: first deprecated in macOS 10.12 - Use
std::atomic_fetch_add_explicit(std::memory_order_relaxed) from <atomic>
instead [-Wdeprecated-declarations]
OSAtomicIncrement32(&_totalArchivesLoaded);
^
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:44:
In file included from /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libkern/OSAtomic.h:43:
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libkern/OSAtomicDeprecated.h:171:9: note:
'OSAtomicIncrement32' has been explicitly marked deprecated here
int32_t OSAtomicIncrement32( volatile int32_t *__theValue );
^
/Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:794:22: warning:
comparison of integers of different signs: 'unsigned long' and
'absl::lts_2020_02_25::container_internal::btree_container<absl::lts_2020_02_25::container_internal::btree<absl::lts_2020_02_25::container_internal::set_params<ld::dylib::File
*, std::__1::less<ld::dylib::File *>, std::__1::allocator<ld::dylib::File
*>, 256, false> > >::size_type' (aka 'long') [-Wsign-compare]
while ( lastMapSize != _allDylibs.size() ) {
~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/ld/src/ld/InputFiles.cpp:47:
In file included from /Users/thierryberger/Downloads/zld-1.2.1 2/pstl/stdlib/pstl/execution:27:
/Users/thierryberger/Downloads/zld-1.2.1 2/pstl/include/pstl/internal/glue_algorithm_impl.h:1097:73: warning:
unused typedef '_InputType' [-Wunused-local-typedef]
typedef typename std::iterator_traits<_ForwardIterator>::value_type _Inp...
^
35 warnings generated.
Ld /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/zld normal (in target 'zld' from project 'zld')
cd /Users/thierryberger/Downloads/zld-1.2.1\ 2/ld
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target x86_64-apple-macos10.14 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -L/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -L/Users/thierryberger/Downloads/zld-1.2.1\ 2/ld -L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib/system -F/Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release -filelist /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/zld.LinkFileList -Xlinker -rpath -Xlinker @executable_path -Xlinker -rpath -Xlinker /var/db/xcode_select_link/Toolchains/XcodeDefault.xctoolchain/usr/lib -Xlinker -rpath -Xlinker /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib -Xlinker -rpath -Xlinker /usr/local/lib -dead_strip -Xlinker -object_path_lto -Xlinker /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/zld_lto.o -stdlib\=libc++ -fobjc-link-runtime -Wl,-U,_malloc_default_purgeable_zone -Wl,-t -Wl,-U,_fnd_get_demangled_name -Wl,-client_name,ld -Wl,-alias,_zldVersionString,_ldVersionString -Wl,-all_load -Wl,/Users/thierryberger/Downloads/zld-1.2.1\ 2/ld/../abseil-cpp-20200225/build/libabsl.a -stdlib\=libc++ -lxar -Wl,-lazy_library,/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -Wl,-exported_symbol,__mh_execute_header -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib -ltapi -Wl,-stack_size,0x01000000 -lLTO -ltbb -lswiftDemangle -Xlinker -dependency_info -Xlinker /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Intermediates.noindex/zld.build/Release/zld.build/Objects-normal/x86_64/zld_dependency_info.dat -o /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/zld
ld: file not found: /Users/thierryberger/Downloads/zld-1.2.1 2/ld/../abseil-cpp-20200225/build/libabsl.a
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
Ld /Users/thierryberger/Downloads/zld-1.2.1\ 2/build/Build/Products/Release/zld normal
(1 failure)
make: *** [build] Error 65
thierryberger@MacBook-Pro-de-Thierry zld-1.2.1 2 %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment