* Package: sys-devel/mold-1.10.1:0  * Repository: gentoo  * Maintainer: sam@gentoo.org matthew@gentoo.org  * USE: abi_x86_64 amd64 elibc_musl kernel_linux userland_GNU  * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking mold-1.10.1.tar.gz to /var/tmp/portage/sys-devel/mold-1.10.1/work >>> Source unpacked in /var/tmp/portage/sys-devel/mold-1.10.1/work >>> Preparing source in /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1 ... * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1" * Build directory (BUILD_DIR): "/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build" * Hardcoded definition(s) removed in third-party/mimalloc/test/CMakeLists.txt: * set(CMAKE_BUILD_TYPE "Debug") * set(CMAKE_BUILD_TYPE "Release") * Hardcoded definition(s) removed in third-party/mimalloc/CMakeLists.txt: * set(CMAKE_BUILD_TYPE "Debug") * set(CMAKE_BUILD_TYPE "Release") * Hardcoded definition(s) removed in third-party/tbb/CMakeLists.txt: * set(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Build type" FORCE) * Hardcoded definition(s) removed in third-party/xxhash/cmake_unofficial/CMakeLists.txt: * set(CMAKE_BUILD_TYPE "Release" CACHE STRING "Project build type" FORCE) * Hardcoded definition(s) removed in third-party/zstd/build/cmake/CMakeLists.txt: * set(CMAKE_BUILD_TYPE Release CACHE STRING "Choose the type of build." FORCE >>> Source prepared. >>> Configuring source in /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1 ... * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1" * Build directory (BUILD_DIR): "/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build" cmake -C /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DMOLD_ENABLE_QEMU_TESTS=OFF -DMOLD_LTO=OFF -DMOLD_USE_SYSTEM_MIMALLOC=ON -DMOLD_USE_SYSTEM_TBB=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/gentoo_toolchain.cmake /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1 loading initial cache file /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/gentoo_common_config.cmake -- The C compiler identification is GNU 12.2.1 -- The CXX compiler identification is GNU 12.2.1 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/x86_64-gentoo-linux-musl-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/x86_64-gentoo-linux-musl-g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Looking for zstd.h -- Looking for zstd.h - found -- Performing Test P32 -- Performing Test P32 - Failed -- Looking for pow in m -- Looking for pow in m - found -- Found OpenSSL: /usr/lib/libcrypto.so (found version "1.1.1t") found components: Crypto -- Performing Test HAVE_FULL_ATOMIC_SUPPORT -- Performing Test HAVE_FULL_ATOMIC_SUPPORT - Success -- <<< Gentoo configuration >>> Build type RelWithDebInfo Install path /usr Compiler flags: C -O2 -march=bdver3 -mtune=bdver3 -pipe C++ -O2 -march=bdver3 -mtune=bdver3 -pipe Linker flags: Executable -fuse-ld=mold -Wl,-O1 -Wl,--as-needed Module -fuse-ld=mold -Wl,-O1 -Wl,--as-needed Shared -fuse-ld=mold -Wl,-O1 -Wl,--as-needed -- Configuring done -- Generating done -- Build files have been written to: /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build >>> Source configured. >>> Compiling source in /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1 ... * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1" * Build directory (BUILD_DIR): "/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build" ninja -v -j4 -l3 [0/2] /usr/bin/cmake -P /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/VerifyGlobs.cmake [1/287] cd /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build && /usr/bin/cmake -DSOURCE_DIR=/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1 -DOUTPUT_FILE=/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/git-hash.cc -P /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/common/update-git-hash.cmake [2/287] /usr/bin/x86_64-gentoo-linux-musl-gcc -Dmold_wrapper_EXPORTS -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fPIC -MD -MT CMakeFiles/mold-wrapper.dir/elf/mold-wrapper.c.o -MF CMakeFiles/mold-wrapper.dir/elf/mold-wrapper.c.o.d -o CMakeFiles/mold-wrapper.dir/elf/mold-wrapper.c.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/mold-wrapper.c [3/287] : && /usr/bin/x86_64-gentoo-linux-musl-gcc -fPIC -O2 -march=bdver3 -mtune=bdver3 -pipe -fuse-ld=mold -Wl,-O1 -Wl,--as-needed -shared -Wl,-soname,mold-wrapper.so -o mold-wrapper.so CMakeFiles/mold-wrapper.dir/elf/mold-wrapper.c.o -ldl && : [4/287] /usr/bin/x86_64-gentoo-linux-musl-gcc -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -MD -MT CMakeFiles/mold.dir/third-party/rust-demangle/rust-demangle.c.o -MF CMakeFiles/mold.dir/third-party/rust-demangle/rust-demangle.c.o.d -o CMakeFiles/mold.dir/third-party/rust-demangle/rust-demangle.c.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/third-party/rust-demangle/rust-demangle.c [5/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -x c++-header -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/cmake_pch.hxx.gch -MF CMakeFiles/mold.dir/cmake_pch.hxx.gch.d -o CMakeFiles/mold.dir/cmake_pch.hxx.gch -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx.cxx [6/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.I386.cc [7/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.X86_64.cc [8/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.ARM64.cc [9/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.ARM32.cc [10/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.RV32LE.cc [11/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.RV32BE.cc [12/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.RV64LE.cc [13/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.RV64BE.cc [14/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.PPC32.cc [15/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.PPC64V1.cc [16/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.PPC64V2.cc [17/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.S390X.cc [18/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.SPARC64.cc [19/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.M68K.cc [20/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.SH4.cc [21/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/cmdline.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/cmdline.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/cmdline.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/cmdline.cc.ALPHA.cc [22/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.X86_64.cc [23/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.I386.cc [24/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.ARM64.cc [25/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.ARM32.cc [26/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.RV32LE.cc [27/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.RV32BE.cc [28/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.RV64LE.cc [29/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.RV64BE.cc [30/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.PPC32.cc [31/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.PPC64V1.cc [32/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.PPC64V2.cc [33/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.S390X.cc [34/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.SPARC64.cc [35/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.M68K.cc [36/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.SH4.cc [37/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/dwarf.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/dwarf.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/dwarf.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/dwarf.cc.ALPHA.cc [38/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.X86_64.cc [39/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.I386.cc [40/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.ARM64.cc [41/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.ARM32.cc [42/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.RV32LE.cc [43/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.RV32BE.cc [44/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.RV64LE.cc [45/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.RV64BE.cc [46/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.PPC32.cc [47/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.PPC64V1.cc [48/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.PPC64V2.cc [49/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.S390X.cc [50/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.SPARC64.cc [51/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.M68K.cc [52/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.SH4.cc [53/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf-main.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/elf-main.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/elf-main.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/elf-main.cc.ALPHA.cc [54/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.X86_64.cc [55/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.I386.cc [56/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.ARM64.cc [57/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.ARM32.cc [58/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.RV32LE.cc [59/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.RV32BE.cc [60/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.RV64LE.cc [61/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.RV64BE.cc [62/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.PPC32.cc [63/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.PPC64V1.cc [64/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.PPC64V2.cc [65/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.SPARC64.cc [66/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.S390X.cc [67/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.M68K.cc [68/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.SH4.cc [69/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/gc-sections.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/gc-sections.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/gc-sections.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/gc-sections.cc.ALPHA.cc [70/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.X86_64.cc [71/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.I386.cc [72/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.ARM64.cc [73/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.ARM32.cc [74/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.RV32LE.cc [75/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.RV32BE.cc [76/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.RV64LE.cc [77/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.RV64BE.cc [78/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.PPC32.cc [79/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.PPC64V1.cc [80/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.PPC64V2.cc [81/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.S390X.cc [82/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.SPARC64.cc [83/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.M68K.cc [84/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.SH4.cc [85/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/icf.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/icf.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/icf.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/icf.cc.ALPHA.cc [86/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.X86_64.cc [87/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.I386.cc [88/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.ARM64.cc [89/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.ARM32.cc [90/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.RV32LE.cc [91/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.RV32BE.cc [92/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.RV64LE.cc [93/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.RV64BE.cc [94/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.PPC32.cc [95/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.PPC64V1.cc [96/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.PPC64V2.cc [97/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.S390X.cc [98/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.SPARC64.cc [99/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.M68K.cc [100/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.SH4.cc [101/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-files.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/input-files.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/input-files.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-files.cc.ALPHA.cc [102/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.X86_64.cc [103/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.I386.cc [104/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.ARM64.cc [105/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.ARM32.cc [106/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.RV32LE.cc [107/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.RV32BE.cc [108/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.RV64LE.cc [109/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.RV64BE.cc [110/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.PPC32.cc [111/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.PPC64V1.cc [112/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.PPC64V2.cc [113/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.S390X.cc [114/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.SPARC64.cc [115/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.M68K.cc [116/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.SH4.cc [117/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/input-sections.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/input-sections.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/input-sections.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/input-sections.cc.ALPHA.cc [118/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.X86_64.cc [119/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.I386.cc [120/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.ARM64.cc [121/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.ARM32.cc [122/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.RV32LE.cc [123/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.RV32BE.cc [124/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.RV64LE.cc [125/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.RV64BE.cc [126/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.PPC32.cc [127/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.PPC64V1.cc [128/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.PPC64V2.cc [129/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.S390X.cc [130/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.SPARC64.cc [131/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.M68K.cc [132/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.SH4.cc [133/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/linker-script.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/linker-script.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/linker-script.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/linker-script.cc.ALPHA.cc [134/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.X86_64.cc [135/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.I386.cc [136/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.ARM64.cc [137/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.ARM32.cc [138/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.RV32LE.cc [139/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.RV32BE.cc [140/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.RV64LE.cc [141/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.RV64BE.cc [142/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.PPC32.cc [143/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.PPC64V1.cc [144/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.PPC64V2.cc [145/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.S390X.cc [146/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.SPARC64.cc [147/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.M68K.cc [148/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.SH4.cc [149/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/lto.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/lto.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/lto.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/lto.cc.ALPHA.cc [150/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.X86_64.cc [151/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.I386.cc [152/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.ARM64.cc [153/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.ARM32.cc [154/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.RV32LE.cc [155/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.RV32BE.cc [156/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.RV64LE.cc [157/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.RV64BE.cc [158/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.PPC32.cc [159/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.PPC64V1.cc [160/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.PPC64V2.cc [161/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.S390X.cc [162/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.SPARC64.cc [163/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.M68K.cc [164/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.SH4.cc [165/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/mapfile.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/mapfile.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/mapfile.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/mapfile.cc.ALPHA.cc [166/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.X86_64.cc [167/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.I386.cc [168/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.ARM64.cc [169/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.ARM32.cc [170/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.RV32LE.cc [171/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.RV32BE.cc [172/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.RV64LE.cc [173/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.RV64BE.cc [174/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.PPC32.cc [175/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.PPC64V1.cc [176/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.PPC64V2.cc [177/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.M68K.cc [178/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.S390X.cc [179/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.SH4.cc [180/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.SPARC64.cc [181/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/output-chunks.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/output-chunks.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/output-chunks.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/output-chunks.cc.ALPHA.cc [182/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.X86_64.cc [183/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.ARM32.cc [184/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.ARM64.cc [185/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.RV32LE.cc [186/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.I386.cc [187/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.RV32BE.cc [188/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.RV64LE.cc [189/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.RV64BE.cc [190/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.PPC64V2.cc [191/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.PPC32.cc [192/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.PPC64V1.cc [193/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.S390X.cc [194/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.SPARC64.cc [195/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.M68K.cc [196/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.X86_64.cc [197/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.I386.cc [198/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.ALPHA.cc [199/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/passes.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/passes.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/passes.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/passes.cc.SH4.cc [200/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.ARM64.cc [201/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.ARM32.cc [202/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.RV32LE.cc [203/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.RV32BE.cc [204/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.RV64LE.cc [205/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.RV64BE.cc [206/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.PPC32.cc [207/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.PPC64V1.cc [208/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.PPC64V2.cc [209/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.S390X.cc [210/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.SPARC64.cc [211/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.M68K.cc [212/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.SH4.cc [213/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/relocatable.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/relocatable.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/relocatable.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/relocatable.cc.ALPHA.cc [214/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.X86_64.cc [215/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.I386.cc [216/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.ARM64.cc [217/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.ARM32.cc [218/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.RV32LE.cc [219/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.RV32BE.cc [220/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.RV64LE.cc [221/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.RV64BE.cc [222/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.PPC32.cc [223/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.PPC64V1.cc [224/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.PPC64V2.cc [225/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.S390X.cc [226/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.SPARC64.cc [227/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.M68K.cc [228/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.SH4.cc [229/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/subprocess.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/subprocess.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/subprocess.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/subprocess.cc.ALPHA.cc [230/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.X86_64.cc [231/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.I386.cc [232/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.ARM64.cc [233/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.ARM32.cc [234/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.RV32LE.cc [235/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.RV32BE.cc [236/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.RV64LE.cc [237/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.RV64BE.cc [238/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.PPC32.cc [239/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.PPC64V1.cc [240/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.PPC64V2.cc [241/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.S390X.cc [242/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.SPARC64.cc [243/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.M68K.cc [244/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.SH4.cc [245/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/thunks.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/thunks.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/thunks.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/thunks.cc.ALPHA.cc [246/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.X86_64.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.X86_64.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.X86_64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.X86_64.cc [247/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.I386.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.I386.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.I386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.I386.cc [248/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.ARM64.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.ARM64.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.ARM64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.ARM64.cc [249/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.ARM32.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.ARM32.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.ARM32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.ARM32.cc [250/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.RV32LE.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.RV32LE.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.RV32LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.RV32LE.cc [251/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.RV32BE.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.RV32BE.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.RV32BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.RV32BE.cc [252/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.RV64LE.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.RV64LE.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.RV64LE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.RV64LE.cc [253/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.RV64BE.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.RV64BE.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.RV64BE.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.RV64BE.cc [254/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.PPC32.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.PPC32.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.PPC32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.PPC32.cc [255/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.PPC64V1.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.PPC64V1.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.PPC64V1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.PPC64V1.cc [256/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.PPC64V2.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.PPC64V2.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.PPC64V2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.PPC64V2.cc [257/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.S390X.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.S390X.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.S390X.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.S390X.cc [258/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.SPARC64.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.SPARC64.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.SPARC64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.SPARC64.cc [259/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.M68K.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.M68K.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.M68K.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.M68K.cc [260/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.SH4.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.SH4.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.SH4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.SH4.cc [261/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/tls.cc.ALPHA.cc.o -MF CMakeFiles/mold.dir/elf/tls.cc.ALPHA.cc.o.d -o CMakeFiles/mold.dir/elf/tls.cc.ALPHA.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/elf/tls.cc.ALPHA.cc [262/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/common/compress.cc.o -MF CMakeFiles/mold.dir/common/compress.cc.o.d -o CMakeFiles/mold.dir/common/compress.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/common/compress.cc [263/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/common/demangle.cc.o -MF CMakeFiles/mold.dir/common/demangle.cc.o.d -o CMakeFiles/mold.dir/common/demangle.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/common/demangle.cc [264/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/common/filepath.cc.o -MF CMakeFiles/mold.dir/common/filepath.cc.o.d -o CMakeFiles/mold.dir/common/filepath.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/common/filepath.cc [265/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/common/glob.cc.o -MF CMakeFiles/mold.dir/common/glob.cc.o.d -o CMakeFiles/mold.dir/common/glob.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/common/glob.cc [266/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/common/hyperloglog.cc.o -MF CMakeFiles/mold.dir/common/hyperloglog.cc.o.d -o CMakeFiles/mold.dir/common/hyperloglog.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/common/hyperloglog.cc [267/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/common/main.cc.o -MF CMakeFiles/mold.dir/common/main.cc.o.d -o CMakeFiles/mold.dir/common/main.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/common/main.cc [268/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/common/multi-glob.cc.o -MF CMakeFiles/mold.dir/common/multi-glob.cc.o.d -o CMakeFiles/mold.dir/common/multi-glob.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/common/multi-glob.cc [269/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/common/perf.cc.o -MF CMakeFiles/mold.dir/common/perf.cc.o.d -o CMakeFiles/mold.dir/common/perf.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/common/perf.cc [270/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/common/tar.cc.o -MF CMakeFiles/mold.dir/common/tar.cc.o.d -o CMakeFiles/mold.dir/common/tar.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/common/tar.cc [271/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/common/uuid.cc.o -MF CMakeFiles/mold.dir/common/uuid.cc.o.d -o CMakeFiles/mold.dir/common/uuid.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/common/uuid.cc [272/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/arch-alpha.cc.o -MF CMakeFiles/mold.dir/elf/arch-alpha.cc.o.d -o CMakeFiles/mold.dir/elf/arch-alpha.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/arch-alpha.cc [273/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/arch-arm32.cc.o -MF CMakeFiles/mold.dir/elf/arch-arm32.cc.o.d -o CMakeFiles/mold.dir/elf/arch-arm32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/arch-arm32.cc [274/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/arch-arm64.cc.o -MF CMakeFiles/mold.dir/elf/arch-arm64.cc.o.d -o CMakeFiles/mold.dir/elf/arch-arm64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/arch-arm64.cc [275/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/arch-i386.cc.o -MF CMakeFiles/mold.dir/elf/arch-i386.cc.o.d -o CMakeFiles/mold.dir/elf/arch-i386.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/arch-i386.cc [276/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/arch-m68k.cc.o -MF CMakeFiles/mold.dir/elf/arch-m68k.cc.o.d -o CMakeFiles/mold.dir/elf/arch-m68k.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/arch-m68k.cc [277/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/arch-ppc32.cc.o -MF CMakeFiles/mold.dir/elf/arch-ppc32.cc.o.d -o CMakeFiles/mold.dir/elf/arch-ppc32.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/arch-ppc32.cc [278/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/arch-ppc64v1.cc.o -MF CMakeFiles/mold.dir/elf/arch-ppc64v1.cc.o.d -o CMakeFiles/mold.dir/elf/arch-ppc64v1.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/arch-ppc64v1.cc [279/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/arch-ppc64v2.cc.o -MF CMakeFiles/mold.dir/elf/arch-ppc64v2.cc.o.d -o CMakeFiles/mold.dir/elf/arch-ppc64v2.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/arch-ppc64v2.cc [280/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/arch-riscv.cc.o -MF CMakeFiles/mold.dir/elf/arch-riscv.cc.o.d -o CMakeFiles/mold.dir/elf/arch-riscv.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/arch-riscv.cc [281/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/arch-s390x.cc.o -MF CMakeFiles/mold.dir/elf/arch-s390x.cc.o.d -o CMakeFiles/mold.dir/elf/arch-s390x.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/arch-s390x.cc [282/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/arch-sh4.cc.o -MF CMakeFiles/mold.dir/elf/arch-sh4.cc.o.d -o CMakeFiles/mold.dir/elf/arch-sh4.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/arch-sh4.cc [283/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/arch-sparc64.cc.o -MF CMakeFiles/mold.dir/elf/arch-sparc64.cc.o.d -o CMakeFiles/mold.dir/elf/arch-sparc64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/arch-sparc64.cc [284/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/arch-x86-64.cc.o -MF CMakeFiles/mold.dir/elf/arch-x86-64.cc.o.d -o CMakeFiles/mold.dir/elf/arch-x86-64.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/arch-x86-64.cc [285/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/elf/elf.cc.o -MF CMakeFiles/mold.dir/elf/elf.cc.o.d -o CMakeFiles/mold.dir/elf/elf.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1/elf/elf.cc [286/287] /usr/bin/x86_64-gentoo-linux-musl-g++ -DUSE_SYSTEM_MIMALLOC -I/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build -O2 -march=bdver3 -mtune=bdver3 -pipe -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wno-sign-compare -Wno-unused-function -ggnu-pubnames -pthread -fpch-preprocess -std=gnu++20 -Winvalid-pch -include /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/CMakeFiles/mold.dir/cmake_pch.hxx -MD -MT CMakeFiles/mold.dir/git-hash.cc.o -MF CMakeFiles/mold.dir/git-hash.cc.o.d -o CMakeFiles/mold.dir/git-hash.cc.o -c /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/git-hash.cc [287/287] : && /usr/bin/x86_64-gentoo-linux-musl-g++ -O2 -march=bdver3 -mtune=bdver3 -pipe -fuse-ld=mold -Wl,-O1 -Wl,--as-needed -pthread CMakeFiles/mold.dir/elf/cmdline.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.I386.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.S390X.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.M68K.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.SH4.cc.o CMakeFiles/mold.dir/elf/cmdline.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.I386.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.S390X.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.M68K.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.SH4.cc.o CMakeFiles/mold.dir/elf/dwarf.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.I386.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.S390X.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.M68K.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.SH4.cc.o CMakeFiles/mold.dir/elf/elf-main.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.I386.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.S390X.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.M68K.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.SH4.cc.o CMakeFiles/mold.dir/elf/gc-sections.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/icf.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/icf.cc.I386.cc.o CMakeFiles/mold.dir/elf/icf.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/icf.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/icf.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/icf.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/icf.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/icf.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/icf.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/icf.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/icf.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/icf.cc.S390X.cc.o CMakeFiles/mold.dir/elf/icf.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/icf.cc.M68K.cc.o CMakeFiles/mold.dir/elf/icf.cc.SH4.cc.o CMakeFiles/mold.dir/elf/icf.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/input-files.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/input-files.cc.I386.cc.o CMakeFiles/mold.dir/elf/input-files.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/input-files.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/input-files.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/input-files.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/input-files.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/input-files.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/input-files.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/input-files.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/input-files.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/input-files.cc.S390X.cc.o CMakeFiles/mold.dir/elf/input-files.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/input-files.cc.M68K.cc.o CMakeFiles/mold.dir/elf/input-files.cc.SH4.cc.o CMakeFiles/mold.dir/elf/input-files.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.I386.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.S390X.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.M68K.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.SH4.cc.o CMakeFiles/mold.dir/elf/input-sections.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.I386.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.S390X.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.M68K.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.SH4.cc.o CMakeFiles/mold.dir/elf/linker-script.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/lto.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/lto.cc.I386.cc.o CMakeFiles/mold.dir/elf/lto.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/lto.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/lto.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/lto.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/lto.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/lto.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/lto.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/lto.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/lto.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/lto.cc.S390X.cc.o CMakeFiles/mold.dir/elf/lto.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/lto.cc.M68K.cc.o CMakeFiles/mold.dir/elf/lto.cc.SH4.cc.o CMakeFiles/mold.dir/elf/lto.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.I386.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.S390X.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.M68K.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.SH4.cc.o CMakeFiles/mold.dir/elf/mapfile.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.I386.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.S390X.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.M68K.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.SH4.cc.o CMakeFiles/mold.dir/elf/output-chunks.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/passes.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/passes.cc.I386.cc.o CMakeFiles/mold.dir/elf/passes.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/passes.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/passes.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/passes.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/passes.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/passes.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/passes.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/passes.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/passes.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/passes.cc.S390X.cc.o CMakeFiles/mold.dir/elf/passes.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/passes.cc.M68K.cc.o CMakeFiles/mold.dir/elf/passes.cc.SH4.cc.o CMakeFiles/mold.dir/elf/passes.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.I386.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.S390X.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.M68K.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.SH4.cc.o CMakeFiles/mold.dir/elf/relocatable.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.I386.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.S390X.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.M68K.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.SH4.cc.o CMakeFiles/mold.dir/elf/subprocess.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/thunks.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/thunks.cc.I386.cc.o CMakeFiles/mold.dir/elf/thunks.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/thunks.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/thunks.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/thunks.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/thunks.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/thunks.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/thunks.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/thunks.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/thunks.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/thunks.cc.S390X.cc.o CMakeFiles/mold.dir/elf/thunks.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/thunks.cc.M68K.cc.o CMakeFiles/mold.dir/elf/thunks.cc.SH4.cc.o CMakeFiles/mold.dir/elf/thunks.cc.ALPHA.cc.o CMakeFiles/mold.dir/elf/tls.cc.X86_64.cc.o CMakeFiles/mold.dir/elf/tls.cc.I386.cc.o CMakeFiles/mold.dir/elf/tls.cc.ARM64.cc.o CMakeFiles/mold.dir/elf/tls.cc.ARM32.cc.o CMakeFiles/mold.dir/elf/tls.cc.RV32LE.cc.o CMakeFiles/mold.dir/elf/tls.cc.RV32BE.cc.o CMakeFiles/mold.dir/elf/tls.cc.RV64LE.cc.o CMakeFiles/mold.dir/elf/tls.cc.RV64BE.cc.o CMakeFiles/mold.dir/elf/tls.cc.PPC32.cc.o CMakeFiles/mold.dir/elf/tls.cc.PPC64V1.cc.o CMakeFiles/mold.dir/elf/tls.cc.PPC64V2.cc.o CMakeFiles/mold.dir/elf/tls.cc.S390X.cc.o CMakeFiles/mold.dir/elf/tls.cc.SPARC64.cc.o CMakeFiles/mold.dir/elf/tls.cc.M68K.cc.o CMakeFiles/mold.dir/elf/tls.cc.SH4.cc.o CMakeFiles/mold.dir/elf/tls.cc.ALPHA.cc.o CMakeFiles/mold.dir/common/compress.cc.o CMakeFiles/mold.dir/common/demangle.cc.o CMakeFiles/mold.dir/common/filepath.cc.o CMakeFiles/mold.dir/common/glob.cc.o CMakeFiles/mold.dir/common/hyperloglog.cc.o CMakeFiles/mold.dir/common/main.cc.o CMakeFiles/mold.dir/common/multi-glob.cc.o CMakeFiles/mold.dir/common/perf.cc.o CMakeFiles/mold.dir/common/tar.cc.o CMakeFiles/mold.dir/common/uuid.cc.o CMakeFiles/mold.dir/elf/arch-alpha.cc.o CMakeFiles/mold.dir/elf/arch-arm32.cc.o CMakeFiles/mold.dir/elf/arch-arm64.cc.o CMakeFiles/mold.dir/elf/arch-i386.cc.o CMakeFiles/mold.dir/elf/arch-m68k.cc.o CMakeFiles/mold.dir/elf/arch-ppc32.cc.o CMakeFiles/mold.dir/elf/arch-ppc64v1.cc.o CMakeFiles/mold.dir/elf/arch-ppc64v2.cc.o CMakeFiles/mold.dir/elf/arch-riscv.cc.o CMakeFiles/mold.dir/elf/arch-s390x.cc.o CMakeFiles/mold.dir/elf/arch-sh4.cc.o CMakeFiles/mold.dir/elf/arch-sparc64.cc.o CMakeFiles/mold.dir/elf/arch-x86-64.cc.o CMakeFiles/mold.dir/elf/elf.cc.o CMakeFiles/mold.dir/git-hash.cc.o CMakeFiles/mold.dir/third-party/rust-demangle/rust-demangle.c.o -o mold -ldl /usr/lib/libz.so -lzstd /usr/lib/libmimalloc.so.2.0 /usr/lib/libtbb.so.12.7 -lm /usr/lib/libcrypto.so /usr/lib/libpthread.a /usr/lib/librt.a && cd /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build && /usr/bin/cmake -E create_symlink mold ld >>> Source compiled. >>> Test phase: sys-devel/mold-1.10.1 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1" * Build directory (BUILD_DIR): "/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build" ctest -j 4 --test-load 3 Test project /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build Start 1: x86_64-x86_64_emulation-deduction 1/293 Test #1: x86_64-x86_64_emulation-deduction ....... Passed 0.17 sec Start 2: x86_64-x86_64_exception-mcmodel-large 2/293 Test #2: x86_64-x86_64_exception-mcmodel-large ... Passed 0.38 sec Start 3: x86_64-x86_64_execstack-if-needed 3/293 Test #3: x86_64-x86_64_execstack-if-needed ....... Passed 0.21 sec Start 4: x86_64-x86_64_gnu-linkonce 4/293 Test #4: x86_64-x86_64_gnu-linkonce .............. Passed 0.21 sec Start 5: x86_64-x86_64_gnu-retain 5/293 Test #5: x86_64-x86_64_gnu-retain ................ Passed 0.35 sec Start 6: x86_64-x86_64_ifunc-alias 6/293 Test #6: x86_64-x86_64_ifunc-alias ...............***Skipped 0.08 sec Start 7: x86_64-x86_64_incompatible-libs 7/293 Test #7: x86_64-x86_64_incompatible-libs .........***Skipped 0.14 sec Start 8: x86_64-x86_64_incompatible-libs2 8/293 Test #8: x86_64-x86_64_incompatible-libs2 ........***Skipped 0.15 sec Start 9: x86_64-x86_64_incompatible-obj 9/293 Test #9: x86_64-x86_64_incompatible-obj ..........***Skipped 0.14 sec Start 10: x86_64-x86_64_init-array-readonly 10/293 Test #10: x86_64-x86_64_init-array-readonly ....... Passed 0.23 sec Start 11: x86_64-x86_64_init-array 11/293 Test #11: x86_64-x86_64_init-array ................ Passed 0.20 sec Start 12: x86_64-x86_64_large-bss 12/293 Test #12: x86_64-x86_64_large-bss ................. Passed 0.14 sec Start 13: x86_64-x86_64_mergeable-records 13/293 Test #13: x86_64-x86_64_mergeable-records ......... Passed 0.24 sec Start 14: x86_64-x86_64_mergeable-strings 14/293 Test #14: x86_64-x86_64_mergeable-strings ......... Passed 0.22 sec Start 15: x86_64-x86_64_note-property 15/293 Test #15: x86_64-x86_64_note-property ............. Passed 0.20 sec Start 16: x86_64-x86_64_note-property2 16/293 Test #16: x86_64-x86_64_note-property2 ............ Passed 0.43 sec Start 17: x86_64-x86_64_note 17/293 Test #17: x86_64-x86_64_note ...................... Passed 0.34 sec Start 18: x86_64-x86_64_note2 18/293 Test #18: x86_64-x86_64_note2 ..................... Passed 0.35 sec Start 19: x86_64-x86_64_plt 19/293 Test #19: x86_64-x86_64_plt ....................... Passed 0.15 sec Start 20: x86_64-x86_64_pltgot 20/293 Test #20: x86_64-x86_64_pltgot .................... Passed 0.14 sec Start 21: x86_64-x86_64_preinit-array 21/293 Test #21: x86_64-x86_64_preinit-array .............***Skipped 0.07 sec Start 22: x86_64-x86_64_relax 22/293 Test #22: x86_64-x86_64_relax ..................... Passed 0.32 sec Start 23: x86_64-x86_64_reloc-overflow 23/293 Test #23: x86_64-x86_64_reloc-overflow ............ Passed 0.09 sec Start 24: x86_64-x86_64_reloc-zero 24/293 Test #24: x86_64-x86_64_reloc-zero ................ Passed 0.17 sec Start 25: x86_64-x86_64_reloc 25/293 Test #25: x86_64-x86_64_reloc ..................... Passed 1.62 sec Start 26: x86_64-x86_64_section-alignment 26/293 Test #26: x86_64-x86_64_section-alignment ......... Passed 0.19 sec Start 27: x86_64-x86_64_section-name 27/293 Test #27: x86_64-x86_64_section-name .............. Passed 0.22 sec Start 28: x86_64-x86_64_tls-gd-mcmodel-large 28/293 Test #28: x86_64-x86_64_tls-gd-mcmodel-large ...... Passed 0.45 sec Start 29: x86_64-x86_64_tls-gd-to-ie 29/293 Test #29: x86_64-x86_64_tls-gd-to-ie .............. Passed 0.65 sec Start 30: x86_64-x86_64_tls-large-tbss 30/293 Test #30: x86_64-x86_64_tls-large-tbss ............ Passed 0.20 sec Start 31: x86_64-x86_64_tls-ld-mcmodel-large 31/293 Test #31: x86_64-x86_64_tls-ld-mcmodel-large ...... Passed 0.31 sec Start 32: x86_64-x86_64_tls-module-base 32/293 Test #32: x86_64-x86_64_tls-module-base ........... Passed 0.42 sec Start 33: x86_64-x86_64_unique 33/293 Test #33: x86_64-x86_64_unique .................... Passed 0.13 sec Start 34: x86_64-x86_64_warn-execstack 34/293 Test #34: x86_64-x86_64_warn-execstack ............ Passed 0.25 sec Start 35: x86_64-x86_64_warn-shared-textrel 35/293 Test #35: x86_64-x86_64_warn-shared-textrel .......***Skipped 0.05 sec Start 36: x86_64-x86_64_warn-textrel 36/293 Test #36: x86_64-x86_64_warn-textrel ..............***Skipped 0.05 sec Start 37: x86_64-x86_64_z-ibt 37/293 Test #37: x86_64-x86_64_z-ibt ..................... Passed 0.24 sec Start 38: x86_64-x86_64_z-ibtplt 38/293 Test #38: x86_64-x86_64_z-ibtplt .................. Passed 0.26 sec Start 39: x86_64-x86_64_z-shstk 39/293 Test #39: x86_64-x86_64_z-shstk ................... Passed 0.17 sec Start 40: x86_64-x86_64_z-text 40/293 Test #40: x86_64-x86_64_z-text ....................***Skipped 0.03 sec Start 41: x86_64-abs-error 41/293 Test #41: x86_64-abs-error ........................ Passed 0.16 sec Start 42: x86_64-absolute-symbols 42/293 Test #42: x86_64-absolute-symbols ................. Passed 0.19 sec Start 43: x86_64-allow-multiple-definition 43/293 Test #43: x86_64-allow-multiple-definition ........ Passed 0.32 sec Start 44: x86_64-ar-alignment 44/293 Test #44: x86_64-ar-alignment ..................... Passed 0.36 sec Start 45: x86_64-as-needed-weak 45/293 Test #45: x86_64-as-needed-weak ................... Passed 0.49 sec Start 46: x86_64-as-needed 46/293 Test #46: x86_64-as-needed ........................ Passed 0.41 sec Start 47: x86_64-as-needed2 47/293 Test #47: x86_64-as-needed2 ....................... Passed 0.45 sec Start 48: x86_64-auxiliary 48/293 Test #48: x86_64-auxiliary ........................ Passed 0.08 sec Start 49: x86_64-bno-symbolic 49/293 Test #49: x86_64-bno-symbolic ..................... Passed 0.26 sec Start 50: x86_64-bsymbolic-functions 50/293 Test #50: x86_64-bsymbolic-functions .............. Passed 0.26 sec Start 51: x86_64-bsymbolic 51/293 Test #51: x86_64-bsymbolic ........................ Passed 0.26 sec Start 52: x86_64-bug178 52/293 Test #52: x86_64-bug178 ........................... Passed 0.13 sec Start 53: x86_64-build-id 53/293 Test #53: x86_64-build-id ......................... Passed 0.73 sec Start 54: x86_64-canonical-plt 54/293 Test #54: x86_64-canonical-plt .................... Passed 0.41 sec Start 55: x86_64-cmdline 55/293 Test #55: x86_64-cmdline .......................... Passed 0.12 sec Start 56: x86_64-color-diagnostics 56/293 Test #56: x86_64-color-diagnostics ................ Passed 0.19 sec Start 57: x86_64-comment 57/293 Test #57: x86_64-comment .......................... Passed 0.15 sec Start 58: x86_64-common-archive 58/293 Test #58: x86_64-common-archive ................... Passed 0.50 sec Start 59: x86_64-common-ref 59/293 Test #59: x86_64-common-ref ....................... Passed 0.37 sec Start 60: x86_64-common 60/293 Test #60: x86_64-common ........................... Passed 0.20 sec Start 61: x86_64-compress-debug-sections-zstd 61/293 Test #61: x86_64-compress-debug-sections-zstd ..... Passed 0.16 sec Start 62: x86_64-copyrel-alignment 62/293 Test #62: x86_64-copyrel-alignment ................ Passed 0.61 sec Start 63: x86_64-copyrel-protected 63/293 Test #63: x86_64-copyrel-protected ................ Passed 0.24 sec Start 64: x86_64-copyrel-relro 64/293 Test #64: x86_64-copyrel-relro .................... Passed 0.26 sec Start 65: x86_64-copyrel 65/293 Test #65: x86_64-copyrel .......................... Passed 0.33 sec Start 66: x86_64-debug-macro-section 66/293 Test #66: x86_64-debug-macro-section .............. Passed 0.26 sec Start 67: x86_64-default-symver 67/293 Test #67: x86_64-default-symver ................... Passed 0.23 sec Start 68: x86_64-defsym-lto 68/293 Test #68: x86_64-defsym-lto ....................... Passed 0.55 sec Start 69: x86_64-defsym 69/293 Test #69: x86_64-defsym ........................... Passed 0.18 sec Start 70: x86_64-defsym2 70/293 Test #70: x86_64-defsym2 .......................... Passed 0.23 sec Start 71: x86_64-demangle-rust 71/293 Test #71: x86_64-demangle-rust .................... Passed 0.18 sec Start 72: x86_64-demangle 72/293 Test #72: x86_64-demangle ......................... Passed 0.43 sec Start 73: x86_64-dependency-file 73/293 Test #73: x86_64-dependency-file .................. Passed 0.16 sec Start 74: x86_64-disable-new-dtags 74/293 Test #74: x86_64-disable-new-dtags ................ Passed 0.30 sec Start 75: x86_64-discard 75/293 Test #75: x86_64-discard .......................... Passed 0.24 sec Start 76: x86_64-dso-undef 76/293 Test #76: x86_64-dso-undef ........................ Passed 0.38 sec Start 77: x86_64-dt-init 77/293 Test #77: x86_64-dt-init .......................... Passed 0.51 sec Start 78: x86_64-dt-needed 78/293 Test #78: x86_64-dt-needed ........................ Passed 0.54 sec Start 79: x86_64-duplicate-error 79/293 Test #79: x86_64-duplicate-error .................. Passed 0.10 sec Start 80: x86_64-dynamic-dt-debug 80/293 Test #80: x86_64-dynamic-dt-debug ................. Passed 0.29 sec Start 81: x86_64-dynamic-linker 81/293 Test #81: x86_64-dynamic-linker ................... Passed 0.14 sec Start 82: x86_64-dynamic-list 82/293 Test #82: x86_64-dynamic-list ..................... Passed 0.41 sec Start 83: x86_64-dynamic-list2 83/293 Test #83: x86_64-dynamic-list2 .................... Passed 0.39 sec Start 84: x86_64-dynamic-list3 84/293 Test #84: x86_64-dynamic-list3 .................... Passed 0.35 sec Start 85: x86_64-dynamic 85/293 Test #85: x86_64-dynamic .......................... Passed 0.20 sec Start 86: x86_64-emit-relocs-cpp 86/293 Test #86: x86_64-emit-relocs-cpp .................. Passed 0.22 sec Start 87: x86_64-emit-relocs-dead-sections 87/293 Test #87: x86_64-emit-relocs-dead-sections ........ Passed 1.36 sec Start 88: x86_64-emit-relocs 88/293 Test #88: x86_64-emit-relocs ...................... Passed 0.18 sec Start 89: x86_64-empty-file 89/293 Test #89: x86_64-empty-file ....................... Passed 0.17 sec Start 90: x86_64-empty-input 90/293 Test #90: x86_64-empty-input ...................... Passed 0.10 sec Start 91: x86_64-empty-version 91/293 Test #91: x86_64-empty-version .................... Passed 0.19 sec Start 92: x86_64-entry 92/293 Test #92: x86_64-entry ............................ Passed 0.26 sec Start 93: x86_64-exception 93/293 Test #93: x86_64-exception ........................ Passed 1.20 sec Start 94: x86_64-exclude-libs 94/293 Test #94: x86_64-exclude-libs ..................... Passed 0.70 sec Start 95: x86_64-exclude-libs2 95/293 Test #95: x86_64-exclude-libs2 .................... Passed 0.28 sec Start 96: x86_64-exclude-libs3 96/293 Test #96: x86_64-exclude-libs3 .................... Passed 0.32 sec Start 97: x86_64-execstack 97/293 Test #97: x86_64-execstack ........................ Passed 0.30 sec Start 98: x86_64-execute-only 98/293 Test #98: x86_64-execute-only ..................... Passed 0.16 sec Start 99: x86_64-export-dynamic 99/293 Test #99: x86_64-export-dynamic ................... Passed 0.17 sec Start 100: x86_64-export-from-exe 100/293 Test #100: x86_64-export-from-exe .................. Passed 0.34 sec Start 101: x86_64-fatal-warnings 101/293 Test #101: x86_64-fatal-warnings ................... Passed 0.27 sec Start 102: x86_64-filler 102/293 Test #102: x86_64-filler ........................... Passed 0.30 sec Start 103: x86_64-filter 103/293 Test #103: x86_64-filter ........................... Passed 0.09 sec Start 104: x86_64-func-addr 104/293 Test #104: x86_64-func-addr ........................ Passed 0.29 sec Start 105: x86_64-gc-sections 105/293 Test #105: x86_64-gc-sections ...................... Passed 0.39 sec Start 106: x86_64-gdb-index-empty 106/293 Test #106: x86_64-gdb-index-empty .................. Passed 0.11 sec Start 107: x86_64-gdb-index-split-dwarf 107/293 Test #107: x86_64-gdb-index-split-dwarf ............***Skipped 0.03 sec Start 108: x86_64-glibc-2.22-bug 108/293 Test #108: x86_64-glibc-2.22-bug ................... Passed 0.15 sec Start 109: x86_64-global-offset-table 109/293 Test #109: x86_64-global-offset-table .............. Passed 0.16 sec Start 110: x86_64-gnu-hash 110/293 Test #110: x86_64-gnu-hash ......................... Passed 0.13 sec Start 111: x86_64-gnu-unique 111/293 Test #111: x86_64-gnu-unique ....................... Passed 0.20 sec Start 112: x86_64-gnu-warning 112/293 Test #112: x86_64-gnu-warning ...................... Passed 0.15 sec Start 113: x86_64-hash-style 113/293 Test #113: x86_64-hash-style ....................... Passed 0.12 sec Start 114: x86_64-hello-dynamic 114/293 Test #114: x86_64-hello-dynamic .................... Passed 0.15 sec Start 115: x86_64-hello-static 115/293 Test #115: x86_64-hello-static ..................... Passed 0.26 sec Start 116: x86_64-help 116/293 Test #116: x86_64-help ............................. Passed 0.06 sec Start 117: x86_64-hidden-undef 117/293 Test #117: x86_64-hidden-undef ..................... Passed 0.24 sec Start 118: x86_64-hidden-weak-undef 118/293 Test #118: x86_64-hidden-weak-undef ................ Passed 0.19 sec Start 119: x86_64-icf-small 119/293 Test #119: x86_64-icf-small ........................ Passed 0.12 sec Start 120: x86_64-icf 120/293 Test #120: x86_64-icf .............................. Passed 0.20 sec Start 121: x86_64-ifunc-alias 121/293 Test #121: x86_64-ifunc-alias ......................***Skipped 0.08 sec Start 122: x86_64-ifunc-dso 122/293 Test #122: x86_64-ifunc-dso ........................***Skipped 0.07 sec Start 123: x86_64-ifunc-dynamic 123/293 Test #123: x86_64-ifunc-dynamic ....................***Skipped 0.07 sec Start 124: x86_64-ifunc-export 124/293 Test #124: x86_64-ifunc-export .....................***Skipped 0.07 sec Start 125: x86_64-ifunc-funcptr 125/293 Test #125: x86_64-ifunc-funcptr ....................***Skipped 0.08 sec Start 126: x86_64-ifunc-noplt 126/293 Test #126: x86_64-ifunc-noplt ......................***Skipped 0.08 sec Start 127: x86_64-ifunc-static 127/293 Test #127: x86_64-ifunc-static .....................***Skipped 0.17 sec Start 128: x86_64-image-base 128/293 Test #128: x86_64-image-base ....................... Passed 0.26 sec Start 129: x86_64-init-array-priorities 129/293 Test #129: x86_64-init-array-priorities ............***Skipped 0.04 sec Start 130: x86_64-init-in-dso 130/293 Test #130: x86_64-init-in-dso ...................... Passed 0.31 sec Start 131: x86_64-init 131/293 Test #131: x86_64-init ............................. Passed 0.25 sec Start 132: x86_64-initfirst 132/293 Test #132: x86_64-initfirst ........................ Passed 0.19 sec Start 133: x86_64-interpose 133/293 Test #133: x86_64-interpose ........................ Passed 0.19 sec Start 134: x86_64-invalid-version-script 134/293 Test #134: x86_64-invalid-version-script ........... Passed 0.14 sec Start 135: x86_64-issue646 135/293 Test #135: x86_64-issue646 ......................... Passed 0.71 sec Start 136: x86_64-large-alignment-dso 136/293 Test #136: x86_64-large-alignment-dso .............. Passed 0.31 sec Start 137: x86_64-large-alignment 137/293 Test #137: x86_64-large-alignment .................. Passed 0.19 sec Start 138: x86_64-large-max-page-size-strip 138/293 Test #138: x86_64-large-max-page-size-strip ........ Passed 0.21 sec Start 139: x86_64-large-max-page-size 139/293 Test #139: x86_64-large-max-page-size .............. Passed 0.20 sec Start 140: x86_64-large-text 140/293 Test #140: x86_64-large-text ....................... Passed 0.46 sec Start 141: x86_64-link-order 141/293 Test #141: x86_64-link-order ....................... Passed 0.39 sec Start 142: x86_64-linker-script-defsym 142/293 Test #142: x86_64-linker-script-defsym ............. Passed 0.28 sec Start 143: x86_64-linker-script-relocatable 143/293 Test #143: x86_64-linker-script-relocatable ........ Passed 0.66 sec Start 144: x86_64-linker-script 144/293 Test #144: x86_64-linker-script .................... Passed 0.28 sec Start 145: x86_64-linker-script2 145/293 Test #145: x86_64-linker-script2 ................... Passed 0.26 sec Start 146: x86_64-linker-script3 146/293 Test #146: x86_64-linker-script3 ................... Passed 0.16 sec Start 147: x86_64-linker-script4 147/293 Test #147: x86_64-linker-script4 ................... Passed 0.12 sec Start 148: x86_64-many-sections 148/293 Test #148: x86_64-many-sections .................... Passed 2.00 sec Start 149: x86_64-many-sections2 149/293 Test #149: x86_64-many-sections2 ................... Passed 4.41 sec Start 150: x86_64-mergeable-strings 150/293 Test #150: x86_64-mergeable-strings ................ Passed 0.34 sec Start 151: x86_64-missing-but-ok 151/293 Test #151: x86_64-missing-but-ok ................... Passed 0.07 sec Start 152: x86_64-missing-error 152/293 Test #152: x86_64-missing-error .................... Passed 0.13 sec Start 153: x86_64-mold-wrapper 153/293 Test #153: x86_64-mold-wrapper ..................... Passed 0.70 sec Start 154: x86_64-mold-wrapper2 154/293 Test #154: x86_64-mold-wrapper2 .................... Passed 0.55 sec Start 155: x86_64-no-eh-frame-header 155/293 Test #155: x86_64-no-eh-frame-header ............... Passed 0.19 sec Start 156: x86_64-no-quick-exit 156/293 Test #156: x86_64-no-quick-exit .................... Passed 0.20 sec Start 157: x86_64-no-undefined-version 157/293 Test #157: x86_64-no-undefined-version ............. Passed 0.15 sec Start 158: x86_64-nocopyreloc 158/293 Test #158: x86_64-nocopyreloc ...................... Passed 0.28 sec Start 159: x86_64-noinhibit-exec 159/293 Test #159: x86_64-noinhibit-exec ................... Passed 0.25 sec Start 160: x86_64-non-canonical-plt 160/293 Test #160: x86_64-non-canonical-plt ................ Passed 0.30 sec Start 161: x86_64-nostdlib 161/293 Test #161: x86_64-nostdlib ......................... Passed 0.12 sec Start 162: x86_64-now 162/293 Test #162: x86_64-now .............................. Passed 0.26 sec Start 163: x86_64-oformat-binary 163/293 Test #163: x86_64-oformat-binary ................... Passed 0.14 sec Start 164: x86_64-omagic 164/293 Test #164: x86_64-omagic ........................... Passed 0.27 sec Start 165: x86_64-pack-dyn-relocs-relr 165/293 Test #165: x86_64-pack-dyn-relocs-relr ............. Passed 0.37 sec Start 166: x86_64-package-metadata 166/293 Test #166: x86_64-package-metadata ................. Passed 0.22 sec Start 167: x86_64-physical-image-base 167/293 Test #167: x86_64-physical-image-base .............. Passed 0.28 sec Start 168: x86_64-pie 168/293 Test #168: x86_64-pie .............................. Passed 0.16 sec Start 169: x86_64-plt-dso 169/293 Test #169: x86_64-plt-dso .......................... Passed 0.29 sec Start 170: x86_64-pltgot 170/293 Test #170: x86_64-pltgot ........................... Passed 0.37 sec Start 171: x86_64-preinit-array 171/293 Test #171: x86_64-preinit-array .................... Passed 0.31 sec Start 172: x86_64-print-dependencies 172/293 Test #172: x86_64-print-dependencies ............... Passed 0.23 sec Start 173: x86_64-protected-dynsym 173/293 Test #173: x86_64-protected-dynsym ................. Passed 0.33 sec Start 174: x86_64-protected 174/293 Test #174: x86_64-protected ........................ Passed 0.32 sec Start 175: x86_64-push-pop-state 175/293 Test #175: x86_64-push-pop-state ................... Passed 0.35 sec Start 176: x86_64-range-extension-thunk 176/293 Test #176: x86_64-range-extension-thunk ............ Passed 0.46 sec Start 177: x86_64-relax-got-load 177/293 Test #177: x86_64-relax-got-load ................... Passed 0.21 sec Start 178: x86_64-reloc-rodata 178/293 Test #178: x86_64-reloc-rodata ..................... Passed 0.03 sec Start 179: x86_64-relocatable-archive 179/293 Test #179: x86_64-relocatable-archive .............. Passed 0.78 sec Start 180: x86_64-relocatable-debug-info 180/293 Test #180: x86_64-relocatable-debug-info ........... Passed 0.65 sec Start 181: x86_64-relocatable-exception 181/293 Test #181: x86_64-relocatable-exception ............ Passed 1.20 sec Start 182: x86_64-relocatable-merge-sections 182/293 Test #182: x86_64-relocatable-merge-sections ....... Passed 0.67 sec Start 183: x86_64-relocatable-no-ehframe 183/293 Test #183: x86_64-relocatable-no-ehframe ........... Passed 0.55 sec Start 184: x86_64-relocatable 184/293 Test #184: x86_64-relocatable ...................... Passed 0.66 sec Start 185: x86_64-relro 185/293 Test #185: x86_64-relro ............................ Passed 0.34 sec Start 186: x86_64-repro 186/293 Test #186: x86_64-repro ............................ Passed 0.40 sec Start 187: x86_64-require-defined 187/293 Test #187: x86_64-require-defined .................. Passed 0.42 sec Start 188: x86_64-response-file 188/293 Test #188: x86_64-response-file .................... Passed 0.26 sec Start 189: x86_64-retain-symbols-file 189/293 Test #189: x86_64-retain-symbols-file .............. Passed 0.19 sec Start 190: x86_64-reverse-sections 190/293 Test #190: x86_64-reverse-sections ................. Passed 0.38 sec Start 191: x86_64-rodata-name 191/293 Test #191: x86_64-rodata-name ...................... Passed 0.21 sec Start 192: x86_64-rosegment 192/293 Test #192: x86_64-rosegment ........................ Passed 0.30 sec Start 193: x86_64-rpath 193/293 Test #193: x86_64-rpath ............................ Passed 0.20 sec Start 194: x86_64-run-clang 194/293 Test #194: x86_64-run-clang ........................ Passed 0.40 sec Start 195: x86_64-section-align 195/293 Test #195: x86_64-section-align .................... Passed 0.26 sec Start 196: x86_64-section-order 196/293 Test #196: x86_64-section-order .................... Passed 0.37 sec Start 197: x86_64-section-start 197/293 Test #197: x86_64-section-start .................... Passed 0.26 sec Start 198: x86_64-shared-abs-sym 198/293 Test #198: x86_64-shared-abs-sym ................... Passed 0.46 sec Start 199: x86_64-shared 199/293 Test #199: x86_64-shared ........................... Passed 0.38 sec Start 200: x86_64-shuffle-sections-seed 200/293 Test #200: x86_64-shuffle-sections-seed ............ Passed 1.11 sec Start 201: x86_64-shuffle-sections 201/293 Test #201: x86_64-shuffle-sections ................. Passed 0.88 sec Start 202: x86_64-soname 202/293 Test #202: x86_64-soname ........................... Passed 0.28 sec Start 203: x86_64-start-lib 203/293 Test #203: x86_64-start-lib ........................ Passed 0.35 sec Start 204: x86_64-start-stop-symbol 204/293 Test #204: x86_64-start-stop-symbol ................ Passed 0.38 sec Start 205: x86_64-start-stop 205/293 Test #205: x86_64-start-stop ....................... Passed 0.18 sec Start 206: x86_64-static-archive 206/293 Test #206: x86_64-static-archive ................... Passed 0.39 sec Start 207: x86_64-stdout 207/293 Test #207: x86_64-stdout ........................... Passed 0.21 sec Start 208: x86_64-strip 208/293 Test #208: x86_64-strip ............................ Passed 0.21 sec Start 209: x86_64-symbol-rank 209/293 Test #209: x86_64-symbol-rank ...................... Passed 0.47 sec Start 210: x86_64-symbol-version 210/293 Test #210: x86_64-symbol-version ................... Passed 0.19 sec Start 211: x86_64-symbol-version2 211/293 Test #211: x86_64-symbol-version2 .................. Passed 0.18 sec Start 212: x86_64-symbol-version3 212/293 Test #212: x86_64-symbol-version3 .................. Passed 0.20 sec Start 213: x86_64-symtab-dso 213/293 Test #213: x86_64-symtab-dso ....................... Passed 0.23 sec Start 214: x86_64-symtab-section-symbols 214/293 Test #214: x86_64-symtab-section-symbols ........... Passed 0.18 sec Start 215: x86_64-symtab 215/293 Test #215: x86_64-symtab ........................... Passed 0.16 sec Start 216: x86_64-synthetic-symbols 216/293 Test #216: x86_64-synthetic-symbols ................ Passed 0.45 sec Start 217: x86_64-sysroot-linker-script 217/293 Test #217: x86_64-sysroot-linker-script ............ Passed 0.31 sec Start 218: x86_64-sysroot 218/293 Test #218: x86_64-sysroot .......................... Passed 0.65 sec Start 219: x86_64-sysroot2 219/293 Test #219: x86_64-sysroot2 ......................... Passed 0.47 sec Start 220: x86_64-tail-call 220/293 Test #220: x86_64-tail-call ........................ Passed 0.32 sec Start 221: x86_64-thin-archive 221/293 Test #221: x86_64-thin-archive ..................... Passed 0.49 sec Start 222: x86_64-thread-count 222/293 Test #222: x86_64-thread-count ..................... Passed 0.41 sec Start 223: x86_64-tls-alignment-multi 223/293 Test #223: x86_64-tls-alignment-multi .............. Passed 0.36 sec Start 224: x86_64-tls-common 224/293 Test #224: x86_64-tls-common ....................... Passed 0.21 sec Start 225: x86_64-tls-df-static-tls 225/293 Test #225: x86_64-tls-df-static-tls ................ Passed 0.22 sec Start 226: x86_64-tls-dso 226/293 Test #226: x86_64-tls-dso .......................... Passed 0.28 sec Start 227: x86_64-tls-gd-noplt 227/293 Test #227: x86_64-tls-gd-noplt ..................... Passed 0.44 sec Start 228: x86_64-tls-gd-to-ie 228/293 Test #228: x86_64-tls-gd-to-ie ..................... Passed 0.58 sec Start 229: x86_64-tls-gd 229/293 Test #229: x86_64-tls-gd ........................... Passed 0.76 sec Start 230: x86_64-tls-ie 230/293 Test #230: x86_64-tls-ie ........................... Passed 0.39 sec Start 231: x86_64-tls-irregular-start-addr 231/293 Test #231: x86_64-tls-irregular-start-addr ......... Passed 0.36 sec Start 232: x86_64-tls-large-alignment 232/293 Test #232: x86_64-tls-large-alignment .............. Passed 0.40 sec Start 233: x86_64-tls-large-static-image 233/293 Test #233: x86_64-tls-large-static-image ........... Passed 0.25 sec Start 234: x86_64-tls-ld-noplt 234/293 Test #234: x86_64-tls-ld-noplt ..................... Passed 0.27 sec Start 235: x86_64-tls-ld 235/293 Test #235: x86_64-tls-ld ........................... Passed 0.27 sec Start 236: x86_64-tls-le-error 236/293 Test #236: x86_64-tls-le-error ..................... Passed 0.14 sec Start 237: x86_64-tls-le 237/293 Test #237: x86_64-tls-le ........................... Passed 0.28 sec Start 238: x86_64-tls-nopic 238/293 Test #238: x86_64-tls-nopic ........................ Passed 0.20 sec Start 239: x86_64-tls-pic 239/293 Test #239: x86_64-tls-pic .......................... Passed 0.21 sec Start 240: x86_64-tls-small-alignment 240/293 Test #240: x86_64-tls-small-alignment .............. Passed 0.34 sec Start 241: x86_64-tlsdesc-import 241/293 Test #241: x86_64-tlsdesc-import ................... Passed 0.28 sec Start 242: x86_64-tlsdesc-static 242/293 Test #242: x86_64-tlsdesc-static ................... Passed 0.37 sec Start 243: x86_64-tlsdesc 243/293 Test #243: x86_64-tlsdesc .......................... Passed 0.50 sec Start 244: x86_64-trace-symbol 244/293 Test #244: x86_64-trace-symbol ..................... Passed 0.36 sec Start 245: x86_64-trace 245/293 Test #245: x86_64-trace ............................ Passed 0.18 sec Start 246: x86_64-undefined 246/293 Test #246: x86_64-undefined ........................ Passed 0.46 sec Start 247: x86_64-unresolved-symbols 247/293 Test #247: x86_64-unresolved-symbols ............... Passed 0.51 sec Start 248: x86_64-verbose 248/293 Test #248: x86_64-verbose .......................... Passed 0.17 sec Start 249: x86_64-version-script-search-paths 249/293 Test #249: x86_64-version-script-search-paths ...... Passed 0.16 sec Start 250: x86_64-version-script 250/293 Test #250: x86_64-version-script ................... Passed 0.11 sec Start 251: x86_64-version-script10 251/293 Test #251: x86_64-version-script10 ................. Passed 0.12 sec Start 252: x86_64-version-script11 252/293 Test #252: x86_64-version-script11 ................. Passed 0.20 sec Start 253: x86_64-version-script12 253/293 Test #253: x86_64-version-script12 ................. Passed 0.20 sec Start 254: x86_64-version-script13 254/293 Test #254: x86_64-version-script13 ................. Passed 0.20 sec Start 255: x86_64-version-script14 255/293 Test #255: x86_64-version-script14 ................. Passed 0.19 sec Start 256: x86_64-version-script15 256/293 Test #256: x86_64-version-script15 ................. Passed 0.17 sec Start 257: x86_64-version-script16 257/293 Test #257: x86_64-version-script16 ................. Passed 0.18 sec Start 258: x86_64-version-script17 258/293 Test #258: x86_64-version-script17 ................. Passed 0.55 sec Start 259: x86_64-version-script18 259/293 Test #259: x86_64-version-script18 ................. Passed 0.16 sec Start 260: x86_64-version-script2 260/293 Test #260: x86_64-version-script2 .................. Passed 0.26 sec Start 261: x86_64-version-script3 261/293 Test #261: x86_64-version-script3 .................. Passed 0.28 sec Start 262: x86_64-version-script4 262/293 Test #262: x86_64-version-script4 .................. Passed 0.15 sec Start 263: x86_64-version-script5 263/293 Test #263: x86_64-version-script5 .................. Passed 0.15 sec Start 264: x86_64-version-script6 264/293 Test #264: x86_64-version-script6 .................. Passed 0.26 sec Start 265: x86_64-version-script7 265/293 Test #265: x86_64-version-script7 .................. Passed 0.17 sec Start 266: x86_64-version-script8 266/293 Test #266: x86_64-version-script8 .................. Passed 0.29 sec Start 267: x86_64-version-script9 267/293 Test #267: x86_64-version-script9 .................. Passed 0.13 sec Start 268: x86_64-version 268/293 Test #268: x86_64-version ..........................***Failed 0.72 sec Start 269: x86_64-versioned-undef 269/293 Test #269: x86_64-versioned-undef ..................***Skipped 0.04 sec Start 270: x86_64-visibility 270/293 Test #270: x86_64-visibility ....................... Passed 0.32 sec Start 271: x86_64-warn-common 271/293 Test #271: x86_64-warn-common ...................... Passed 0.29 sec Start 272: x86_64-warn-once 272/293 Test #272: x86_64-warn-once ........................ Passed 0.30 sec Start 273: x86_64-warn-symbol-type 273/293 Test #273: x86_64-warn-symbol-type ................. Passed 0.18 sec Start 274: x86_64-warn-unresolved-symbols 274/293 Test #274: x86_64-warn-unresolved-symbols .......... Passed 0.29 sec Start 275: x86_64-weak-export-dso 275/293 Test #275: x86_64-weak-export-dso .................. Passed 0.26 sec Start 276: x86_64-weak-export-exe 276/293 Test #276: x86_64-weak-export-exe .................. Passed 0.17 sec Start 277: x86_64-weak-undef-dso 277/293 Test #277: x86_64-weak-undef-dso ................... Passed 0.40 sec Start 278: x86_64-weak-undef 278/293 Test #278: x86_64-weak-undef ....................... Passed 0.52 sec Start 279: x86_64-weak-undef2 279/293 Test #279: x86_64-weak-undef2 ...................... Passed 0.22 sec Start 280: x86_64-whole-archive 280/293 Test #280: x86_64-whole-archive .................... Passed 0.40 sec Start 281: x86_64-wrap-lto 281/293 Test #281: x86_64-wrap-lto ......................... Passed 0.85 sec Start 282: x86_64-wrap 282/293 Test #282: x86_64-wrap ............................. Passed 0.47 sec Start 283: x86_64-z-cet-report 283/293 Test #283: x86_64-z-cet-report ..................... Passed 0.27 sec Start 284: x86_64-z-defs 284/293 Test #284: x86_64-z-defs ........................... Passed 0.38 sec Start 285: x86_64-z-dynamic-undefined-weak 285/293 Test #285: x86_64-z-dynamic-undefined-weak ......... Passed 0.51 sec Start 286: x86_64-z-max-page-size 286/293 Test #286: x86_64-z-max-page-size .................. Passed 0.31 sec Start 287: x86_64-z-nodefaultlib 287/293 Test #287: x86_64-z-nodefaultlib ................... Passed 0.15 sec Start 288: x86_64-z-nodump 288/293 Test #288: x86_64-z-nodump ......................... Passed 0.20 sec Start 289: x86_64-z-now 289/293 Test #289: x86_64-z-now ............................ Passed 0.14 sec Start 290: x86_64-z-origin 290/293 Test #290: x86_64-z-origin ......................... Passed 0.15 sec Start 291: x86_64-z-separate-code 291/293 Test #291: x86_64-z-separate-code ..................***Skipped 0.03 sec Start 292: x86_64-z-start-stop-visibility 292/293 Test #292: x86_64-z-start-stop-visibility .......... Passed 0.06 sec Start 293: x86_64-z-unknown 293/293 Test #293: x86_64-z-unknown ........................ Passed 0.06 sec 99% tests passed, 1 tests failed out of 293 Total Test time (real) = 3806.01 sec The following tests did not run:  6 - x86_64-x86_64_ifunc-alias (Skipped) 7 - x86_64-x86_64_incompatible-libs (Skipped) 8 - x86_64-x86_64_incompatible-libs2 (Skipped) 9 - x86_64-x86_64_incompatible-obj (Skipped) 21 - x86_64-x86_64_preinit-array (Skipped) 35 - x86_64-x86_64_warn-shared-textrel (Skipped) 36 - x86_64-x86_64_warn-textrel (Skipped) 40 - x86_64-x86_64_z-text (Skipped) 107 - x86_64-gdb-index-split-dwarf (Skipped) 121 - x86_64-ifunc-alias (Skipped) 122 - x86_64-ifunc-dso (Skipped) 123 - x86_64-ifunc-dynamic (Skipped) 124 - x86_64-ifunc-export (Skipped) 125 - x86_64-ifunc-funcptr (Skipped) 126 - x86_64-ifunc-noplt (Skipped) 127 - x86_64-ifunc-static (Skipped) 129 - x86_64-init-array-priorities (Skipped) 269 - x86_64-versioned-undef (Skipped) 291 - x86_64-z-separate-code (Skipped)  The following tests FAILED: 268 - x86_64-version (Failed) Errors while running CTest Output from these tests are in: /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/Testing/Temporary/LastTest.log Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely. * ERROR: sys-devel/mold-1.10.1::gentoo failed (test phase): * Tests failed. When you file a bug, please attach the following file: * /var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build/Testing/Temporary/LastTest.log * * Call stack: * ebuild.sh, line 136: Called src_test * environment, line 2207: Called cmake_src_test * environment, line 1169: Called die * The specific snippet of code: * die "Tests failed. When you file a bug, please attach the following file: * ${BUILD_DIR}/Testing/Temporary/LastTest.log"; * * If you need support, post the output of `emerge --info '=sys-devel/mold-1.10.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-devel/mold-1.10.1::gentoo'`. * The complete build log is located at '/var/log/portage/build/sys-devel/mold-1.10.1:20230211-181856.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/sys-devel/mold-1.10.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-devel/mold-1.10.1/temp/environment'. * Working directory: '/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1_build' * S: '/var/tmp/portage/sys-devel/mold-1.10.1/work/mold-1.10.1'