10:22:52 $ ./x.py build --stage 1 library rustfmt downloading https://static.rust-lang.org/dist/2024-09-22/rust-std-beta-aarch64-apple-darwin.tar.xz ########################################################################################################################################################################### 100.0% downloading https://static.rust-lang.org/dist/2024-09-22/rustc-beta-aarch64-apple-darwin.tar.xz ########################################################################################################################################################################### 100.0% downloading https://static.rust-lang.org/dist/2024-09-22/cargo-beta-aarch64-apple-darwin.tar.xz ########################################################################################################################################################################### 100.0% extracting /Users/dev/software/rust-enzyme/build/cache/2024-09-22/rustc-beta-aarch64-apple-darwin.tar.xz extracting /Users/dev/software/rust-enzyme/build/cache/2024-09-22/rust-std-beta-aarch64-apple-darwin.tar.xz extracting /Users/dev/software/rust-enzyme/build/cache/2024-09-22/cargo-beta-aarch64-apple-darwin.tar.xz Building bootstrap Compiling libc v0.2.157 Compiling proc-macro2 v1.0.86 Compiling unicode-ident v1.0.12 Compiling version_check v0.9.5 Compiling memchr v2.7.4 Compiling typenum v1.17.0 Compiling shlex v1.3.0 Compiling rustix v0.38.34 Compiling crossbeam-utils v0.8.20 Compiling cc v1.1.19 Compiling generic-array v0.14.7 Compiling serde v1.0.208 Compiling cfg-if v1.0.0 Compiling bitflags v2.6.0 Compiling pkg-config v0.3.30 Compiling aho-corasick v1.1.3 Compiling heck v0.5.0 Compiling quote v1.0.36 Compiling anstyle v1.0.8 Compiling lzma-sys v0.1.20 Compiling regex-syntax v0.8.4 Compiling errno v0.3.9 Compiling syn v2.0.75 Compiling clap_lex v0.7.2 Compiling crossbeam-epoch v0.9.18 Compiling bstr v1.10.0 Compiling crypto-common v0.1.6 Compiling clap_builder v4.5.15 Compiling block-buffer v0.10.4 Compiling serde_json v1.0.125 Compiling same-file v1.0.6 Compiling semver v1.0.23 Compiling log v0.4.22 Compiling walkdir v2.5.0 Compiling digest v0.10.7 Compiling crossbeam-deque v0.8.5 Compiling filetime v0.2.24 Compiling cpufeatures v0.2.13 Compiling xattr v1.3.1 Compiling bootstrap v0.0.0 (/Users/dev/software/rust-enzyme/src/bootstrap) Compiling regex-automata v0.4.7 Compiling itoa v1.0.11 Compiling ryu v1.0.18 Compiling tar v0.4.41 Compiling sha2 v0.10.8 Compiling xz2 v0.1.7 Compiling fd-lock v4.0.2 Compiling cmake v0.1.48 Compiling object v0.36.3 Compiling termcolor v1.4.1 Compiling opener v0.5.2 Compiling toml v0.5.11 Compiling home v0.5.9 Compiling clap_derive v4.5.13 Compiling serde_derive v1.0.208 Compiling globset v0.4.14 Compiling clap v4.5.16 Compiling clap_complete v4.5.18 Compiling ignore v0.4.22 Compiling build_helper v0.1.0 (/Users/dev/software/rust-enzyme/src/tools/build_helper) Finished `dev` profile [unoptimized] target(s) in 12.58s WARNING: The `change-id` is missing in the `config.toml`. This means that you will not be able to track the major changes made to the bootstrap configurations. NOTE: to silence this warning, add `change-id = 130529` at the top of `config.toml` warning: unable to check if the upstream master branch is old due to error: rust-lang/rust remote not found warning: the upstream master branch is used to determine if files have been modified warning: if it is not updated, this may cause files to be needlessly reformatted Updating submodule library/backtrace Submodule 'library/backtrace' (https://github.com/rust-lang/backtrace-rs.git) registered for path 'library/backtrace' Cloning into '/Users/dev/software/rust-enzyme/library/backtrace'... remote: Enumerating objects: 150, done. remote: Counting objects: 100% (150/150), done. remote: Compressing objects: 100% (115/115), done. remote: Total 150 (delta 6), reused 102 (delta 4), pack-reused 0 (from 0) Receiving objects: 100% (150/150), 124.06 KiB | 6.20 MiB/s, done. Resolving deltas: 100% (6/6), done. remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0) remote: Enumerating objects: 67, done. remote: Counting objects: 100% (67/67), done. remote: Compressing objects: 100% (33/33), done. remote: Total 34 (delta 27), reused 5 (delta 0), pack-reused 0 (from 0) Unpacking objects: 100% (34/34), 4.58 KiB | 187.00 KiB/s, done. From https://github.com/rust-lang/backtrace-rs * branch 230570f2dac80a601f5c0b30da00cc9480bd35eb -> FETCH_HEAD Submodule path 'library/backtrace': checked out '230570f2dac80a601f5c0b30da00cc9480bd35eb' Updating submodule library/stdarch Submodule 'library/stdarch' (https://github.com/rust-lang/stdarch.git) registered for path 'library/stdarch' Cloning into '/Users/dev/software/rust-enzyme/library/stdarch'... remote: Enumerating objects: 343, done. remote: Counting objects: 100% (343/343), done. remote: Compressing objects: 100% (283/283), done. remote: Total 343 (delta 59), reused 186 (delta 29), pack-reused 0 (from 0) Receiving objects: 100% (343/343), 1.52 MiB | 3.67 MiB/s, done. Resolving deltas: 100% (59/59), done. remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0) remote: Enumerating objects: 95, done. remote: Counting objects: 100% (95/95), done. remote: Compressing objects: 100% (45/45), done. remote: Total 50 (delta 36), reused 12 (delta 2), pack-reused 0 (from 0) Unpacking objects: 100% (50/50), 19.64 KiB | 300.00 KiB/s, done. From https://github.com/rust-lang/stdarch * branch ace72223a0e321c1b0a37b5862aa756fe8ab5111 -> FETCH_HEAD Submodule path 'library/stdarch': checked out 'ace72223a0e321c1b0a37b5862aa756fe8ab5111' downloading https://static.rust-lang.org/dist/2024-09-22/rustfmt-nightly-aarch64-apple-darwin.tar.xz ########################################################################################################################################################################### 100.0% extracting /Users/dev/software/rust-enzyme/build/cache/2024-09-22/rustfmt-nightly-aarch64-apple-darwin.tar.xz to /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/rustfmt downloading https://static.rust-lang.org/dist/2024-09-22/rustc-nightly-aarch64-apple-darwin.tar.xz ########################################################################################################################################################################### 100.0% extracting /Users/dev/software/rust-enzyme/build/cache/2024-09-22/rustc-nightly-aarch64-apple-darwin.tar.xz to /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/rustfmt Updating submodule src/llvm-project Submodule 'src/llvm-project' (https://github.com/rust-lang/llvm-project.git) registered for path 'src/llvm-project' Cloning into '/Users/dev/software/rust-enzyme/src/llvm-project'... remote: Enumerating objects: 3, done. remote: Counting objects: 100% (3/3), done. remote: Compressing objects: 100% (2/2), done. remote: Total 3 (delta 0), reused 3 (delta 0), pack-reused 0 (from 0) Receiving objects: 100% (3/3), done. remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0) remote: Enumerating objects: 153666, done. remote: Counting objects: 100% (153666/153666), done. remote: Compressing objects: 100% (137744/137744), done. remote: Total 153664 (delta 29582), reused 48285 (delta 11528), pack-reused 0 (from 0) Receiving objects: 100% (153664/153664), 224.59 MiB | 6.47 MiB/s, done. Resolving deltas: 100% (29582/29582), done. From https://github.com/rust-lang/llvm-project * branch 56997739365e8132cc817e00899480746c09d7d9 -> FETCH_HEAD Submodule path 'src/llvm-project': checked out '56997739365e8132cc817e00899480746c09d7d9' Updating submodule src/tools/enzyme Submodule 'src/tools/enzyme' (https://github.com/EnzymeAD/Enzyme.git) registered for path 'src/tools/enzyme' Cloning into '/Users/dev/software/rust-enzyme/src/tools/enzyme'... remote: Enumerating objects: 1915, done. remote: Counting objects: 100% (1915/1915), done. remote: Compressing objects: 100% (1267/1267), done. remote: Total 1915 (delta 839), reused 1054 (delta 632), pack-reused 0 (from 0) Receiving objects: 100% (1915/1915), 95.43 MiB | 38.61 MiB/s, done. Resolving deltas: 100% (839/839), done. remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0 (from 0) remote: Enumerating objects: 142, done. remote: Counting objects: 100% (142/142), done. remote: Compressing objects: 100% (72/72), done. remote: Total 76 (delta 62), reused 11 (delta 3), pack-reused 0 (from 0) Unpacking objects: 100% (76/76), 129.97 KiB | 1.55 MiB/s, done. From https://github.com/EnzymeAD/Enzyme * branch ce81c9c8bb517b48d103975acce427ad3d348aa3 -> FETCH_HEAD Submodule path 'src/tools/enzyme': checked out 'ce81c9c8bb517b48d103975acce427ad3d348aa3' Building LLVM for aarch64-apple-darwin CMAKE_TOOLCHAIN_FILE_aarch64-apple-darwin = None CMAKE_TOOLCHAIN_FILE_aarch64_apple_darwin = None HOST_CMAKE_TOOLCHAIN_FILE = None CMAKE_TOOLCHAIN_FILE = None CMAKE_PREFIX_PATH_aarch64-apple-darwin = None CMAKE_PREFIX_PATH_aarch64_apple_darwin = None HOST_CMAKE_PREFIX_PATH = None CMAKE_PREFIX_PATH = None CMAKE_aarch64-apple-darwin = None CMAKE_aarch64_apple_darwin = None HOST_CMAKE = None CMAKE = None running: cd "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/build" && CMAKE_PREFIX_PATH="" DESTDIR="" "cmake" "/Users/dev/software/rust-enzyme/src/llvm-project/llvm" "-G" "Ninja" "-DLLVM_ENABLE_ASSERTIONS=ON" "-DLLVM_UNREACHABLE_OPTIMIZE=OFF" "-DLLVM_ENABLE_PLUGINS=ON" "-DLLVM_TARGETS_TO_BUILD=AArch64;ARM;BPF;Hexagon;LoongArch;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86" "-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=AVR;M68k;CSKY;Xtensa" "-DLLVM_INCLUDE_EXAMPLES=OFF" "-DLLVM_INCLUDE_DOCS=OFF" "-DLLVM_INCLUDE_BENCHMARKS=OFF" "-DLLVM_INCLUDE_TESTS=OFF" "-DLLVM_ENABLE_TERMINFO=OFF" "-DLLVM_ENABLE_LIBEDIT=OFF" "-DLLVM_ENABLE_BINDINGS=OFF" "-DLLVM_ENABLE_Z3_SOLVER=OFF" "-DLLVM_PARALLEL_COMPILE_JOBS=8" "-DLLVM_TARGET_ARCH=aarch64" "-DLLVM_DEFAULT_TARGET_TRIPLE=aarch64-apple-darwin" "-DLLVM_ENABLE_WARNINGS=OFF" "-DLLVM_INSTALL_UTILS=ON" "-DLLVM_ENABLE_ZLIB=ON" "-DLLVM_LINK_LLVM_DYLIB=ON" "-DLLVM_ENABLE_LIBXML2=OFF" "-DLLVM_ENABLE_PROJECTS=clang" "-DLLVM_VERSION_SUFFIX=-rust-1.83.0-nightly" "-DCMAKE_INSTALL_MESSAGE=LAZY" "-DCMAKE_C_COMPILER=cc" "-DCMAKE_CXX_COMPILER=c++" "-DCMAKE_ASM_COMPILER=cc" "-DCMAKE_C_FLAGS=-ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -mmacosx-version-min=13.1" "-DCMAKE_CXX_FLAGS=-ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -mmacosx-version-min=13.1 -stdlib=libc++" "-DCMAKE_SHARED_LINKER_FLAGS=" "-DCMAKE_MODULE_LINKER_FLAGS=" "-DCMAKE_EXE_LINKER_FLAGS=" "-DLLVM_ENABLE_ZSTD=OFF" "-DCMAKE_INSTALL_PREFIX=/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -mmacosx-version-min=13.1" "-DCMAKE_BUILD_TYPE=Release" CMake Deprecation Warning at /Users/dev/software/rust-enzyme/src/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy): The OLD behavior for policy CMP0114 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): CMakeLists.txt:6 (include) CMake Deprecation Warning at /Users/dev/software/rust-enzyme/src/llvm-project/cmake/Modules/CMakePolicy.cmake:11 (cmake_policy): The OLD behavior for policy CMP0116 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): CMakeLists.txt:6 (include) -- The C compiler identification is AppleClang 14.0.0.14000029 -- The CXX compiler identification is AppleClang 14.0.0.14000029 -- The ASM compiler identification is AppleClang -- Found assembler: /usr/bin/cc -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - 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/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- bolt project is disabled -- clang project is enabled -- clang-tools-extra project is disabled -- compiler-rt project is disabled -- cross-project-tests project is disabled -- libc project is disabled -- libclc project is disabled -- lld project is disabled -- lldb project is disabled -- mlir project is disabled -- openmp project is disabled -- polly project is disabled -- pstl project is disabled -- flang project is disabled -- Found libtool - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -- Found Python3: /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.9/bin/python3.9 (found suitable version "3.9.6", minimum required is "3.0") found components: Interpreter -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for errno.h -- Looking for errno.h - found -- Looking for fcntl.h -- Looking for fcntl.h - found -- Looking for link.h -- Looking for link.h - not found -- Looking for malloc/malloc.h -- Looking for malloc/malloc.h - found -- Looking for pthread.h -- Looking for pthread.h - found -- Looking for signal.h -- Looking for signal.h - found -- Looking for sys/ioctl.h -- Looking for sys/ioctl.h - found -- Looking for sys/mman.h -- Looking for sys/mman.h - found -- Looking for sys/param.h -- Looking for sys/param.h - found -- Looking for sys/resource.h -- Looking for sys/resource.h - found -- Looking for sys/stat.h -- Looking for sys/stat.h - found -- Looking for sys/time.h -- Looking for sys/time.h - found -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for sysexits.h -- Looking for sysexits.h - found -- Looking for termios.h -- Looking for termios.h - found -- Looking for unistd.h -- Looking for unistd.h - found -- Looking for valgrind/valgrind.h -- Looking for valgrind/valgrind.h - not found -- Looking for fenv.h -- Looking for fenv.h - found -- Looking for FE_ALL_EXCEPT -- Looking for FE_ALL_EXCEPT - found -- Looking for FE_INEXACT -- Looking for FE_INEXACT - found -- Performing Test HAVE_BUILTIN_THREAD_POINTER -- Performing Test HAVE_BUILTIN_THREAD_POINTER - Success -- Looking for mach/mach.h -- Looking for mach/mach.h - found -- Looking for CrashReporterClient.h -- Looking for CrashReporterClient.h - not found -- Performing Test HAVE_CRASHREPORTER_INFO -- Performing Test HAVE_CRASHREPORTER_INFO - Success -- Looking for pthread_create in pthread -- Looking for pthread_create in pthread - found -- Looking for pthread_rwlock_init in pthread -- Looking for pthread_rwlock_init in pthread - found -- Looking for pthread_mutex_lock in pthread -- Looking for pthread_mutex_lock in pthread - found -- Looking for dlopen in dl -- Looking for dlopen in dl - found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - not found -- Looking for pfm_initialize in pfm -- Looking for pfm_initialize in pfm - not found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found ZLIB: /opt/local/lib/libz.dylib (found version "1.3.1") -- Looking for compress2 -- Looking for compress2 - found -- Looking for arc4random -- Looking for arc4random - found -- Looking for backtrace -- Looking for backtrace - found -- backtrace facility detected in default set of libraries -- Found Backtrace: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Success -- Looking for __register_frame -- Looking for __register_frame - found -- Looking for __deregister_frame -- Looking for __deregister_frame - found -- Looking for __unw_add_dynamic_fde -- Looking for __unw_add_dynamic_fde - found -- Looking for _Unwind_Backtrace -- Looking for _Unwind_Backtrace - found -- Looking for getpagesize -- Looking for getpagesize - found -- Looking for sysconf -- Looking for sysconf - found -- Looking for getrusage -- Looking for getrusage - found -- Looking for setrlimit -- Looking for setrlimit - found -- Looking for isatty -- Looking for isatty - found -- Looking for futimens -- Looking for futimens - found -- Looking for futimes -- Looking for futimes - found -- Looking for mallctl -- Looking for mallctl - not found -- Looking for mallinfo -- Looking for mallinfo - not found -- Looking for mallinfo2 -- Looking for mallinfo2 - not found -- Looking for malloc_zone_statistics -- Looking for malloc_zone_statistics - found -- Looking for getrlimit -- Looking for getrlimit - found -- Looking for posix_spawn -- Looking for posix_spawn - found -- Looking for pread -- Looking for pread - found -- Looking for sbrk -- Looking for sbrk - found -- Looking for strerror_r -- Looking for strerror_r - found -- Looking for strerror_s -- Looking for strerror_s - not found -- Looking for setenv -- Looking for setenv - found -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC - Success -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC -- Performing Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC - Failed -- Looking for __GLIBC__ -- Looking for __GLIBC__ - not found -- Looking for pthread_getname_np -- Looking for pthread_getname_np - found -- Looking for pthread_setname_np -- Looking for pthread_setname_np - found -- Looking for dlopen -- Looking for dlopen - found -- Looking for dladdr -- Looking for dladdr - found -- Looking for proc_pid_rusage -- Looking for proc_pid_rusage - found -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success -- Performing Test LLVM_HAS_ATOMICS -- Performing Test LLVM_HAS_ATOMICS - Success -- LLVM host triple: arm64-apple-darwin21.6.0 -- Native target architecture is AArch64 -- Threads enabled. -- Doxygen disabled. -- Ninja version: 1.12.1 -- Found ld64 - /opt/local/bin/ld-classic -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) -- OCaml bindings disabled. -- Found Python module pygments -- Found Python module pygments.lexers.c_cpp -- Found Python module yaml -- LLVM default target triple: aarch64-apple-darwin -- Performing Test C_SUPPORTS_FPIC -- Performing Test C_SUPPORTS_FPIC - Success -- Performing Test CXX_SUPPORTS_FPIC -- Performing Test CXX_SUPPORTS_FPIC - Success -- Building with -fPIC -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION -- Performing Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Failed -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION -- Performing Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION - Failed -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success -- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS -- Performing Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS - Failed -- Looking for os_signpost_interval_begin -- Looking for os_signpost_interval_begin - found -- Performing Test macos_signposts_usable -- Performing Test macos_signposts_usable - Success -- Linker detection: Apple -- Performing Test LLVM_LINKER_SUPPORTS_NO_EXPORTED_SYMBOLS -- Performing Test LLVM_LINKER_SUPPORTS_NO_EXPORTED_SYMBOLS - Success -- Performing Test LLVM_LINKER_SUPPORTS_NO_WARN_DUPLICATE_LIBRARIES -- Performing Test LLVM_LINKER_SUPPORTS_NO_WARN_DUPLICATE_LIBRARIES - Failed -- Performing Test HAS_WERROR_GLOBAL_CTORS -- Performing Test HAS_WERROR_GLOBAL_CTORS - Success -- Performing Test LLVM_HAS_NOGLOBAL_CTOR_MUTEX -- Performing Test LLVM_HAS_NOGLOBAL_CTOR_MUTEX - Success -- Looking for __x86_64__ -- Looking for __x86_64__ - not found -- Found Git: /opt/local/bin/git (found version "2.37.1") -- Looking for logf128 -- Looking for logf128 - not found -- Targeting AArch64 -- Targeting ARM -- Targeting BPF -- Targeting Hexagon -- Targeting LoongArch -- Targeting MSP430 -- Targeting Mips -- Targeting NVPTX -- Targeting PowerPC -- Targeting RISCV -- Targeting Sparc -- Targeting SystemZ -- Targeting WebAssembly -- Targeting X86 -- Targeting AVR -- Targeting M68k -- Targeting CSKY -- Targeting Xtensa CMake Deprecation Warning at /Users/dev/software/rust-enzyme/src/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy): The OLD behavior for policy CMP0114 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): /Users/dev/software/rust-enzyme/src/llvm-project/clang/CMakeLists.txt:7 (include) CMake Deprecation Warning at /Users/dev/software/rust-enzyme/src/llvm-project/cmake/Modules/CMakePolicy.cmake:11 (cmake_policy): The OLD behavior for policy CMP0116 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): /Users/dev/software/rust-enzyme/src/llvm-project/clang/CMakeLists.txt:7 (include) -- Looking for sys/resource.h -- Looking for sys/resource.h - found -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for dladdr -- Looking for dladdr - found -- Clang version: 19.1.0-rust-1.83.0-nightly -- Host linker version: 820.1 -- Looking for include file CoreServices/CoreServices.h -- Looking for include file CoreServices/CoreServices.h - found -- Performing Test HAVE_LINKER_FLAG_LONG_PLT -- Performing Test HAVE_LINKER_FLAG_LONG_PLT - Failed -- Configuring done (9.1s) -- Generating done (0.7s) CMake Warning: Manually-specified variables were not used by the project: LLVM_ENABLE_TERMINFO -- Build files have been written to: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/build running: cd "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/build" && DESTDIR="" "cmake" "--build" "." "--target" "install" "--config" "Release" "--" "-j" "8" [4843/4844] Install the project... -- Install configuration: "Release" -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDemangle.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSupport.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTableGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTableGenBasic.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTableGenCommon.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-tblgen -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCore.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFuzzerCLI.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFuzzMutate.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFileCheck.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMInterfaceStub.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMIRPrinter.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMIRReader.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSelectionDAG.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAsmPrinter.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMIRParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMGlobalISel.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCodeGenData.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCodeGenTypes.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBinaryFormat.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBitReader.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBitWriter.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBitstreamReader.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDWARFLinker.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDWARFLinkerClassic.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDWARFLinkerParallel.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMExtensions.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFrontendDriver.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFrontendHLSL.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFrontendOpenACC.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFrontendOpenMP.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFrontendOffloading.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTransformUtils.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMInstrumentation.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAggressiveInstCombine.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMInstCombine.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMScalarOpts.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMipo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMVectorize.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMObjCARCOpts.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCoroutines.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCFGuard.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMHipStdPar.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLinker.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAnalysis.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLTO.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMC.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMCParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMCDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMCA.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMObjCopy.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMObject.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMObjectYAML.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMOption.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRemarks.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebuginfod.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebugInfoDWARF.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebugInfoGSYM.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebugInfoLogicalView.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebugInfoMSF.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebugInfoCodeView.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebugInfoPDB.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSymbolize.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebugInfoBTF.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDWP.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMExecutionEngine.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMInterpreter.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMJITLink.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMCJIT.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMOrcJIT.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMOrcDebugging.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMOrcShared.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMOrcTargetProcess.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRuntimeDyld.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTarget.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAArch64CodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAArch64AsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAArch64Disassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAArch64Desc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAArch64Info.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAArch64Utils.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMARMCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMARMAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMARMDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMARMDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMARMInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMARMUtils.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBPFCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBPFAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBPFDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBPFDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBPFInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMHexagonCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMHexagonAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMHexagonDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMHexagonDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMHexagonInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLoongArchCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLoongArchAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLoongArchDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLoongArchDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLoongArchInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMSP430CodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMSP430Desc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMSP430Info.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMSP430AsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMSP430Disassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMipsCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMipsAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMipsDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMipsDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMipsInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMNVPTXCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMNVPTXDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMNVPTXInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMPowerPCCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMPowerPCAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMPowerPCDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMPowerPCDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMPowerPCInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRISCVCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRISCVAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRISCVDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRISCVDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRISCVTargetMCA.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRISCVInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSparcCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSparcAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSparcDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSparcDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSparcInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSystemZCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSystemZAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSystemZDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSystemZDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSystemZInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWebAssemblyCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWebAssemblyAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWebAssemblyDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWebAssemblyDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWebAssemblyInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWebAssemblyUtils.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMX86CodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMX86AsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMX86Disassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMX86TargetMCA.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMX86Desc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMX86Info.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAVRCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAVRAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAVRDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAVRDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAVRInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMM68kCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMM68kInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMM68kDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMM68kAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMM68kDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCSKYCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCSKYAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCSKYDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCSKYDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCSKYInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMXtensaCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMXtensaAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMXtensaDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMXtensaDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMXtensaInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSandboxIR.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLineEditor.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMProfileData.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCoverage.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMPasses.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTargetParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTextAPI.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTextAPIBinaryReader.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDlltoolDriver.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLibDriver.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMXRay.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWindowsDriver.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWindowsManifest.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/FileCheck -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-PerfectShuffle -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/count -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/not -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/UnicodeNameMappingGenerator -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/yaml-bench -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/split-file -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLTO.dylib -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/lto.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-ar -- Creating llvm-ranlib -- Creating llvm-lib -- Creating llvm-dlltool -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-config -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-lto -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-profdata -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Interpreter -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Interpreter/Interpreter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Interpreter/PartialTranslationUnit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Interpreter/Value.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Interpreter/CodeCompletion.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ASTMatchers -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ASTMatchers/ASTMatchers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ASTMatchers/ASTMatchersMacros.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ASTMatchers/Dynamic -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ASTMatchers/Dynamic/Parser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ASTMatchers/Dynamic/Registry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ASTMatchers/Dynamic/VariantValue.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ASTMatchers/Dynamic/Diagnostics.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ASTMatchers/ASTMatchFinder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ASTMatchers/GtestMatchers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ASTMatchers/ASTMatchersInternal.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/InstallAPI -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/InstallAPI/DirectoryScanner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/InstallAPI/Library.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/InstallAPI/InstallAPIDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/InstallAPI/Context.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/InstallAPI/FileList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/InstallAPI/Visitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/InstallAPI/Frontend.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/InstallAPI/DylibVerifier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/InstallAPI/HeaderFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/InstallAPI/MachO.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/InstallAPI/FrontendRecords.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/ArgumentsAdjusters.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Tooling.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/CompilationDatabase.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/FixIt.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/RefactoringCallbacks.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/DiagnosticsYaml.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Core -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Core/Diagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Core/Replacement.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/DependencyScanning -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/DependencyScanning/ModuleDepCollector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/DependencyScanning/DependencyScanningService.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/DependencyScanning/DependencyScanningFilesystem.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/DependencyScanning/DependencyScanningWorker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/DependencyScanning/DependencyScanningTool.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Inclusions -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Inclusions/StandardLibrary.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Inclusions/HeaderIncludes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Inclusions/HeaderAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Inclusions/IncludeStyle.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Execution.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Transformer -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Transformer/MatchConsumer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Transformer/SourceCode.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Transformer/SourceCodeBuilders.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Transformer/Parsing.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Transformer/RangeSelector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Transformer/Transformer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Transformer/Stencil.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Transformer/RewriteRule.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/StandaloneExecution.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/ToolExecutorPluginRegistry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/CommonOptionsParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/AllTUsExecution.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/CompilationDatabasePluginRegistry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/RefactoringRuleContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/RefactoringActionRule.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/RecursiveSymbolVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/RefactoringOptionVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/RefactoringAction.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/ASTSelection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/RefactoringResultConsumer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/RefactoringActionRulesInternal.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/RefactoringOption.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/RefactoringOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/RefactoringDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/Lookup.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/Rename -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/Rename/USRFindingAction.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/Rename/USRLocFinder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/Rename/USRFinder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/Rename/SymbolOccurrences.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/Rename/RenamingAction.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/Rename/SymbolName.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/Extract -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/Extract/SourceExtraction.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/Extract/Extract.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/RefactoringActionRules.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/RefactoringActionRuleRequirements.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Refactoring/AtomicChange.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Syntax -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Syntax/Mutations.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Syntax/TokenBufferTokenManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Syntax/Tree.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Syntax/TokenManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Syntax/Tokens.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Syntax/Nodes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Syntax/BuildTree.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/ASTDiff -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/ASTDiff/ASTDiffInternal.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/ASTDiff/ASTDiff.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/FileMatchTrie.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/ReplacementsYaml.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/JSONCompilationDatabase.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Rewrite -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Rewrite/Core -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Rewrite/Core/RewriteRope.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Rewrite/Core/HTMLRewrite.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Rewrite/Core/Rewriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Rewrite/Core/RewriteBuffer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Rewrite/Core/TokenRewriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Rewrite/Core/DeltaTree.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Rewrite/Frontend -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Rewrite/Frontend/FrontendActions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Rewrite/Frontend/ASTConsumers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Rewrite/Frontend/Rewriters.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Rewrite/Frontend/FixItRewriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/AnyCall.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/SelectorExtras.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/IssueHash.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/CloneDetection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/BodyFarm.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/DataflowWorklist.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/RecordOps.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/DataflowLattice.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/Formula.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/AdornedCFG.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/NoopLattice.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/DataflowValues.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/Solver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/SimplifyConstraints.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/StorageLocation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/DataflowAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/Models -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/Models/UncheckedOptionalAccessModel.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/Models/ChromiumCheckModel.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/Value.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/CFGMatchSwitch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/MapLattice.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/CNFFormula.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/Transfer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/Logger.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/ASTOps.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/Arena.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/MatchSwitch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/DebugSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/FlowSensitive/NoopAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/CodeInjector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/ConstructionContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/RetainSummaryManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Support -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Support/BumpVector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/MacroExpansionContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/ProgramPoint.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/ThreadSafetyCommon.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/UninitializedValues.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/UnsafeBufferUsageGadgets.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/ReachableCode.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/ThreadSafetyUtil.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/UnsafeBufferUsage.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/Consumed.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/CFGReachabilityAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/Dominators.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/CalledOnceCheck.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/LiveVariables.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/ThreadSafetyLogical.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/ThreadSafetyOps.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/IntervalPartition.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/ThreadSafety.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/ThreadSafetyTIL.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/PostOrderCFGView.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/PathDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/CFG.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/AnalysisDeclContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/CallGraph.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/DomainSpecific -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/DomainSpecific/CocoaConventions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/DomainSpecific/ObjCNoReturn.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Analysis/CFGStmtMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/Utils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/FrontendActions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/CompilerInvocation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/LogDiagnosticPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/SerializedDiagnostics.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/SARIFDiagnosticPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/ASTUnit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/FrontendDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/FrontendAction.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/ASTConsumers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/DiagnosticRenderer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/FrontendOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/CompilerInstance.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/PrecompiledPreamble.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/TextDiagnosticBuffer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/SerializedDiagnosticReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/VerifyDiagnosticConsumer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/DependencyOutputOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/MigratorOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/ChainedDiagnosticConsumer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/TextDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/MultiplexConsumer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/SARIFDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/PreprocessorOutputOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/LayoutOverrideSource.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/SerializedDiagnosticPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/TextDiagnosticPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/FrontendPluginRegistry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/CommandLineSourceLoc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Frontend/PCHContainerOperations.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/HeaderSearch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/PPDirectiveParameter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/LiteralSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/MacroInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/PreprocessorLexer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/HeaderSearchOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/PreprocessorOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/DirectoryLookup.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/PPConditionalDirectiveRecord.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/ExternalPreprocessorSource.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/CodeCompletionHandler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/MacroArgs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/ModuleMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/MultipleIncludeOpt.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/HeaderMapTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/LexDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/TokenConcatenation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/PPEmbedParameters.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/TokenLexer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/ModuleLoader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/Pragma.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/Lexer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/VariadicMacroSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/Token.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/PPCallbacks.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/HeaderMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/ScratchBuffer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/PreprocessingRecord.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/Preprocessor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Lex/DependencyDirectivesScanner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ExtractAPI -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ExtractAPI/TypedefUnderlyingTypeResolver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ExtractAPI/FrontendActions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ExtractAPI/ExtractAPIActionBase.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ExtractAPI/APIIgnoresList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ExtractAPI/Serialization -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ExtractAPI/Serialization/SymbolGraphSerializer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ExtractAPI/Serialization/APISetVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ExtractAPI/ExtractAPIVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ExtractAPI/API.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ExtractAPI/DeclarationFragments.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Config -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/APINotes -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/APINotes/APINotesReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/APINotes/Types.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/APINotes/APINotesYAMLCompiler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/APINotes/APINotesManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/APINotes/APINotesWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/APINotes/APINotesOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/Distro.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/SanitizerArgs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/XRayArgs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/InputInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/Types.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/OptionUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/Phases.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/Job.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/Driver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/Options.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/Action.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/MultilibBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/ToolChain.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/DriverDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/OffloadBundler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/Types.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/Util.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/Tool.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/Multilib.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/Compilation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/ModuleManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/SerializationDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/TypeBitCodes.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/ASTWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/ASTRecordReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/InMemoryModuleCache.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/ModuleFileExtension.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/ASTReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/ASTRecordWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/GlobalModuleIndex.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/ContinuousRangeMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/ASTBitCodes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/ASTDeserializationListener.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/PCHContainerOperations.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/SourceLocationEncoding.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/ModuleFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/FrontendTool -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/FrontendTool/Utils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Parse -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Parse/LoopHint.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Parse/Parser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Parse/RAIIObjectsForParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Parse/ParseAST.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Parse/ParseDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsXCore.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/CodeGenOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/SanitizerSpecialCaseList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticDriver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/AllDiagnostics.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/FileManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/TokenKinds.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/SyncScope.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/AttrSubjectMatchRules.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/PlistSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/AArch64SVEACLETypes.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsLoongArchLASX.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsARM.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/SourceMgrAdapter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/LangStandards.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/AddressSpaces.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticSerialization.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsSME.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/OpenCLExtensions.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Version.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/XRayLists.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/MakeSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticInstallAPI.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticIDs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsLoongArch.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsNEON.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/FileSystemOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsAArch64NeonSVEBridge.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/TypeTraits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsX86_64.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinHeaders.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsAArch64.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/ASTSourceDescriptor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/PartialDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Target -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Target/MSP430 -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/AttributeCommonInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/TargetID.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/LangOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/OpenCLOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Features.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/TransformTypeTraits.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/PragmaKinds.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Linkage.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/FileEntry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BitmaskEnum.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/ObjCRuntime.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsAMDGPU.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/OperatorPrecedence.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Sanitizers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsAArch64NeonSVEBridge_cg.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Attributes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/IdentifierTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/FPOptions.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/AMDGPUTypes.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/AlignedAllocation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/TemplateKinds.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsVEVL.gen.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/ExpressionTraits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/SourceManagerInternals.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsLoongArchLSX.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Sanitizers.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/LLVM.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsHexagonDep.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsNVPTX.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsX86.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticComment.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsRISCVVector.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/CommentOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticFrontend.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticSema.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/OpenCLExtensionTypes.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/SourceManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/NoSanitizeList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/OpenMPKinds.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Specifiers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/ProfileList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Sarif.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Builtins.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/ParsedAttrInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/OpenACCClauses.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Diagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/LangOptions.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DebugOptions.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Lambda.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/ExceptionSpecificationType.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/LangStandard.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/OperatorKinds.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticError.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/CharInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Cuda.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsVE.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsSystemZ.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Builtins.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Stack.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/CustomizableOptional.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/PointerAuthOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticRefactoring.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/OperatorKinds.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/TargetCXXABI.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/FileSystemStatCache.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticOptions.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsHexagonMapCustomDep.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticAST.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/RISCVVTypes.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/PPCTypes.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/SourceLocation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/HeaderInclude.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/TokenKinds.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Thunk.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/PrettyStackTrace.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/TargetOSMacros.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/HLSLRuntime.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/ABI.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsSVE.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DirectoryEntry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/CapturedStmt.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/TargetOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/JsonSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Module.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/OpenACCKinds.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Visibility.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticCategories.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsHexagon.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/XRayInstr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/CodeGenOptions.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/TargetCXXABI.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/MSP430Target.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/AttrKinds.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsWebAssembly.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/OpenMPKinds.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/MacroBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DarwinSDKInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsLoongArchBase.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/CLWarnings.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticParse.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticLex.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/WebAssemblyReferenceTypes.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/OpenCLImageTypes.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsPPC.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/TargetInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticCrossTU.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/TargetBuiltins.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsMips.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaConsumer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaConcept.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaLambda.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaHexagon.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/CleanupInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/Attr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaSystemZ.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/TemplateInstCallback.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaX86.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/ParsedAttr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/DeclSpec.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaBPF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaARM.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/EnterExpressionEvaluationContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/CodeCompleteOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaOpenACC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/CodeCompleteConsumer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaCUDA.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/HLSLExternalSemaSource.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/DelayedDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaAVR.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/ObjCMethodList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/Overload.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaCodeCompletion.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaBase.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaFixItUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaInternal.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/Designator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaMSP430.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaM68k.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/RISCVIntrinsicManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/Sema.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaPseudoObject.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/ExternalSemaSource.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaHLSL.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaMIPS.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/Initialization.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/Weak.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/TemplateDeduction.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/ScopeInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/IdentifierResolver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaOpenCL.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaLoongArch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/Lookup.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/Ownership.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaRISCV.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaPPC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaSYCL.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaOpenMP.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaSwift.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/AnalysisBasedWarnings.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/Redeclaration.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaAMDGPU.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/Scope.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaNVPTX.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaWasm.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/CXXFieldCollector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/ParsedTemplate.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/SemaObjC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/TypoCorrection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/Template.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/MultiplexExternalSemaSource.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Checkers -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Checkers/MPIFunctionClassifier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Checkers/BuiltinCheckerRegistration.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Checkers/SValExplainer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Checkers/Taint.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/CheckerManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/Analyses.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/Checker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/BugReporter -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/BugReporter/BugSuppression.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/BugReporter/CommonBugCategories.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/BugReporter/Z3CrosscheckVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/BugReporter/BugType.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/APSIntType.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConv.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/LoopWidening.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/Symbols.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/StoreRef.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicType.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/MemRegion.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState_Fwd.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SValVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/ExplodedGraph.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicExtent.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/Environment.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SValBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/ConstraintManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SymExpr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/WorkList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/Regions.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicCastInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/CallDescription.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SummaryManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/RangedConstraintManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SymbolManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/LoopUnrolling.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/Store.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstraintManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/CheckerHelpers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/PathSensitive/CoreEngine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Core/CheckerRegistryData.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Frontend -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Frontend/FrontendActions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Frontend/AnalysisConsumer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Frontend/AnalyzerHelpFlags.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Frontend/CheckerRegistry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Frontend/ModelConsumer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CodeGen -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CodeGen/ConstantInitFuture.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CodeGen/CodeGenABITypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CodeGen/ConstantInitBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CodeGen/SwiftCallingConv.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CodeGen/BackendUtil.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CodeGen/ObjectFilePCHContainerOperations.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CodeGen/CGFunctionInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CodeGen/CodeGenAction.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CodeGen/ModuleBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/DirectoryWatcher -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/DirectoryWatcher/DirectoryWatcher.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Testing -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Testing/TestAST.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Testing/TestClangConfig.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Testing/CommandLineArgs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Edit -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Edit/EditsReceiver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Edit/Rewriters.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Edit/FileOffset.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Edit/EditedSource.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Edit/Commit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/IndexSerialization -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/IndexSerialization/SerializablePathCollection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Support -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Support/RISCVVIntrinsicUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ARCMigrate -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ARCMigrate/ARCMT.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ARCMigrate/ARCMTActions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/ARCMigrate/FileRemapper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Format -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Format/Format.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/Type.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTVector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/OpenACCClause.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTStructuralEquivalence.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/VTTBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ComparisonCategories.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/LexicallyOrderedRecursiveASTVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/StmtVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CXXInheritance.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclGroup.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/NSAPI.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/FormatString.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/Attr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclLookups.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTFwd.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/LocInfoType.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTConsumer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/TypeLocVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclFriend.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AbstractBasicReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/Redeclarable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/RecordLayout.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/QualTypeNames.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ExprConcepts.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/TemplateName.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTDumperUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AbstractTypeReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ExprOpenMP.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/GlobalDecl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ExternalASTMerger.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/Mangle.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DependentDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AttrIterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/Decl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTLambda.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/StmtOpenACC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/Comment.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CommentLexer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CharUnits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/APNumericStorage.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CommentDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/Availability.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/IgnoreExpr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/MangleNumberingContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclOpenMP.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/OpenMPClause.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTConcept.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/OSLog.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/RawCommentList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/StmtOpenMP.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclBase.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DataCollection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CommentBriefParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/Expr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CommentCommandTraits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ParentMapContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/StmtIterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ExprObjC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ODRDiagsEmitter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTDumper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/BuiltinTypes.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/PrettyPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclObjCCommon.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AbstractBasicWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/NonTrivialTypeVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclarationName.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTImportError.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/OperationKinds.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CommentVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ExternalASTSource.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/TemplateArgumentVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AST.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/RecursiveASTVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclID.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AbstractTypeWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/LambdaCapture.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclCXX.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclAccessPair.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/Randstruct.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AttrVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/TypeLoc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/APValue.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/EvaluatedExprVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DependenceFlags.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/BaseSubobject.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTImporterSharedState.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/TypeLocNodes.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/UnresolvedSet.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ODRHash.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTContextAllocate.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/TypeOrdering.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTImporter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTMutationListener.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/PrettyDeclStackTrace.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CommentSema.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/OperationKinds.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CXXRecordDeclDefinitionBits.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ExprCXX.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/StmtObjC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/Stmt.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTImporterLookupTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CanonicalType.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/StmtGraphTraits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ComputeDependence.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/TextNodeDumper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTTypeTraits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/TypeVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/TemplateBase.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclTemplate.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/OptionalDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/JSONNodeDumper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTNodeTraverser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CurrentSourceLocExprScope.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/VTableBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclContextInternals.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/NestedNameSpecifier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclObjC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ParentMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CommentParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/SelectorLocationsKind.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/ASTUnresolvedSet.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/StmtCXX.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Index -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Index/IndexingAction.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Index/DeclOccurrence.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Index/USRGeneration.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Index/IndexingOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Index/CommentToXML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Index/IndexSymbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Index/IndexDataConsumer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CrossTU -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CrossTU/CrossTranslationUnit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CrossTU/CrossTUDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CIR -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CIR/Dialect -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CIR/Dialect/IR -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/CIR/Dialect/IR/CIRDialect.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang-c -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang-c/Index.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang-c/CXFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang-c/BuildSystem.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang-c/Documentation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang-c/ExternC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang-c/CXCompilationDatabase.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang-c/CXSourceLocation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang-c/FatalErrorHandler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang-c/CXDiagnostic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang-c/CXErrorCode.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang-c/Rewrite.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang-c/CXString.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang-c/Platform.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Syntax/NodeClasses.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Tooling/Syntax/Nodes.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Config/config.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Driver/Options.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/AttrPCHWrite.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Serialization/AttrPCHRead.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Parse/AttrParserStringSwitches.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Parse/AttrSubMatchRulesParserStringSwitches.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_sme_streaming_attrs.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/AttrHasAttributeImpl.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_sme_sema_rangechecks.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_sve_sema_rangechecks.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_cde_builtin_sema.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_sve_builtins.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticDriverKinds.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticASTKinds.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_sve_streaming_attrs.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticRefactoringKinds.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/riscv_vector_builtin_sema.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/riscv_sifive_vector_builtin_cg.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/riscv_sifive_vector_builtin_sema.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_mve_builtin_aliases.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_sme_builtins.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticSemaKinds.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/RegularKeywordAttrInfo.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsBPF.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/AttrList.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_fp16.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticSerializationKinds.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticCrossTUKinds.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/riscv_sifive_vector_builtins.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_mve_builtin_cg.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticLexKinds.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/riscv_vector_builtin_cg.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Builtins.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_sme_builtin_cg.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticIndexName.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_neon.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticCommonKinds.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_mve_builtins.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticGroups.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_cde_builtins.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticFrontendKinds.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_sve_typeflags.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticParseKinds.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticInstallAPIKinds.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_sve_builtin_cg.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticAnalysisKinds.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/DiagnosticCommentKinds.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_cde_builtin_cg.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_sme_builtins_za_state.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/AttrSubMatchRulesList.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/BuiltinsRISCV.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_cde_builtin_aliases.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/Version.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/riscv_vector_builtins.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Basic/arm_mve_builtin_sema.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/AttrSpellingListIndex.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/AttrParsedAttrList.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/AttrParsedAttrImpl.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/AttrTemplateInstantiate.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/Sema/AttrParsedAttrKinds.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/StaticAnalyzer/Checkers/Checkers.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/TypeNodes.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/StmtDataCollectors.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CommentCommandInfo.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CommentHTMLNamedCharacterReferences.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CommentHTMLTagsProperties.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CommentCommandList.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CommentNodes.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AttrNodeTraverse.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AttrTextNodeDump.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AbstractTypeWriter.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/DeclNodes.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AbstractBasicWriter.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AttrImpl.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/Attrs.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/CommentHTMLTags.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AttrVisitor.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AbstractTypeReader.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/StmtNodes.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/clang/AST/AbstractBasicReader.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/clang/bash-autocomplete.sh -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang-tblgen -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/builtins.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/float.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/inttypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/iso646.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/limits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/module.modulemap -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/stdalign.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/stdarg.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stdarg___gnuc_va_list.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stdarg___va_copy.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stdarg_header_macro.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stdarg_va_arg.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stdarg_va_copy.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stdarg_va_list.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/stdatomic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/stdbool.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/stdckdint.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/stddef.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stddef_header_macro.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stddef_max_align_t.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stddef_null.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stddef_nullptr_t.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stddef_offsetof.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stddef_ptrdiff_t.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stddef_rsize_t.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stddef_size_t.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stddef_unreachable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stddef_wchar_t.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__stddef_wint_t.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/stdint.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/stdnoreturn.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/tgmath.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/unwind.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/varargs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/arm_acle.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/arm_cmse.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/armintr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/arm64intr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/arm_neon_sve_bridge.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_cuda_builtin_vars.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_cuda_math.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_cuda_cmath.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_cuda_complex_builtins.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_cuda_device_functions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_cuda_intrinsics.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_cuda_texture_intrinsics.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_cuda_libdevice_declares.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_cuda_math_forward_declares.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_cuda_runtime_wrapper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/hexagon_circ_brev_intrinsics.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/hexagon_protos.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/hexagon_types.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/hvx_hexagon_protos.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_hip_libdevice_declares.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_hip_cmath.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_hip_math.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_hip_stdlib.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__clang_hip_runtime_wrapper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/larchintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/lasxintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/lsxintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/msa.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/opencl-c.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/opencl-c-base.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/altivec.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/htmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/htmxlintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/riscv_bitmanip.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/riscv_crypto.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/riscv_ntlh.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/sifive_vector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/s390intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/vecintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/velintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/velintrin_gen.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/velintrin_approx.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/adcintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/adxintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ammintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/amxcomplexintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/amxfp16intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/amxintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx2intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512bf16intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512bitalgintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512bwintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512cdintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512dqintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512fintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512fp16intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512ifmaintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512ifmavlintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vbmi2intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vbmiintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vbmivlintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vlbf16intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vlbitalgintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vlbwintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vlcdintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vldqintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vlfp16intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vlintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vlvbmi2intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vlvnniintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vlvp2intersectintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vnniintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vp2intersectintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vpopcntdqintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avx512vpopcntdqvlintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avxifmaintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avxintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avxneconvertintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avxvnniint16intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avxvnniint8intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/avxvnniintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/bmi2intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/bmiintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/cetintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/cldemoteintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/clflushoptintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/clwbintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/clzerointrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/cmpccxaddintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/crc32intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/emmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/enqcmdintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/f16cintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/fma4intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/fmaintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/fxsrintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/gfniintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/hresetintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ia32intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/immintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/invpcidintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/keylockerintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/lwpintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/lzcntintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/mm3dnow.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/mmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/movdirintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/mwaitxintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/nmmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/pconfigintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/pkuintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/pmmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/popcntintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/prfchiintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/prfchwintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ptrauth.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ptwriteintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/raointintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/rdpruintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/rdseedintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/rtmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/serializeintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/sgxintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/sha512intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/shaintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/sm3intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/sm4intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/smmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/tbmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/tmmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/tsxldtrkintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/uintrintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/usermsrintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/vaesintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/vpclmulqdqintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/waitpkgintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/wbnoinvdintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__wmmintrin_aes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/wmmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/__wmmintrin_pclmul.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/x86gprintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/x86intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/xmmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/xopintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/xsavecintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/xsaveintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/xsaveoptintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/xsavesintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/xtestintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/cet.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/cpuid.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/wasm_simd128.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/intrin0.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/vadefs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/yvals_core.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/mm_malloc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/arm_neon.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/arm_fp16.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/arm_sve.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/arm_sme.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/arm_bf16.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/arm_mve.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/arm_cde.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/arm_vector_types.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/riscv_vector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/cuda_wrappers/algorithm -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/cuda_wrappers/cmath -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/cuda_wrappers/complex -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/cuda_wrappers/new -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/cuda_wrappers/bits/shared_ptr_base.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/cuda_wrappers/bits/basic_string.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/cuda_wrappers/bits/basic_string.tcc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ppc_wrappers/mmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ppc_wrappers/xmmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ppc_wrappers/mm_malloc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ppc_wrappers/emmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ppc_wrappers/pmmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ppc_wrappers/tmmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ppc_wrappers/smmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ppc_wrappers/nmmintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ppc_wrappers/bmiintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ppc_wrappers/bmi2intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ppc_wrappers/immintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ppc_wrappers/x86intrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/ppc_wrappers/x86gprintrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/llvm_libc_wrappers/assert.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/llvm_libc_wrappers/stdio.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/llvm_libc_wrappers/stdlib.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/llvm_libc_wrappers/string.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/llvm_libc_wrappers/ctype.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/llvm_libc_wrappers/inttypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/llvm_libc_wrappers/time.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/openmp_wrappers/math.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/openmp_wrappers/cmath -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/openmp_wrappers/complex -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/openmp_wrappers/complex.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/openmp_wrappers/__clang_openmp_device_functions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/openmp_wrappers/complex_cmath.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/openmp_wrappers/new -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/clang/19/include/zos_wrappers/builtins.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangBasic.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangAPINotes.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangLex.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangParse.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangAST.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangDynamicASTMatchers.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangASTMatchers.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangCrossTU.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangSema.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangAnalysis.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangAnalysisFlowSensitive.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangAnalysisFlowSensitiveModels.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangEdit.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangExtractAPI.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangRewrite.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangARCMigrate.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangDriver.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangSerialization.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangRewriteFrontend.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangFrontend.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangFrontendTool.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangToolingCore.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangToolingInclusions.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangToolingInclusionsStdlib.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangToolingRefactoring.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangToolingASTDiff.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangToolingSyntax.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangDependencyScanning.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangTransformer.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangTooling.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangDirectoryWatcher.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangIndex.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangIndexSerialization.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangInstallAPI.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangStaticAnalyzerCore.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangStaticAnalyzerCheckers.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangStaticAnalyzerFrontend.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangFormat.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangInterpreter.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangSupport.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/diagtool -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang-19 -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang -- Creating clang++ -- Creating clang-cl -- Creating clang-cpp -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang-format -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/clang/clang-format-bbedit.applescript -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/clang/clang-format-diff.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/clang/clang-format-sublime.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/clang/clang-format.el -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/clang/clang-format.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/git-clang-format -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangHandleCXX.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangHandleLLVM.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang-linker-wrapper -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang-nvlink-wrapper -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang-offload-packager -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang-offload-bundler -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang-scan-deps -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang-installapi -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang-repl -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/c-index-test -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang-rename -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/clang/clang-rename.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/clang/clang-rename.el -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang-refactor -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclang-cpp.dylib -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang-check -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/clang-extdef-mapping -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/scan-build -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/set-xcode-analyzer -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/libexec/ccc-analyzer -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/libexec/c++-analyzer -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/man/man1/scan-build.1 -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/scan-build/scanview.css -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/scan-build/sorttable.js -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/analyze-build -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/intercept-build -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/scan-build-py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/libexec/analyze-c++ -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/libexec/analyze-cc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/libexec/intercept-c++ -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/libexec/intercept-cc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libscanbuild/__init__.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libscanbuild/analyze.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libscanbuild/arguments.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libscanbuild/clang.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libscanbuild/compilation.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libscanbuild/intercept.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libscanbuild/report.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libscanbuild/shell.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libscanbuild/resources/scanview.css -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libscanbuild/resources/selectable.js -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libscanbuild/resources/sorttable.js -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libear/__init__.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libear/config.h.in -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libear/ear.c -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/scan-view -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/scan-view/ScanView.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/scan-view/Reporter.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/scan-view/startfile.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/scan-view/bugcatcher.ico -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclang.dylib -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/amdgpu-arch -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/nvptx-arch -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/clang/ClangTargets.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/clang/ClangTargets-release.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/clang/ClangConfig.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/clang/ClangConfigVersion.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/clang/AddClang.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/hmaptool -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/bugpoint -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/dsymutil -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/lli-child-target -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/lli -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-as -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-bcanalyzer -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-c-test -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-cat -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-cfi-verify -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCFIVerify.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-cov -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-cvtres -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-cxxdump -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-cxxfilt -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-cxxmap -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-debuginfo-analyzer -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-debuginfod -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-debuginfod-find -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-diff -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDiff.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-dis -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-dwarfdump -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-dwarfutil -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-dwp -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMExegesisX86.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMExegesisAArch64.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMExegesisPowerPC.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMExegesisMips.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMExegesis.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-exegesis -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-extract -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-gsymutil -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-ifs -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-jitlink-executor -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-jitlink -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-libtool-darwin -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-link -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-lipo -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-lto2 -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-mc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-mca -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-ml -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-modextract -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-mt -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-nm -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-objcopy -- Creating llvm-install-name-tool -- Creating llvm-bitcode-strip -- Creating llvm-strip -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-objdump -- Creating llvm-otool -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-opt-report -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-pdbutil -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-profgen -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-rc -- Creating llvm-windres -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-readobj -- Creating llvm-readelf -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-readtapi -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-reduce -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-remarkutil -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-rtdyld -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVM.dylib -- Creating libLLVM-19-rust-1.83.0-nightly.dylib -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-sim -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-size -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-split -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-stress -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-strings -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-symbolizer -- Creating llvm-addr2line -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-tli-checker -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-undname -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-xray -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/obj2yaml -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMOptDriver.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/opt -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/opt-viewer/opt-diff.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/opt-viewer/opt-stats.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/opt-viewer/opt-viewer.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/opt-viewer/optpmap.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/opt-viewer/optrecord.py -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/share/opt-viewer/style.css -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/reduce-chunk-list -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libRemarks.dylib -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Remarks.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/sancov -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/sanstats -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/verify-uselistorder -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/yaml2obj -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/LLVMExports.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/LLVMExports-release.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/LLVMConfig.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/LLVMConfigVersion.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/LLVM-Config.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./LLVMInstallSymlink.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./AddOCaml.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./AddLLVM.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./LLVMDistributionSupport.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./TensorFlowCompile.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./DetermineGCCCompatible.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./FindFFI.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./HandleLLVMOptions.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./GetErrcMessages.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./HandleLLVMStdlib.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./FindLibEdit.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./Findzstd.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./LLVMExternalProjectUtils.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./VersionFromVCS.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./FindLibpfm.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./GenerateVersionFromVCS.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./CoverageReport.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./llvm-driver-template.cpp.in -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./LLVMProcessSources.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./CheckCompilerVersion.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./UseLibtool.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./AddSphinxTarget.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./FindOCaml.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./GetLibraryName.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./LLVM-Build.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./FindZ3.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./CheckProblematicConfigurations.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./LLVMCheckLinkerFlag.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./CrossCompile.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./CheckAtomic.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./FindSphinx.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/./TableGen.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/SmallPtrSet.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/DynamicAPInt.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/SmallBitVector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/ilist_node.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/IntervalMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/edit_distance.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/ImmutableMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/DenseMapInfoVariant.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/Bitset.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/GenericConvergenceVerifier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/SparseBitVector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/StringSwitch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/BreadthFirstIterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/ConcurrentHashtable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/GraphTraits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/BitVector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/PackedVector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/StringMapEntry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/iterator_range.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/PostOrderIterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/FoldingSet.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/CoalescingBitVector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/simple_ilist.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/SmallSet.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/STLExtras.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/StringMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/APSInt.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/Twine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/PointerSumType.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/SmallVectorExtras.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/BitmaskEnum.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/DenseMapInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/bit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/CombinationGenerator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/StableHashing.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/SetOperations.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/DenseMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/SCCIterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/IntervalTree.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/LazyAtomicPointer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/PriorityWorklist.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/IntrusiveRefCntPtr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/FloatingPointMode.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/ArrayRef.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/SparseMultiSet.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/AddressRanges.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/EnumeratedArray.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/StringExtras.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/StringSet.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/PagedVector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/DAGDeltaAlgorithm.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/ImmutableList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/identity.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/PriorityQueue.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/DeltaAlgorithm.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/ilist_base.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/CachedHashString.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/Sequence.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/APInt.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/IntEqClasses.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/PointerEmbeddedInt.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/DenseSet.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/StringRef.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/STLForwardCompat.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/ilist_node_options.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/ilist_iterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/Uniformity.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/PointerUnion.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/UniqueVector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/EpochTracker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/AllocatorList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/GenericUniformityInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/APFixedPoint.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/GenericUniformityImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/EquivalenceClasses.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/SparseSet.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/Bitfields.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/ScopeExit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/ImmutableSet.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/Hashing.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/ilist_node_base.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/ScopedHashTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/Statistic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/DirectedGraph.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/SmallString.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/TypeSwitch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/MapVector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/SlowDynamicAPInt.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/ADL.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/TinyPtrVector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/GenericCycleInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/GenericCycleImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/PointerIntPair.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/STLFunctionalExtras.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/iterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/SmallVector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/fallible_iterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/Any.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/DepthFirstIterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/IndexedMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/ilist.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/FunctionExtras.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/GenericSSAContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/SetVector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ADT/APFloat.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Bitstream -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Bitstream/BitstreamWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Bitstream/BitCodeEnums.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Bitstream/BitCodes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Bitstream/BitstreamReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWARFLinker -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWARFLinker/Utils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWARFLinker/Parallel -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWARFLinker/Parallel/DWARFLinker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWARFLinker/Classic -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWARFLinker/Classic/DWARFLinkerDeclContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWARFLinker/Classic/DWARFStreamer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWARFLinker/Classic/DWARFLinkerCompileUnit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWARFLinker/Classic/DWARFLinker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWARFLinker/IndexedValuesMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWARFLinker/DWARFFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWARFLinker/AddressesMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWARFLinker/DWARFLinkerBase.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWARFLinker/StringPool.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/PassRegistry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/MemoryLocation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ValueLatticeUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/AliasAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/LoopIterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/CycleAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ReleaseModeModelRunner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/IndirectCallPromotionAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/EHUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/TargetFolder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/PostDominators.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ObjCARCInstKind.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/DDG.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/DemandedBits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ModelUnderTrainingRunner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ModuleSummaryAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/LazyBlockFrequencyInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/FunctionPropertiesAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ObjCARCUtil.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/IteratedDominanceFrontier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/CmpInstAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/AliasSetTracker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/NoInferenceModelRunner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/LoopNestAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/RegionInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/CallGraphSCCPass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/SimplifyQuery.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/LoopAnalysisManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/PhiValues.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ConstantFolding.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/PtrUseVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/StackSafetyAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/AssumeBundleQueries.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/MemoryBuiltins.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/DependenceGraphBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/InstructionPrecedenceTracking.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/InstCount.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/IndirectCallVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/LazyCallGraph.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/AliasAnalysisEvaluator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/CFGPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/Delinearization.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/DomConditionCache.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ModuleDebugInfoPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/CaptureTracking.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/RegionPass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ReplayInlineAdvisor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ValueLattice.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/MemDerefPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/GenericDomTreeUpdater.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/OverflowInstAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/DomTreeUpdater.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ScalarEvolutionNormalization.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/MLModelRunner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ScalarFuncs.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/Utils -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/Utils/Local.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/Utils/TFUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/Utils/TrainingLogger.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/InstSimplifyFolder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ScopedNoAliasAA.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/SparsePropagation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ValueTracking.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/MLInlineAdvisor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/InlineOrder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/MemorySSA.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/GlobalsModRef.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/DominanceFrontierImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/UniformityAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/PHITransAddr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/GenericDomTreeUpdaterImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/StackLifetime.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/TypeBasedAliasAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/MustExecute.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ConstraintSystem.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/BlockFrequencyInfoImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/BasicAliasAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/DomPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ObjCARCAnalysisUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/CodeMetrics.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/TargetTransformInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/WithCache.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/InlineModelFeatureMaps.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/Trace.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/AssumptionCache.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/Loads.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ScalarEvolution.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/DDGPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/LoopPass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/Lint.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/TargetTransformInfoImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/MemorySSAUpdater.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/HeatUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/TypeMetadataUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/CostModel.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/VectorUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/CGSCCPassManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/VecFuncs.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/DominanceFrontier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/IRSimilarityIdentifier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/RegionPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/LazyBranchProbabilityInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/BranchProbabilityInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/InlineCost.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/BlockFrequencyInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/TargetLibraryInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/Passes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/LoopAccessAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ObjCARCAliasAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/TensorSpec.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/InteractiveModelRunner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/InstructionSimplify.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/InlineAdvisor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/RegionIterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/OptimizationRemarkEmitter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/DOTGraphTraitsPass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/LoopInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/CFG.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/RegionInfoImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/CFGSCCPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/LoopUnrollAnalyzer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ScalarEvolutionDivision.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/LoopCacheAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/CallGraph.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/StructuralHash.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/DependenceAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ScalarEvolutionExpressions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/GuardUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/LazyValueInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/CallPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/IVUsers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/ProfileSummaryInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/MemoryProfileInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/TargetLibraryInfo.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/IVDescriptors.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Analysis/SyntheticCountsUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/LineEditor -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/LineEditor/LineEditor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Remarks -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Remarks/RemarkStreamer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Remarks/HotnessThresholdParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Remarks/YAMLRemarkSerializer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Remarks/BitstreamRemarkParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Remarks/BitstreamRemarkSerializer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Remarks/RemarkParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Remarks/RemarkLinker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Remarks/RemarkSerializer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Remarks/Remark.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Remarks/RemarkStringTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Remarks/BitstreamRemarkContainer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Remarks/RemarkFormat.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/Offloading -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/Offloading/OffloadWrapper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/Offloading/Utility.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenACC -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenACC/ACC.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/Driver -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/Driver/CodeGenOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/Directive -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/Directive/DirectiveBase.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/HLSL -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/HLSL/HLSLResource.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP/OMPContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP/ClauseT.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP/OMPDeviceConstants.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP/OMPConstants.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP/OMPAssume.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP/OMPKinds.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP/OMP.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP/OMPGridValues.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP/OMP.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP/ConstructCompositionT.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/Debug -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/Debug/Options.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/MIBEntryDef.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/MemProf.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/InstrProfReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/PGOCtxProfReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/ProfileCommon.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/MemProfReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/ItaniumManglingCanonicalizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/SampleProfWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/FunctionId.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/CtxInstrContextNode.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/MemProfData.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/InstrProfWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/PGOCtxProfWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/GCOV.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/InstrProfCorrelator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/SampleProfReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/SymbolRemappingReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/HashKeyMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/SampleProf.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/Coverage -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/Coverage/MCDCTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/Coverage/CoverageMappingReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/InstrProf.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/RawMemProfReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ProfileData/InstrProfData.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Linker -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Linker/Linker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Linker/IRMover.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Config -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/AsmParser -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/AsmParser/Parser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/AsmParser/SlotMapping.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/AsmParser/LLParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/AsmParser/NumberedValues.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/AsmParser/LLLexer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/AsmParser/LLToken.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Type.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/TrackingMDRef.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsDirectX.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/OptBisect.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/RuntimeLibcalls.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IRPrintingPasses.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/SymbolTableListTraits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/MatrixBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/DbgVariableFragmentInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/LegacyPassManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/TypeFinder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/PseudoProbe.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ConvergenceVerifier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsMips.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/FixedPointBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/DiagnosticPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/SafepointIRVerifier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/PassInstrumentation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/CycleInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/AbstractCallSite.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsRISCVXCV.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/CallingConv.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Value.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/DerivedUser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ModuleSummaryIndexYAML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/DebugLoc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Metadata.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/InstrTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsX86.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsPowerPC.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Argument.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IRBuilderFolder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ConstrainedOps.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/EHPersonalities.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/BasicBlock.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/PredIteratorCache.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Instruction.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Verifier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/MDBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Operator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsSystemZ.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ValueHandle.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Constant.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/FMF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsAArch64.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ConstantRange.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Attributes.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ModuleSummaryIndex.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/BuiltinGCs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Intrinsics.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Attributes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/LegacyPassManagers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/PassTimingInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ConstantRangeList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/GlobalIFunc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/DataLayout.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/MemoryModelRelaxationAnnotations.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsHexagonDep.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Value.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Dominators.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Metadata.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsRISCVXTHead.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/PassManagerInternal.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/DebugInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ModuleSlotTracker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/GetElementPtrTypeIterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsARM.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/OperandTraits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/LLVMContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IRBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/DIBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/LLVMRemarkStreamer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/PassManagerImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Constants.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/GEPNoWrapFlags.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/VFABIDemangler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/DerivedTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsLoongArch.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/SSAContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Instructions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/InstVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsRISCVXsf.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/AttributeMask.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ValueSymbolTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/DebugInfoFlags.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Comdat.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ConstantFolder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/GlobalObject.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/User.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsRISCV.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/GlobalValue.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/PatternMatch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/FPEnv.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/DebugProgramInstruction.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/VPIntrinsics.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/InstIterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/AutoUpgrade.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Assumptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsVEVL.gen.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ProfileSummary.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/PrintPasses.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsXCore.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Mangler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/LegacyPassNameParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsHexagon.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/NoFolder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ProfDataUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicInst.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/InlineAsm.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/PassManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Module.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/DebugInfoMetadata.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ConstantFold.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/CFG.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/DiagnosticInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Instruction.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/GCStrategy.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Statepoint.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/DiagnosticHandler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Use.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsBPF.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsWebAssembly.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/UseListOrder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsAMDGPU.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/RuntimeLibcalls.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Intrinsics.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/StructuralHash.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Function.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/GenericConvergenceVerifierImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsSPIRV.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/VectorBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/FixedMetadataKinds.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsVE.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/GlobalVariable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsNVVM.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/TypedPointerType.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/GlobalAlias.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ReplaceConstant.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/GVMaterializer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Analysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/AssemblyAnnotationWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/ValueMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/LinkAllIR.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/CodeGenCWrappers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/TargetSelectionDAG.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/CGPassBuilderOption.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/TargetPfmCounters.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/TargetInstrPredicate.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/TargetCallingConv.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/TargetMacroFusion.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/TargetMachine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/TargetIntrinsicInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/GlobalISel -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/GlobalISel/Combine.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/GlobalISel/SelectionDAGCompat.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/GlobalISel/RegisterBank.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/GlobalISel/Target.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/TargetItinerary.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/TargetLoweringObjectFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/GenericOpcodes.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/TargetOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/Target.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Target/TargetSchedule.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/FileCheck -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/FileCheck/FileCheck.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/FuzzMutate -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/FuzzMutate/Operations.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/FuzzMutate/FuzzerCLI.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/FuzzMutate/IRMutator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/FuzzMutate/OpDescriptor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/FuzzMutate/RandomIRBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/FuzzMutate/Random.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/PassAnalysisSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGenTypes -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGenTypes/MachineValueType.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGenTypes/LowLevelType.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Passes -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Passes/PassBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Passes/StandardInstrumentations.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Passes/PassPlugin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Passes/MachinePassRegistry.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Passes/TargetPassRegistry.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Passes/OptimizationLevel.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Passes/CodeGenPassBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/ARMTargetParser.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/LoongArchTargetParser.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/X86TargetParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/Host.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/RISCVTargetParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/PPCTargetParser.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/Triple.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/ARMTargetParserCommon.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/CSKYTargetParser.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/TargetParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/LoongArchTargetParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/SubtargetFeature.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/CSKYTargetParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/AArch64TargetParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/ARMTargetParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/RISCVISAInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/AArch64CPUFeatures.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/X86TargetParser.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/PassSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/WasmRelocs.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/MsgPack.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/MsgPackReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/Magic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/DXContainer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/Minidump.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/GOFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/MachO.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/i386.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/CSKY.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/MSP430.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/BPF.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/AVR.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/Lanai.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/Mips.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/ARM.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/RISCV.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/VE.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/ARC.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/Xtensa.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/AArch64.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/x86_64.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/Sparc.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/M68k.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/WasmTraits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/Dwarf.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/Dwarf.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/DXContainerConstants.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/Wasm.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/ELF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/XCOFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/MinidumpConstants.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/MsgPackDocument.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/MsgPackWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/MachO.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/Swift.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/MsgPack.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/COFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/DynamicTags.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/BinaryFormat/Swift.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/OffloadYAML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/ObjectYAML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/ELFYAML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/DWARFEmitter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/COFFYAML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/MachOYAML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/WasmYAML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/DWARFYAML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/XCOFFYAML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/YAML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/DXContainerYAML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/CodeViewYAMLTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/GOFFYAML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/ArchiveYAML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/MinidumpYAML.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjectYAML/yaml2obj.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Demangle -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Demangle/MicrosoftDemangleNodes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Demangle/Demangle.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Demangle/ItaniumNodes.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Demangle/StringViewExtras.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Demangle/DemangleConfig.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Demangle/MicrosoftDemangle.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Demangle/Utility.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Demangle/ItaniumDemangle.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Option -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Option/OptSpecifier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Option/Arg.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Option/OptTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Option/Option.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Option/OptParser.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Option/ArgList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/WindowsManifest -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/WindowsManifest/WindowsManifestMerger.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Bitcode -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Bitcode/BitcodeConvenience.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Bitcode/BitcodeWriterPass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Bitcode/BitcodeReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Bitcode/BitcodeAnalyzer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Bitcode/LLVMBitCodes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Bitcode/BitcodeWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Bitcode/BitcodeCommon.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/Utils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/Architecture.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/TextAPIWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/FileTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/PackedVersion.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/Symbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/SymbolSet.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/Record.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/RecordsSlice.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/RecordVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/InterfaceFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/ArchitectureSet.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/Target.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/Architecture.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/DylibReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/TextAPIError.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/TextAPIReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TextAPI/Platform.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/TwoAddressInstructionPass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LatencyPriorityQueue.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/AsmPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineBranchProbabilityInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ScheduleDFS.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/TileShapeInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/IndirectThunks.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/SelectionDAGISel.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineModuleInfoImpls.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineUniformityAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineOperand.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LiveDebugVariables.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/FaultMaps.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LocalStackSlotAllocation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineCFGPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineLoopUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LinkAllAsmWriterComponents.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/CSEConfigBase.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/InterleavedLoadCombine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineSSAUpdater.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/CallBrPrepare.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineConstantPool.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineJumpTableInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ReachingDefAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MIRPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ExpandLargeDivRem.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/IndirectBrExpand.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/PBQP -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/PBQP/CostAllocator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/PBQP/ReductionRules.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/PBQP/Graph.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/PBQP/Math.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/PBQP/Solution.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/DIE.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/RuntimeLibcallUtil.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/DIEValue.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineModuleInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LiveIntervals.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/DeadMachineInstructionElim.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineTraceMetrics.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineDominators.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/TailDuplicator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LiveInterval.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/FunctionLoweringInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/DebugHandlerBase.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ExecutionDomainFix.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/RegisterPressure.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LexicalScopes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/TargetCallingConv.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/AtomicExpand.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LiveIntervalCalc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/RegAllocRegistry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ModuloSchedule.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LiveRegUnits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineMemOperand.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineFunctionPass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LiveIntervalUnion.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/HardwareLoops.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/DFAPacketizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/Spiller.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ComplexDeinterleavingPass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MBFIWrapper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/SelectionDAG.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineFunction.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/SlotIndexes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ScheduleDAG.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LowLevelTypeUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ExpandVectorPredication.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ExpandLargeFpConvert.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineInstrBundleIterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineInstrBundle.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/JMCInstrumenter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ScheduleDAGInstrs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/AssignmentTrackingAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/DwarfStringPoolEntry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ExpandMemCmp.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LiveRangeEdit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/TargetFrameLowering.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/EdgeBundles.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/DbgEntityHistoryCalculator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/SafeStack.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineBasicBlock.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MIRFormatter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachinePassManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/SDNodeProperties.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LowerEmuTLS.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ResourcePriorityQueue.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LivePhysRegs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/DAGCombine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/FastISel.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineDominanceFrontier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachORelocation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineInstrBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineLoopInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/CodeGenPrepare.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineRegionInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/CommandFlags.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineStableHash.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/SelectOptimize.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineSizeOpts.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachinePassRegistry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineConvergenceVerifier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/TargetPassConfig.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/RegAllocPBQP.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/WindowScheduler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/AsmPrinterHandler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/NonRelocatableStringpool.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/PreISelIntrinsicLowering.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/StackMaps.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/BasicTTIImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MIRSampleProfile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachinePostDominators.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LiveVariables.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/InterleavedAccess.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/SDPatternMatch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineFunctionAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/RDFLiveness.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/CodeGenCommonISel.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MIRYamlMapping.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/TargetSubtargetInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/RegisterScavenging.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/RegAllocFast.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/DetectDeadLanes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/CostTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/PBQPRAConstraint.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/WinEHFuncInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/RDFRegisters.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LiveStacks.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MacroFusion.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/StackProtector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineScheduler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/TargetLowering.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineModuleSlotTracker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LoopTraversal.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/BasicBlockSectionUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/IntrinsicLowering.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/SwiftErrorValueTracking.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/FinalizeISel.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/RDFGraph.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MIRParser -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MIRParser/MIParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MIRParser/MIRParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ValueTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MultiHazardRecognizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/CallingConvLower.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/RegAllocCommon.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/PseudoSourceValueManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GCMetadata.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/TargetInstrInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineRegisterInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/Utils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/CallLowering.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/Localizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/CombinerInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/CSEInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/GISelWorkList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/Combiner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/IRTranslator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/InstructionSelect.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/Legalizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalISel/RegBankSelect.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/DwarfEHPrepare.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineOutliner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ScheduleDAGMutation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/RegisterUsageInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/Passes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GlobalMerge.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/TypePromotion.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineSSAContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineFrameInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/RegisterBankInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GCMetadataPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineBlockFrequencyInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MIRFSDiscriminator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineCycleAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/WasmEHPrepare.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachinePipeliner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/TargetSchedule.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/PseudoSourceValue.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ScoreboardHazardRecognizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineDomTreeUpdater.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/AntiDepBreaker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/VLIWMachineScheduler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/TargetOpcodes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/VirtRegMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ShadowStackGCLowering.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ExpandReductions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/SwitchLoweringUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/UnreachableBlockElim.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ReplaceWithVeclib.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/CalcSpillWeights.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/Register.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/RegisterClassInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ScheduleHazardRecognizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ByteProvider.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/WasmEHFuncInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineVerifier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/SjLjEHPrepare.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/AccelTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/SelectionDAGNodes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LiveRangeCalc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineCombinerPattern.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/TargetRegisterInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LinkAllCodegenComponents.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/AtomicExpandUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/SelectionDAGTargetInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/LiveRegMatrix.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/SchedulerRegistry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/PHIElimination.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ValueTypes.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/WinEHPrepare.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/MachineInstr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/RegisterBank.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/Analysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/ISDOpcodes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/CFIFixup.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Debuginfod -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Debuginfod/Debuginfod.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Debuginfod/BuildIDFetcher.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Debuginfod/HTTPServer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Debuginfod/HTTPClient.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITEventListener.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/ExecutionEngine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/ObjectCache.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITSymbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/OProfileWrapper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/ppc64.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/aarch32.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/ELF_ppc64.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/ELF_i386.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/ELF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/ELF_aarch32.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/ELF_loongarch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/TableManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/MachO.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/riscv.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/loongarch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/i386.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/COFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/aarch64.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/x86_64.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/JITLink/COFF_x86_64.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Interpreter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/RuntimeDyldChecker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/RuntimeDyld.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/RTDyldMemoryManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/MemoryMapper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Core.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/TaskDispatch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Layer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/LLJIT.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Debugging -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Shared -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Shared/VTuneSharedStructs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/DebugUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/MachOBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/CompileUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/MachOPlatform.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Speculation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/Mangling.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/SectCreate.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/COFFPlatform.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/MCJIT.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/SectionMemoryManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ExecutionEngine/GenericValue.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Testing -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Testing/ADT -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Testing/ADT/StringMapEntry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Testing/ADT/StringMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Testing/Annotations -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Testing/Annotations/Annotations.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Testing/Support -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Testing/Support/Error.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Testing/Support/SupportHelpers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/LTO -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/LTO/SummaryBasedOptimizations.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/LTO/Config.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/LTO/legacy -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/LTO/legacy/UpdateCompilerUsed.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/LTO/legacy/LTOModule.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/LTO/LTOBackend.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/LTO/LTO.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IRPrinter -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IRPrinter/IRPrintingPasses.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWP -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWP/DWPStringPool.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWP/DWP.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DWP/DWPError.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/SandboxIR -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/SandboxIR/SandboxIRValues.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/SandboxIR/SandboxIR.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/SandboxIR/Tracker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/SandboxIR/Use.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/LoopExtractor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/SampleProfileMatcher.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/GlobalDCE.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/MemProfContextDisambiguation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/Annotation2Metadata.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/ProfiledCallGraph.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/SampleContextTracker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/BlockExtractor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/ConstantMerge.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/GlobalSplit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/ModuleInliner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/FunctionSpecialization.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/ArgumentPromotion.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/DeadArgumentElimination.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/ExtractGV.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/LowerTypeTests.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/ElimAvailExtern.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/FunctionImport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/PartialInlining.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/SampleProfile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/Inliner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/IROutliner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/AlwaysInliner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/SCCP.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/CrossDSOCFI.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/SampleProfileProbe.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/StripSymbols.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/OpenMPOpt.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/ForceFunctionAttrs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/FunctionAttrs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/MergeFunctions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/Internalize.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/EmbedBitcodePass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/InferFunctionAttrs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/HotColdSplitting.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/ExpandVariadics.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/GlobalOpt.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/CalledValuePropagation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/WholeProgramDevirt.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/Attributor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO/StripDeadPrototypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/InstCombine -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/InstCombine/InstCombine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/InstCombine/InstCombiner.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/ObjCARC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/SSAUpdaterBulk.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/Debugify.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/Cloning.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/DXILResource.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/Evaluator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/LoopRotationUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/MemoryOpRemark.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/SplitModule.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/CodeMoverUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/UnrollLoop.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/LoopSimplify.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/MoveAutoInit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/CallGraphUpdater.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/InstructionNamer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/GlobalStatus.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/SymbolRewriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/SimplifyLibCalls.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/HelloWorld.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/SSAUpdater.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/EntryExitInstrumenter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/BreakCriticalEdges.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/MetaRenamer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/AssumeBundleBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/BasicBlockUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/SanitizerStats.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/EscapeEnumerator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/FunctionComparator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/SimplifyIndVar.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/UnifyLoopExits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/CanonicalizeAliases.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/AddDiscriminators.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/MemoryTaggingSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/FixIrreducible.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/CountVisits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/SimplifyCFGOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/Mem2Reg.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/LoopVersioning.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/ValueMapper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/PromoteMemToReg.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/PredicateInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/CodeExtractor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/LowerAtomic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/InstructionWorklist.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/StripGCRelocates.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/MisExpect.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/BuildLibCalls.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/MatrixUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/CallPromotionUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/CtorUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/SampleProfileInference.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/LowerGlobalDtors.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/LoopPeel.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/LowerSwitch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/IntegerDivision.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/SSAUpdaterImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/LowerIFunc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/SizeOpts.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/DXILUpgrade.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/VNCoercion.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/RelLookupTableConverter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/Local.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/ModuleUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/ASanStackFrameLayout.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/LowerInvoke.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/FunctionImportUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/NameAnonGlobals.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/InjectTLIMappings.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/GuardUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/LoopUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/LowerMemIntrinsics.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/LCSSA.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/BypassSlowDivision.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/CodeLayout.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/LoopConstrainer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Utils/SCCPSolver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/AggressiveInstCombine -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/PGOCtxProfLowering.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/PoisonChecking.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/GCOVProfiler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/KCFI.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/InstrProfiling.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/BlockCoverageInference.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/MemorySanitizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/BoundsChecking.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/CGProfile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/MemProfiler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation/CFGMST.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Instrumentation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/HipStdPar -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/HipStdPar/HipStdPar.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Coroutines -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Coroutines/CoroSplit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Coroutines/CoroCleanup.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Coroutines/CoroElide.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Coroutines/CoroEarly.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/IPO.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/CFGuard.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LowerWidenableCondition.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/PlaceSafepoints.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopPassManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopFlatten.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/InferAddressSpaces.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/IndVarSimplify.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/SimplifyCFG.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/AnnotationRemarks.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/SpeculativeExecution.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/InstSimplifyPass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/GVN.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/JumpTableToSwitch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/MergeICmps.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopVersioningLICM.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopDataPrefetch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/IVUsersPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/GVNExpression.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopDeletion.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopInterchange.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/SROA.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/BDCE.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/DCE.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/JumpThreading.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopBoundSplit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/CallSiteSplitting.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/ConstraintElimination.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopFuse.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/StructurizeCFG.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/Scalarizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/FlattenCFG.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/TailRecursionElimination.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/SCCP.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopPredication.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/Float2Int.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/Sink.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopSink.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/EarlyCSE.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/ADCE.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopRotation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/DivRemPairs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/NaryReassociate.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/WarnMissedTransforms.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/MemCpyOptimizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/ConstantHoisting.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/GuardWidening.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopInstSimplify.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/NewGVN.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopUnrollPass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/DFAJumpThreading.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/Reg2Mem.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopStrengthReduce.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/InferAlignment.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopLoadElimination.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/DeadStoreElimination.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LoopDistribute.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/TLSVariableHoist.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LowerAtomicPass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/Reassociate.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Scalar/LICM.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Vectorize -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Vectorize/SLPVectorizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Vectorize/LoopVectorize.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Vectorize/VectorCombine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/BuildID.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/Error.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/XCOFFObjectFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/Archive.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/IRSymtab.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/RelocationResolver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/DXContainer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/Minidump.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/Decompressor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/MachOUniversal.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/ArchiveWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/GOFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/ELFTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/TapiFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/OffloadBinary.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/WindowsMachineFlag.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/Wasm.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/ELF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/SymbolSize.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/FaultMapParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/COFFModuleDefinition.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/MachO.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/ELFObjectFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/COFFImportFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/ModuleSymbolTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/CVDebugRecord.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/MachOUniversalWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/TapiUniversal.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/COFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/WindowsResource.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/SymbolicFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/ObjectFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/IRObjectFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/StackMapParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/GOFFObjectFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Object/Binary.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/BinaryStreamError.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/FileSystem.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Error.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/CSKYAttributes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/X86FoldTablesUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ARMEHABI.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/OnDiskHashTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Casting.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/TypeName.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Errc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/GenericDomTree.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Watchdog.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/CBindingWrapping.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/PerThreadBumpPtrAllocator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/xxhash.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ModRef.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/raw_os_ostream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/GlobPattern.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/GenericIteratedDominanceFrontier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Debug.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ScaledNumber.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Win64EH.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/FormatAdapters.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/DXILABI.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Duration.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/TimeProfiler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/AutoConvert.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/AlignOf.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/DebugCounter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/TypeSize.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SuffixTreeNode.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/MipsABIFlags.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/GenericLoopInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/CFGUpdate.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SaveAndRestore.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Compiler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Base64.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/TargetSelect.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Locale.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ThreadPool.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/MathExtras.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ELFAttributes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/LEB128.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Alignment.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/VirtualFileSystem.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/HashBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ExitCodes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Path.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Caching.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/AMDGPUMetadata.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Endian.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Chrono.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SMLoc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/InstructionCost.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ExponentialBackoff.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/FileUtilities.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/FormattedStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/BinaryStreamRef.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/circular_raw_ostream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ManagedStatic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/DivisionByConstantInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/raw_sha1_ostream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/RandomNumberGenerator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Valgrind.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ToolOutputFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Threading.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ArrayRecycler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/CRC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ErrorOr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SipHash.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/BinaryStreamReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/MD5.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SwapByteOrder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/AMDGPUAddrSpace.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/BLAKE3.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/BranchProbability.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SHA256.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/TargetOpcodes.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/NativeFormatting.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Regex.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/MSP430AttributeParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Signals.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ARMAttributeParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/BalancedPartitioning.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/GenericLoopInfoImpl.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/FileSystem -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/FileSystem/UniqueID.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ARMBuildAttributes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ARMWinEH.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/RWMutex.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Recycler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Registry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Compression.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/COM.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/FormatCommon.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ExtensibleRTTI.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/PointerLikeTypeTraits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/DataTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/BinaryStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Timer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/CFGDiff.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/CodeGen.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/LogicalResult.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/TarWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Unicode.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/float128.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Printable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/AtomicOrdering.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/thread.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/RecyclingAllocator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/AMDHSAKernelDescriptor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SpecialCaseList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/RISCVAttributeParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SuffixTree.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ConvertEBCDIC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Capacity.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Allocator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/FormatVariadicDetails.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/CheckedArithmetic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/CSKYAttributeParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/JSON.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/DOTGraphTraits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/MSVCErrorWorkarounds.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/YAMLTraits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/KnownBits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/DJB.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SMTAPI.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/LockFileManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/WithColor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/BinaryStreamArray.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/PluginLoader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/HexagonAttributeParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/UnicodeCharRanges.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Process.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ConvertUTF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/GraphWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/BCD.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SystemUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Memory.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Discriminator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SourceMgr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/OptimizedStructLayout.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SHA1.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Errno.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/MemoryBufferRef.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/YAMLParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/EndianStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/BlockFrequency.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ErrorHandling.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/raw_ostream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SmallVectorMemoryBuffer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/PrettyStackTrace.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/BinaryItemStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/CachePruning.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/AllocatorBase.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/DynamicLibrary.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ThreadSafeAllocator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/CodeGenCoverage.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/VersionTuple.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/BuryPointer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Automaton.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/BinaryByteStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/StringSaver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ScopedPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Mutex.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Program.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/HexagonAttributes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/RISCVISAUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/CommandLine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/X86DisassemblerDecoderCommon.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/DataExtractor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Windows -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Windows/WindowsSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/PGOOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/LICENSE.TXT -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Solaris -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Solaris/sys -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Solaris/sys/regset.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ReverseIteration.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/ELFAttributeParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Format.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/FormatVariadic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/type_traits.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SystemZ -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/SystemZ/zOSSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Signposts.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/GenericDomTreeConstruction.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/CrashRecoveryContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Parallel.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/LLVMDriver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/TrailingObjects.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/raw_socket_stream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/RISCVAttributes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/FormatProviders.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/LineIterator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/MemoryBuffer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/FileOutputBuffer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/MSP430Attributes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/MemAlloc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/WindowsError.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/BinaryStreamWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Atomic.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/FileCollector.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/InitLLVM.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/MSF -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/MSF/MSFBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/MSF/IMSFFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/MSF/MSFCommon.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/MSF/MSFError.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DIContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFAttribute.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFVerifier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFUnit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFSection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFListTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFObject.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFDie.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/BTF -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/BTF/BTF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/BTF/BTF.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/BTF/BTFParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/BTF/BTFContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/Symbolize -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/Symbolize/Markup.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/Symbolize/MarkupFilter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core/LVType.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core/LVRange.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core/LVElement.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core/LVReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core/LVScope.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core/LVSort.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core/LVObject.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core/LVLocation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Core/LVLine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Readers -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/InlineInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/Header.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/OutputAggregator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/GsymCreator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/LineEntry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/FileEntry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/FunctionInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/FileWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/LineTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/ExtractRanges.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/LookupResult.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/GsymReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/GSYM/StringTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/IPDBSourceFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/TpiHashing.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/TpiStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/RawConstants.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/HashTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/DbiStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/SymbolCache.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/InputFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/LinePrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/PublicsStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/PDBFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/EnumTables.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeSession.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/InfoStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/RawError.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/SymbolStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/FormatUtil.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/Hash.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymDumper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/UDTLayout.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolData.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/GenericError.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/IPDBDataStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIASupport.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIASession.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIAError.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIATable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/IPDBTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolExe.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/IPDBFrameData.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/IPDBLineNumber.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDB.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/PDB/PDBExtras.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/SymbolDumper.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/DebugSubsection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/TypeTableCollection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/CodeViewTypes.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/RecordSerialization.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/Formatters.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/TypeHashing.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/GUID.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/FunctionId.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/RecordName.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/CodeView.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/TypeIndex.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/SymbolSerializer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/EnumTables.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/Line.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/TypeCollection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/CVRecord.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/TypeDeserializer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/CodeViewError.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ToolDrivers -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ToolDrivers/llvm-lib -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ToolDrivers/llvm-lib/LibDriver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ToolDrivers/llvm-dlltool -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Pass.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSPIRVObjectWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCELFStreamer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCExpr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/TargetRegistry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCLinkerOptimizationHint.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCXCOFFObjectWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCWinCOFFObjectWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCAsmInfoCOFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSchedule.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCParser -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCParser/MCParsedAsmOperand.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCParser/MCAsmParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCParser/MCTargetAsmParser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCParser/MCAsmLexer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCParser/MCAsmParserExtension.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCParser/MCAsmParserUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCParser/AsmCond.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCParser/AsmLexer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCAsmInfoELF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCObjectFileInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCWasmStreamer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCELFObjectWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCFragment.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCCodeView.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCInstPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/DXContainerPSVInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCInstrItineraries.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSymbol.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCAssembler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCInstrDesc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSectionGOFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSectionXCOFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCInstrAnalysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCAsmInfoDarwin.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCStreamer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MachineLocation.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSectionWasm.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCAsmBackend.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCObjectWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSymbolCOFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCRegisterInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSymbolXCOFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCInst.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCRegister.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCTargetOptions.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCAsmInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCValue.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCDXContainerStreamer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/StringTableBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCInstBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSymbolTableEntry.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCInstrInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSectionSPIRV.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCWin64EH.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCWasmObjectWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCDisassembler -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCDisassembler/MCSymbolizer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCDisassembler/MCDisassembler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCDisassembler/MCRelocationInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCGOFFStreamer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCAsmInfoGOFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCWinEH.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSymbolELF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCGOFFObjectWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSubtargetInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSectionMachO.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/SectionKind.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCMachObjectWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCDecoderOps.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCDwarf.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSPIRVStreamer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSymbolMachO.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCCodeEmitter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCAsmInfoWasm.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCXCOFFStreamer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCPseudoProbe.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCAsmInfoXCOFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSectionDXContainer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSectionCOFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCObjectStreamer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/LaneBitmask.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSymbolWasm.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCContext.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCWinCOFFStreamer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/ConstantPools.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCDirectives.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCELFExtras.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSectionELF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCFixup.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCLabel.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCFixupKindInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCDXContainerWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCAsmMacro.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSection.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MC/MCSymbolGOFF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/InterfaceStub -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/InterfaceStub/IFSStub.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/InterfaceStub/ELFObjHandler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/InterfaceStub/IFSHandler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/COFF -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/COFF/COFFConfig.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/COFF/COFFObjcopy.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/MachO -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/MachO/MachOObjcopy.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/MachO/MachOConfig.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/ConfigManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/wasm -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/wasm/WasmConfig.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/wasm/WasmObjcopy.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/XCOFF -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/XCOFF/XCOFFConfig.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/ObjCopy.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/MultiFormatConfig.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/CommonConfig.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/ELF -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/ELF/ELFObjcopy.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/ObjCopy/ELF/ELFConfig.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/InitializePasses.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGenData -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGenData/OutlinedHashTreeRecord.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGenData/OutlinedHashTree.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/LinkAllPasses.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IRReader -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IRReader/IRReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/WindowsDriver -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/WindowsDriver/MSVCPaths.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/WindowsDriver/MSVCSetupApi.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TableGen -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TableGen/Main.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TableGen/Error.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TableGen/SetTheory.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TableGen/SearchableTable.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TableGen/Parser.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TableGen/StringMatcher.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TableGen/StringToOffsetTable.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TableGen/Record.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TableGen/DirectiveEmitter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TableGen/TableGenBackend.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TableGen/Automaton.td -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/RecordPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/Profile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/XRayRecord.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/FDRLogBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/BlockIndexer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/FDRRecords.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/FDRTraceWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/InstrumentationMap.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/FDRTraceExpander.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/Graph.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/FDRRecordConsumer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/BlockVerifier.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/Trace.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/BlockPrinter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/FDRRecordProducer.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/FileHeaderReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/XRay/YAMLXRayRecord.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/InstrBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/Stages -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/Stages/RetireStage.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/Stages/EntryStage.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/Stages/DispatchStage.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/Stages/InOrderIssueStage.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/Stages/MicroOpQueueStage.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/Stages/InstructionTables.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/Stages/Stage.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/Stages/ExecuteStage.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/HardwareUnits -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/HardwareUnits/LSUnit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/HardwareUnits/Scheduler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/HardwareUnits/RetireControlUnit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/HardwareUnits/RegisterFile.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/HardwareUnits/HardwareUnit.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/HardwareUnits/ResourceManager.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/Context.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/View.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/IncrementalSourceMgr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/CodeEmitter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/HWEventListener.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/CustomBehaviour.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/SourceMgr.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/Pipeline.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/Instruction.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/MCA/Support.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/WindowsResource -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/WindowsResource/ResourceScriptToken.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/WindowsResource/ResourceScriptTokenList.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/WindowsResource/ResourceProcessor.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/PassInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Error.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Core.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/ExecutionEngine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Disassembler.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/ExternC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Types.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/BitWriter.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/OrcEE.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/LLJIT.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/blake3.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/DebugInfo.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/IRReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/DataTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Transforms -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Transforms/PassBuilder.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/TargetMachine.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/LLJITUtils.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Comdat.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Target.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Deprecated.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Object.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Orc.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Linker.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/ErrorHandling.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/DisassemblerTypes.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/BitReader.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Analysis.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm-c/Support.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenACC/ACC.h.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenACC/ACC.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP/OMP.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Frontend/OpenMP/OMP.h.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Config/Targets.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Config/AsmParsers.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Config/AsmPrinters.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Config/TargetExegesis.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Config/abi-breaking.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Config/TargetMCAs.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Config/llvm-config.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Config/Disassemblers.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsS390.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsNVPTX.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsARM.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsBPF.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsX86.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/Attributes.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsSPIRV.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsVE.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsRISCV.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsXCore.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsAArch64.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsMips.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsWebAssembly.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsR600.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsPowerPC.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicImpl.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsHexagon.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicEnums.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsAMDGPU.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsLoongArch.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/IR/IntrinsicsDirectX.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/RISCVTargetParserDef.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/ARMTargetParserDef.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/TargetParser/AArch64TargetParserDef.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/CodeGen/GenVT.inc -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/Extension.def -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include/llvm/Support/VCSRevision.h -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/LLVMConfigExtensions.cmake cargo:root=/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm finished in 1587.796 seconds Building Enzyme for aarch64-apple-darwin CMAKE_TOOLCHAIN_FILE_aarch64-apple-darwin = None CMAKE_TOOLCHAIN_FILE_aarch64_apple_darwin = None HOST_CMAKE_TOOLCHAIN_FILE = None CMAKE_TOOLCHAIN_FILE = None CMAKE_PREFIX_PATH_aarch64-apple-darwin = None CMAKE_PREFIX_PATH_aarch64_apple_darwin = None HOST_CMAKE_PREFIX_PATH = None CMAKE_PREFIX_PATH = None CMAKE_aarch64-apple-darwin = None CMAKE_aarch64_apple_darwin = None HOST_CMAKE = None CMAKE = None running: cd "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build" && CMAKE_PREFIX_PATH="" DESTDIR="" LLVM_CONFIG_REAL="/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-config" "cmake" "/Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/" "-G" "Ninja" "-DCMAKE_INSTALL_MESSAGE=LAZY" "-DCMAKE_C_COMPILER=cc" "-DCMAKE_CXX_COMPILER=c++" "-DCMAKE_ASM_COMPILER=cc" "-DCMAKE_C_FLAGS=-ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -mmacosx-version-min=13.1" "-DCMAKE_CXX_FLAGS=-ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -mmacosx-version-min=13.1 -stdlib=libc++" "-DCMAKE_SHARED_LINKER_FLAGS=" "-DCMAKE_MODULE_LINKER_FLAGS=" "-DCMAKE_EXE_LINKER_FLAGS=" "-DLLVM_ENABLE_ASSERTIONS=ON" "-DENZYME_EXTERNAL_SHARED_LIB=ON" "-DLLVM_DIR=/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm" "-DCMAKE_INSTALL_PREFIX=/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -mmacosx-version-min=13.1" "-DCMAKE_BUILD_TYPE=Release" -- The C compiler identification is AppleClang 14.0.0.14000029 -- The CXX compiler identification is AppleClang 14.0.0.14000029 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - 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/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done LLVM_SHLIBEXT=.dylib LLVM ABS DIR /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm CMAKE_PREFIX_PATH -- Found ZLIB: /opt/local/lib/libz.dylib (found version "1.3.1") found llvm match dir /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm found llvm lit /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build/lit LLVM dir /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm clang dir from llvm /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/../clang -- Linker detection: Apple -- Performing Test LLVM_LINKER_SUPPORTS_NO_EXPORTED_SYMBOLS -- Performing Test LLVM_LINKER_SUPPORTS_NO_EXPORTED_SYMBOLS - Success -- Performing Test LLVM_LINKER_SUPPORTS_NO_WARN_DUPLICATE_LIBRARIES -- Performing Test LLVM_LINKER_SUPPORTS_NO_WARN_DUPLICATE_LIBRARIES - Failed clang dir /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/../clang mlir dir clang inc dir /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include found Clang 1 found MLIR 0 LLVM_INSTALL_PREFIX: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm LLVM_INCLUDE_DIRS: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include found LLVM definitions -D_DEBUG -D_GLIBCXX_ASSERTIONS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS found LLVM version 19 first llvm include directory/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include -- Looking for mpfr.h -- Looking for mpfr.h - not found MPFR lib: /opt/local/lib/libmpfr.dylib MPFR header: CMake Warning at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/AddLLVM.cmake:1970 (message): LLVM_EXTERNAL_LIT set to /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build/lit, but the path does not exist. Call Stack (most recent call first): /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/AddLLVM.cmake:2015 (get_llvm_lit_path) /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/AddLLVM.cmake:2107 (add_lit_target) test/ActivityAnalysis/CMakeLists.txt:2 (add_lit_testsuite) CMake Warning (dev) at /opt/local/share/cmake-3.29/Modules/ExternalProject.cmake:3239 (message): The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is not set. The policy's OLD behavior will be used. When using a URL download, the timestamps of extracted files should preferably be that of the time of extraction, otherwise code that depends on the extracted contents might not be rebuilt if the URL changes. The OLD behavior preserves the timestamps from the archive instead, but this is usually not what you want. Update your project to the NEW behavior or specify the DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this robustness issue. Call Stack (most recent call first): /opt/local/share/cmake-3.29/Modules/ExternalProject.cmake:4465 (_ep_add_download_command) benchmarks/CMakeLists.txt:13 (ExternalProject_Add) This warning is for project developers. Use -Wno-dev to suppress it. found bench flags: -I/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build/benchmarks/adept2/src/adept2/include -I/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build/benchmarks/tapenade/src/tapenade -- Configuring done (1.1s) CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:23 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:28 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:27 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:30 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:29 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:25 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:26 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:24 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done (0.0s) CMake Warning: Manually-specified variables were not used by the project: CMAKE_ASM_COMPILER CMAKE_ASM_FLAGS -- Build files have been written to: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build running: cd "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build" && DESTDIR="" LLVM_CONFIG_REAL="/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-config" "cmake" "--build" "." "--target" "install" "--config" "Release" "--" "-j" "8" [0/2] Re-checking globbed directories... [4/149] Bundling includes /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build/Enzyme/Clang/bundled_includes.h /Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/include/enzyme/../enzyme/tuple /enzymeroot//enzyme/tuple /Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/include/enzyme/../enzyme/type_traits /enzymeroot//enzyme/type_traits /Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/include/enzyme/../enzyme/utils /enzymeroot//enzyme/utils /Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/include/enzyme/../enzyme/enzyme /enzymeroot//enzyme/enzyme /Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/include/enzyme/../enzyme/fprt/mpfr.h /enzymeroot//enzyme/fprt/mpfr.h /Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/include/enzyme/../enzyme/fprt/flops.def /enzymeroot//enzyme/fprt/flops.def [7/149] Performing download step (git clone) for 'fblas' Cloning into 'fblas'... HEAD is now at 94f7c31 fix [15/149] Performing download step (git clone) for 'gsl64' Cloning into 'gsl64'... HEAD is now at 5805b83 Remove short circuit Submodule 'ampl/thirdparty/asl' (https://github.com/ampl/asl.git) registered for path 'ampl/thirdparty/asl' Cloning into '/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build/BCLoad/gsl64/src/gsl64/ampl/thirdparty/asl'... Submodule path 'ampl/thirdparty/asl': checked out 'dd1c4c4e5647ead51169caad280c36a88d0f0237' [19/149] Performing download step (git clone) for 'gsl' Cloning into 'gsl'... HEAD is now at 5805b83 Remove short circuit Submodule 'ampl/thirdparty/asl' (https://github.com/ampl/asl.git) registered for path 'ampl/thirdparty/asl' Cloning into '/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build/BCLoad/gsl/src/gsl/ampl/thirdparty/asl'... Submodule path 'ampl/thirdparty/asl': checked out 'dd1c4c4e5647ead51169caad280c36a88d0f0237' [50/149] cd /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build/BCL...ust-enzyme/build/aarch64-apple-darwin/enzyme/build/BCLoad/gsl && /opt/local/bin/cmake . -- The C compiler identification is AppleClang 14.0.0.14000029 -- The CXX compiler identification is AppleClang 14.0.0.14000029 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc - 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: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Configuring done (10.1s) -- Generating done (0.0s) -- Build files have been written to: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build/BCLoad/gsl [56/149] Building CXX object Enzyme/CMakeFiles/LLVMEnzyme-19.dir/Enzyme.cpp.o /Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/Enzyme/Enzyme.cpp:3484:19: warning: lambda capture 'PB0' is not used [-Wunused-lambda-capture] auto prePass = [PB0](ModulePassManager &MPM, OptimizationLevel Level) ^~~ 1 warning generated. [69/149] Building CXX object Enzyme/CMakeFiles/LLVMEnzyme-19.dir/EnzymeLogic.cpp.o /Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/Enzyme/EnzymeLogic.cpp:1381:34: warning: unused function 'operator<<' [-Wunused-function] static inline llvm::raw_ostream &operator<<(llvm::raw_ostream &os, ^ 1 warning generated. [75/149] Building CXX object Enzyme/CMakeFiles/ClangEnzyme-19.dir/Enzyme.cpp.o /Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/Enzyme/Enzyme.cpp:3484:19: warning: lambda capture 'PB0' is not used [-Wunused-lambda-capture] auto prePass = [PB0](ModulePassManager &MPM, OptimizationLevel Level) ^~~ 1 warning generated. [92/149] Building CXX object Enzyme/CMakeFiles/ClangEnzyme-19.dir/EnzymeLogic.cpp.o /Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/Enzyme/EnzymeLogic.cpp:1381:34: warning: unused function 'operator<<' [-Wunused-function] static inline llvm::raw_ostream &operator<<(llvm::raw_ostream &os, ^ 1 warning generated. [97/149] Building CXX object Enzyme/CMakeFiles/LLDEnzyme-19.dir/Enzyme.cpp.o /Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/Enzyme/Enzyme.cpp:3484:19: warning: lambda capture 'PB0' is not used [-Wunused-lambda-capture] auto prePass = [PB0](ModulePassManager &MPM, OptimizationLevel Level) ^~~ 1 warning generated. [113/149] Building CXX object Enzyme/CMakeFiles/LLDEnzyme-19.dir/EnzymeLogic.cpp.o /Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/Enzyme/EnzymeLogic.cpp:1381:34: warning: unused function 'operator<<' [-Wunused-function] static inline llvm::raw_ostream &operator<<(llvm::raw_ostream &os, ^ 1 warning generated. [123/149] Building CXX object Enzyme/CMakeFiles/Enzyme-19.dir/Enzyme.cpp.o /Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/Enzyme/Enzyme.cpp:3484:19: warning: lambda capture 'PB0' is not used [-Wunused-lambda-capture] auto prePass = [PB0](ModulePassManager &MPM, OptimizationLevel Level) ^~~ 1 warning generated. [140/149] Building CXX object Enzyme/CMakeFiles/Enzyme-19.dir/EnzymeLogic.cpp.o /Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/Enzyme/EnzymeLogic.cpp:1381:34: warning: unused function 'operator<<' [-Wunused-function] static inline llvm::raw_ostream &operator<<(llvm::raw_ostream &os, ^ 1 warning generated. [147/149] Install the project... -- Install configuration: "Release" -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/lib/cmake/Enzyme/EnzymeConfig.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/lib/cmake/Enzyme/EnzymeConfigVersion.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/lib/cmake/Enzyme/EnzymeTargets.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/lib/cmake/Enzyme/EnzymeTargets-release.cmake -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/lib/LLVMEnzyme-19.dylib -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/lib/ClangEnzyme-19.dylib -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/lib/LLDEnzyme-19.dylib -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/lib/libEnzyme-19.dylib -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/lib/libEnzymeBCLoad-19.dylib cargo:root=/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme finished in 188.412 seconds Building stage0 library artifacts (aarch64-apple-darwin) warning: spurious network error (3 tries remaining): [28] Timeout was reached (failed to download any data for `compiler_builtins v0.1.125` within 30s) warning: spurious network error (2 tries remaining): [28] Timeout was reached (failed to download any data for `compiler_builtins v0.1.125` within 30s) warning: spurious network error (1 tries remaining): [28] Timeout was reached (failed to download any data for `compiler_builtins v0.1.125` within 30s) error: failed to download from `https://static.crates.io/crates/compiler_builtins/0.1.125/download` Caused by: [28] Timeout was reached (failed to download any data for `compiler_builtins v0.1.125` within 30s) Build completed unsuccessfully in 0:34:19 10:57:31 $ ./x.py build --stage 1 library rustfmt Building bootstrap Finished `dev` profile [unoptimized] target(s) in 0.19s WARNING: The `change-id` is missing in the `config.toml`. This means that you will not be able to track the major changes made to the bootstrap configurations. NOTE: to silence this warning, add `change-id = 130529` at the top of `config.toml` warning: unable to check if the upstream master branch is old due to error: rust-lang/rust remote not found warning: the upstream master branch is used to determine if files have been modified warning: if it is not updated, this may cause files to be needlessly reformatted Building LLVM for aarch64-apple-darwin CMAKE_TOOLCHAIN_FILE_aarch64-apple-darwin = None CMAKE_TOOLCHAIN_FILE_aarch64_apple_darwin = None HOST_CMAKE_TOOLCHAIN_FILE = None CMAKE_TOOLCHAIN_FILE = None CMAKE_PREFIX_PATH_aarch64-apple-darwin = None CMAKE_PREFIX_PATH_aarch64_apple_darwin = None HOST_CMAKE_PREFIX_PATH = None CMAKE_PREFIX_PATH = None CMAKE_aarch64-apple-darwin = None CMAKE_aarch64_apple_darwin = None HOST_CMAKE = None CMAKE = None running: cd "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/build" && CMAKE_PREFIX_PATH="" DESTDIR="" "cmake" "/Users/dev/software/rust-enzyme/src/llvm-project/llvm" "-G" "Ninja" "-DLLVM_ENABLE_ASSERTIONS=ON" "-DLLVM_UNREACHABLE_OPTIMIZE=OFF" "-DLLVM_ENABLE_PLUGINS=ON" "-DLLVM_TARGETS_TO_BUILD=AArch64;ARM;BPF;Hexagon;LoongArch;MSP430;Mips;NVPTX;PowerPC;RISCV;Sparc;SystemZ;WebAssembly;X86" "-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=AVR;M68k;CSKY;Xtensa" "-DLLVM_INCLUDE_EXAMPLES=OFF" "-DLLVM_INCLUDE_DOCS=OFF" "-DLLVM_INCLUDE_BENCHMARKS=OFF" "-DLLVM_INCLUDE_TESTS=OFF" "-DLLVM_ENABLE_TERMINFO=OFF" "-DLLVM_ENABLE_LIBEDIT=OFF" "-DLLVM_ENABLE_BINDINGS=OFF" "-DLLVM_ENABLE_Z3_SOLVER=OFF" "-DLLVM_PARALLEL_COMPILE_JOBS=8" "-DLLVM_TARGET_ARCH=aarch64" "-DLLVM_DEFAULT_TARGET_TRIPLE=aarch64-apple-darwin" "-DLLVM_ENABLE_WARNINGS=OFF" "-DLLVM_INSTALL_UTILS=ON" "-DLLVM_ENABLE_ZLIB=ON" "-DLLVM_LINK_LLVM_DYLIB=ON" "-DLLVM_ENABLE_LIBXML2=OFF" "-DLLVM_ENABLE_PROJECTS=clang" "-DLLVM_VERSION_SUFFIX=-rust-1.83.0-nightly" "-DCMAKE_INSTALL_MESSAGE=LAZY" "-DCMAKE_C_COMPILER=cc" "-DCMAKE_CXX_COMPILER=c++" "-DCMAKE_ASM_COMPILER=cc" "-DCMAKE_C_FLAGS=-ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -mmacosx-version-min=13.1" "-DCMAKE_CXX_FLAGS=-ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -mmacosx-version-min=13.1 -stdlib=libc++" "-DCMAKE_SHARED_LINKER_FLAGS=" "-DCMAKE_MODULE_LINKER_FLAGS=" "-DCMAKE_EXE_LINKER_FLAGS=" "-DLLVM_ENABLE_ZSTD=OFF" "-DCMAKE_INSTALL_PREFIX=/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -mmacosx-version-min=13.1" "-DCMAKE_BUILD_TYPE=Release" CMake Deprecation Warning at /Users/dev/software/rust-enzyme/src/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy): The OLD behavior for policy CMP0114 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): CMakeLists.txt:6 (include) CMake Deprecation Warning at /Users/dev/software/rust-enzyme/src/llvm-project/cmake/Modules/CMakePolicy.cmake:11 (cmake_policy): The OLD behavior for policy CMP0116 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): CMakeLists.txt:6 (include) -- bolt project is disabled -- clang project is enabled -- clang-tools-extra project is disabled -- compiler-rt project is disabled -- cross-project-tests project is disabled -- libc project is disabled -- libclc project is disabled -- lld project is disabled -- lldb project is disabled -- mlir project is disabled -- openmp project is disabled -- polly project is disabled -- pstl project is disabled -- flang project is disabled -- Found libtool - /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -- LLVM host triple: arm64-apple-darwin21.6.0 -- Native target architecture is AArch64 -- Threads enabled. -- Doxygen disabled. -- Ninja version: 1.12.1 -- Found ld64 - /opt/local/bin/ld-classic -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH) -- OCaml bindings disabled. -- LLVM default target triple: aarch64-apple-darwin -- Building with -fPIC -- Targeting AArch64 -- Targeting ARM -- Targeting BPF -- Targeting Hexagon -- Targeting LoongArch -- Targeting MSP430 -- Targeting Mips -- Targeting NVPTX -- Targeting PowerPC -- Targeting RISCV -- Targeting Sparc -- Targeting SystemZ -- Targeting WebAssembly -- Targeting X86 -- Targeting AVR -- Targeting M68k -- Targeting CSKY -- Targeting Xtensa CMake Deprecation Warning at /Users/dev/software/rust-enzyme/src/llvm-project/cmake/Modules/CMakePolicy.cmake:6 (cmake_policy): The OLD behavior for policy CMP0114 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): /Users/dev/software/rust-enzyme/src/llvm-project/clang/CMakeLists.txt:7 (include) CMake Deprecation Warning at /Users/dev/software/rust-enzyme/src/llvm-project/cmake/Modules/CMakePolicy.cmake:11 (cmake_policy): The OLD behavior for policy CMP0116 will be removed from a future version of CMake. The cmake-policies(7) manual explains that the OLD behaviors of all policies are deprecated and that a policy should be set to OLD only under specific short-term circumstances. Projects should be ported to the NEW behavior and not rely on setting a policy to OLD. Call Stack (most recent call first): /Users/dev/software/rust-enzyme/src/llvm-project/clang/CMakeLists.txt:7 (include) -- Clang version: 19.1.0-rust-1.83.0-nightly -- Host linker version: 820.1 -- Performing Test LINKER_ORDER_FILE_WORKS -- Performing Test LINKER_ORDER_FILE_WORKS - Success -- Configuring done (1.6s) -- Generating done (0.7s) -- Build files have been written to: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/build running: cd "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/build" && DESTDIR="" "cmake" "--build" "." "--target" "install" "--config" "Release" "--" "-j" "8" [2/3] Install the project... -- Install configuration: "Release" -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDemangle.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSupport.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTableGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTableGenBasic.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTableGenCommon.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCore.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFuzzerCLI.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFuzzMutate.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFileCheck.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMInterfaceStub.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMIRPrinter.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMIRReader.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSelectionDAG.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAsmPrinter.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMIRParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMGlobalISel.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCodeGenData.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCodeGenTypes.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBinaryFormat.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBitReader.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBitWriter.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBitstreamReader.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDWARFLinker.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDWARFLinkerClassic.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDWARFLinkerParallel.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMExtensions.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFrontendDriver.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFrontendHLSL.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFrontendOpenACC.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFrontendOpenMP.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMFrontendOffloading.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTransformUtils.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMInstrumentation.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAggressiveInstCombine.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMInstCombine.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMScalarOpts.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMipo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMVectorize.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMObjCARCOpts.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCoroutines.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCFGuard.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMHipStdPar.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLinker.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAnalysis.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLTO.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMC.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMCParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMCDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMCA.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMObjCopy.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMObject.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMObjectYAML.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMOption.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRemarks.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebuginfod.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebugInfoDWARF.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebugInfoGSYM.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebugInfoLogicalView.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebugInfoMSF.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebugInfoCodeView.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebugInfoPDB.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSymbolize.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDebugInfoBTF.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDWP.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMExecutionEngine.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMInterpreter.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMJITLink.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMCJIT.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMOrcJIT.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMOrcDebugging.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMOrcShared.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMOrcTargetProcess.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRuntimeDyld.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTarget.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAArch64CodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAArch64AsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAArch64Disassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAArch64Desc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAArch64Info.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAArch64Utils.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMARMCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMARMAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMARMDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMARMDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMARMInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMARMUtils.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBPFCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBPFAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBPFDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBPFDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMBPFInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMHexagonCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMHexagonAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMHexagonDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMHexagonDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMHexagonInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLoongArchCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLoongArchAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLoongArchDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLoongArchDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLoongArchInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMSP430CodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMSP430Desc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMSP430Info.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMSP430AsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMSP430Disassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMipsCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMipsAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMipsDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMipsDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMMipsInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMNVPTXCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMNVPTXDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMNVPTXInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMPowerPCCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMPowerPCAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMPowerPCDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMPowerPCDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMPowerPCInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRISCVCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRISCVAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRISCVDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRISCVDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRISCVTargetMCA.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMRISCVInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSparcCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSparcAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSparcDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSparcDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSparcInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSystemZCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSystemZAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSystemZDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSystemZDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSystemZInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWebAssemblyCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWebAssemblyAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWebAssemblyDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWebAssemblyDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWebAssemblyInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWebAssemblyUtils.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMX86CodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMX86AsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMX86Disassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMX86TargetMCA.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMX86Desc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMX86Info.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAVRCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAVRAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAVRDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAVRDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAVRInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMM68kCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMM68kInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMM68kDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMM68kAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMM68kDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCSKYCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCSKYAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCSKYDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCSKYDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCSKYInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMXtensaCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMXtensaAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMXtensaDisassembler.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMXtensaDesc.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMXtensaInfo.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMSandboxIR.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMAsmParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLineEditor.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMProfileData.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCoverage.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMPasses.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTargetParser.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTextAPI.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMTextAPIBinaryReader.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDlltoolDriver.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMLibDriver.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMXRay.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWindowsDriver.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMWindowsManifest.a -- Creating llvm-ranlib -- Creating llvm-lib -- Creating llvm-dlltool -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-config -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangBasic.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangAPINotes.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangLex.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangParse.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangAST.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangDynamicASTMatchers.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangASTMatchers.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangCrossTU.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangSema.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangCodeGen.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangAnalysis.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangAnalysisFlowSensitive.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangAnalysisFlowSensitiveModels.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangEdit.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangExtractAPI.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangRewrite.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangARCMigrate.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangDriver.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangSerialization.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangRewriteFrontend.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangFrontend.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangFrontendTool.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangToolingCore.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangToolingInclusions.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangToolingInclusionsStdlib.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangToolingRefactoring.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangToolingASTDiff.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangToolingSyntax.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangDependencyScanning.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangTransformer.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangTooling.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangDirectoryWatcher.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangIndex.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangIndexSerialization.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangInstallAPI.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangStaticAnalyzerCore.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangStaticAnalyzerCheckers.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangStaticAnalyzerFrontend.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangFormat.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangInterpreter.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangSupport.a -- Creating clang++ -- Creating clang-cl -- Creating clang-cpp -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangHandleCXX.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libclangHandleLLVM.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMCFIVerify.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMDiff.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMExegesisX86.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMExegesisAArch64.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMExegesisPowerPC.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMExegesisMips.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMExegesis.a -- Creating llvm-install-name-tool -- Creating llvm-bitcode-strip -- Creating llvm-strip -- Creating llvm-otool -- Creating llvm-windres -- Creating llvm-readelf -- Creating libLLVM-19-rust-1.83.0-nightly.dylib -- Creating llvm-addr2line -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/libLLVMOptDriver.a -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/LLVMConfigExtensions.cmake cargo:root=/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm finished in 8.002 seconds Building Enzyme for aarch64-apple-darwin CMAKE_TOOLCHAIN_FILE_aarch64-apple-darwin = None CMAKE_TOOLCHAIN_FILE_aarch64_apple_darwin = None HOST_CMAKE_TOOLCHAIN_FILE = None CMAKE_TOOLCHAIN_FILE = None CMAKE_PREFIX_PATH_aarch64-apple-darwin = None CMAKE_PREFIX_PATH_aarch64_apple_darwin = None HOST_CMAKE_PREFIX_PATH = None CMAKE_PREFIX_PATH = None CMAKE_aarch64-apple-darwin = None CMAKE_aarch64_apple_darwin = None HOST_CMAKE = None CMAKE = None running: cd "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build" && CMAKE_PREFIX_PATH="" DESTDIR="" LLVM_CONFIG_REAL="/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-config" "cmake" "/Users/dev/software/rust-enzyme/src/tools/enzyme/enzyme/" "-G" "Ninja" "-DCMAKE_INSTALL_MESSAGE=LAZY" "-DCMAKE_C_COMPILER=cc" "-DCMAKE_CXX_COMPILER=c++" "-DCMAKE_ASM_COMPILER=cc" "-DCMAKE_C_FLAGS=-ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -mmacosx-version-min=13.1" "-DCMAKE_CXX_FLAGS=-ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -mmacosx-version-min=13.1 -stdlib=libc++" "-DCMAKE_SHARED_LINKER_FLAGS=" "-DCMAKE_MODULE_LINKER_FLAGS=" "-DCMAKE_EXE_LINKER_FLAGS=" "-DLLVM_ENABLE_ASSERTIONS=ON" "-DENZYME_EXTERNAL_SHARED_LIB=ON" "-DLLVM_DIR=/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm" "-DCMAKE_INSTALL_PREFIX=/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme" "-DCMAKE_ASM_FLAGS= -ffunction-sections -fdata-sections -fPIC --target=arm64-apple-darwin -mmacosx-version-min=13.1" "-DCMAKE_BUILD_TYPE=Release" LLVM_SHLIBEXT=.dylib LLVM ABS DIR /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm CMAKE_PREFIX_PATH found llvm lit /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build/lit LLVM dir /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm clang dir from llvm /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/../clang clang dir /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/../clang mlir dir clang inc dir /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include found Clang 1 found MLIR 0 LLVM_INSTALL_PREFIX: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm LLVM_INCLUDE_DIRS: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include found LLVM definitions -D_DEBUG -D_GLIBCXX_ASSERTIONS -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS found LLVM version 19 first llvm include directory/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/include MPFR lib: /opt/local/lib/libmpfr.dylib MPFR header: CMake Warning (dev) at /opt/local/share/cmake-3.29/Modules/ExternalProject.cmake:3239 (message): The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is not set. The policy's OLD behavior will be used. When using a URL download, the timestamps of extracted files should preferably be that of the time of extraction, otherwise code that depends on the extracted contents might not be rebuilt if the URL changes. The OLD behavior preserves the timestamps from the archive instead, but this is usually not what you want. Update your project to the NEW behavior or specify the DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this robustness issue. Call Stack (most recent call first): /opt/local/share/cmake-3.29/Modules/ExternalProject.cmake:4465 (_ep_add_download_command) benchmarks/CMakeLists.txt:13 (ExternalProject_Add) This warning is for project developers. Use -Wno-dev to suppress it. found bench flags: -I/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build/benchmarks/adept2/src/adept2/include -I/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build/benchmarks/tapenade/src/tapenade -- Configuring done (0.1s) CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:23 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:28 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:27 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:30 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:29 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:25 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:26 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib/cmake/llvm/TableGen.cmake:134 (add_custom_command): Policy CMP0116 is not set: Ninja generators transform DEPFILEs from add_custom_command(). Run "cmake --help-policy CMP0116" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Call Stack (most recent call first): Enzyme/CMakeLists.txt:17 (tablegen) Enzyme/CMakeLists.txt:24 (enzyme_tablegen) This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done (0.0s) -- Build files have been written to: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build running: cd "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build" && DESTDIR="" LLVM_CONFIG_REAL="/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/bin/llvm-config" "cmake" "--build" "." "--target" "install" "--config" "Release" "--" "-j" "8" [0/2] Re-checking globbed directories... [10/12] cd /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build/BCLo...ust-enzyme/build/aarch64-apple-darwin/enzyme/build/BCLoad/gsl && /opt/local/bin/cmake . -- Configuring done (4.9s) -- Generating done (0.0s) -- Build files have been written to: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/build/BCLoad/gsl [10/12] Install the project... -- Install configuration: "Release" error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/install_name_tool: no LC_RPATH load command with path: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib found in: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/lib/libEnzyme-19.dylib (for architecture arm64), required for specified option "-delete_rpath /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib" -- Installing: /Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme/lib/libEnzymeBCLoad-19.dylib cargo:root=/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/enzyme finished in 5.393 seconds Building stage0 library artifacts (aarch64-apple-darwin) Downloaded compiler_builtins v0.1.125 Downloaded 1 crate (193.3 KB) in 8.79s Compiling cc v1.0.99 Compiling core v0.0.0 (/Users/dev/software/rust-enzyme/library/core) Compiling libc v0.2.158 Compiling memchr v2.5.0 Compiling std v0.0.0 (/Users/dev/software/rust-enzyme/library/std) Compiling compiler_builtins v0.1.125 Compiling rustc-std-workspace-core v1.99.0 (/Users/dev/software/rust-enzyme/library/rustc-std-workspace-core) Compiling alloc v0.0.0 (/Users/dev/software/rust-enzyme/library/alloc) Compiling cfg-if v1.0.0 Compiling adler v1.0.2 Compiling unwind v0.0.0 (/Users/dev/software/rust-enzyme/library/unwind) Compiling rustc-demangle v0.1.24 Compiling rustc-std-workspace-alloc v1.99.0 (/Users/dev/software/rust-enzyme/library/rustc-std-workspace-alloc) Compiling panic_unwind v0.0.0 (/Users/dev/software/rust-enzyme/library/panic_unwind) Compiling panic_abort v0.0.0 (/Users/dev/software/rust-enzyme/library/panic_abort) Compiling gimli v0.29.0 Compiling object v0.36.2 Compiling miniz_oxide v0.7.4 Compiling hashbrown v0.14.5 Compiling std_detect v0.1.5 (/Users/dev/software/rust-enzyme/library/stdarch/crates/std_detect) Compiling addr2line v0.22.0 Compiling rustc-std-workspace-std v1.99.0 (/Users/dev/software/rust-enzyme/library/rustc-std-workspace-std) Compiling proc_macro v0.0.0 (/Users/dev/software/rust-enzyme/library/proc_macro) Compiling unicode-width v0.1.13 Compiling getopts v0.2.21 Compiling test v0.0.0 (/Users/dev/software/rust-enzyme/library/test) Compiling sysroot v0.0.0 (/Users/dev/software/rust-enzyme/library/sysroot) Finished `release` profile [optimized] target(s) in 24.23s Building compiler artifacts (stage0 -> stage1, aarch64-apple-darwin) Updating crates.io index Compiling proc-macro2 v1.0.86 Compiling unicode-ident v1.0.12 Compiling libc v0.2.157 Compiling cfg-if v1.0.0 Compiling version_check v0.9.5 Compiling once_cell v1.19.0 Compiling stable_deref_trait v1.2.0 Compiling byteorder v1.5.0 Compiling crossbeam-utils v0.8.20 Compiling autocfg v1.3.0 Compiling smallvec v1.13.2 Compiling either v1.13.0 Compiling allocator-api2 v0.2.18 Compiling ahash v0.8.11 Compiling equivalent v1.0.1 Compiling cc v1.0.105 Compiling memchr v2.5.0 Compiling bitflags v2.6.0 Compiling lock_api v0.4.12 Compiling parking_lot_core v0.9.10 Compiling crossbeam-epoch v0.9.18 Compiling crossbeam-channel v0.5.13 Compiling typenum v1.17.0 Compiling quote v1.0.36 Compiling crossbeam-deque v0.8.5 Compiling num_cpus v1.16.0 Compiling syn v2.0.75 Compiling rustc-rayon-core v0.5.0 Compiling generic-array v0.14.7 Compiling tracing-core v0.1.30 Compiling log v0.4.22 Compiling scopeguard v1.2.0 Compiling rustc-hash v1.1.0 Compiling pin-project-lite v0.2.14 Compiling proc-macro-hack v0.5.20+deprecated Compiling parking_lot v0.12.3 Compiling rustc_macros v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_macros) Compiling psm v0.1.21 Compiling rustix v0.38.34 Compiling thin-vec v0.2.13 Compiling rustc-rayon v0.5.0 Compiling stacker v0.1.17 Compiling errno v0.3.9 Compiling arrayvec v0.7.6 Compiling block-buffer v0.10.4 Compiling crypto-common v0.1.6 Compiling digest v0.10.7 Compiling fastrand v2.1.0 Compiling measureme v11.0.1 Compiling ena v0.14.3 Compiling jobserver v0.1.32 Compiling memmap2 v0.2.3 Compiling cpufeatures v0.2.13 Compiling rustc_arena v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_arena) Compiling elsa v1.7.1 Compiling rustc_graphviz v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_graphviz) Compiling rustc-stable-hash v0.1.0 Compiling tempfile v3.12.0 Compiling unicode-width v0.1.13 Compiling itoa v1.0.11 Compiling getrandom v0.2.15 Compiling scoped-tls v1.0.1 Compiling rand_core v0.6.4 Compiling sha2 v0.10.8 Compiling sha1 v0.10.6 Compiling md-5 v0.10.6 Compiling thiserror v1.0.63 Compiling crc32fast v1.4.2 Compiling serde v1.0.208 Compiling writeable v0.5.5 Compiling litemap v0.7.3 Compiling unicode-properties v0.1.1 Compiling unicode-xid v0.2.4 Compiling wasmparser v0.216.0 Compiling icu_locid_transform_data v1.5.0 Compiling serde_json v1.0.125 Compiling rustc_lexer v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_lexer) Compiling rand_xoshiro v0.6.0 Compiling ryu v1.0.18 Compiling type-map v0.5.0 Compiling regex-automata v0.2.0 Compiling ident_case v1.0.1 Compiling strsim v0.11.1 Compiling rustc_fs_util v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_fs_util) Compiling icu_list_data v1.5.0 Compiling self_cell v1.0.4 Compiling fnv v1.0.7 Compiling self_cell v0.10.3 Compiling odht v0.3.1 Compiling itertools v0.12.1 Compiling anstyle v1.0.8 Compiling synstructure v0.13.1 Compiling zerocopy-derive v0.7.35 Compiling displaydoc v0.2.5 Compiling tracing-attributes v0.1.27 Compiling zerovec-derive v0.10.3 Compiling rustc_index_macros v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_index_macros) Compiling zerofrom-derive v0.1.4 Compiling yoke-derive v0.7.4 Compiling tinystr v0.7.6 Compiling zerocopy v0.7.35 Compiling unic-langid-impl v0.9.5 Compiling unic-langid-macros-impl v0.9.5 Compiling tracing v0.1.37 Compiling derive-where v1.2.7 Compiling ppv-lite86 v0.2.20 Compiling thiserror-impl v1.0.63 Compiling serde_derive v1.0.208 Compiling hashbrown v0.14.5 Compiling rand_chacha v0.3.1 Compiling zerofrom v0.1.4 Compiling yoke v0.7.4 Compiling zerovec v0.10.4 Compiling indexmap v2.4.0 Compiling rand v0.8.5 Compiling icu_provider_macros v1.5.0 Compiling rustc_serialize v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_serialize) Compiling icu_locid v1.5.0 Compiling rustc_index v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_index) Compiling unic-langid-macros v0.9.5 Compiling unic-langid v0.9.5 Compiling icu_provider v1.5.0 Compiling rustc_data_structures v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_data_structures) Compiling object v0.36.4 Compiling fluent-syntax v0.11.1 Compiling icu_locid_transform v1.5.0 Compiling intl-memoizer v0.5.2 Compiling icu_list v1.5.0 Compiling intl_pluralrules v7.0.2 Compiling rustc_span v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_span) Compiling rustc_abi v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_abi) Compiling fluent-langneg v0.13.0 Compiling darling_core v0.20.10 Compiling fluent-bundle v0.15.3 Compiling rustc_baked_icu_data v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_baked_icu_data) Compiling icu_provider_adapters v1.5.0 Compiling rustc_ast_ir v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_ast_ir) Compiling rustc_ast v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_ast) Compiling rustc_feature v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_feature) Compiling rustc_type_ir_macros v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_type_ir_macros) Compiling rustc_type_ir v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_type_ir) Compiling rustc_target v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_target) Compiling darling_macro v0.20.10 Compiling darling v0.20.10 Compiling rustc_error_messages v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_error_messages) Compiling annotate-snippets v0.11.4 Compiling rustc_ast_pretty v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_ast_pretty) Compiling rustc_fluent_macro v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_fluent_macro) Compiling derive_setters v0.1.6 Compiling termize v0.1.1 Compiling rustc_error_codes v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_error_codes) Compiling termcolor v1.4.1 Compiling getopts v0.2.21 Compiling semver v1.0.23 Compiling rustc_hir v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_hir) Compiling rustc_version v0.4.0 Compiling memoffset v0.9.1 Compiling field-offset v0.3.6 Compiling rustc_apfloat v0.2.1+llvm-462a31f5a5ab Compiling bitflags v1.3.2 Compiling datafrog v2.0.1 Compiling gsgdt v0.1.2 Compiling rustc_next_trait_solver v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_next_trait_solver) Compiling polonius-engine v0.13.0 Compiling tinyvec_macros v0.1.1 Compiling tinyvec v1.8.0 Compiling rustc_lint_defs v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_lint_defs) Compiling rustc_errors v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_errors) Compiling rustc_hir_pretty v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_hir_pretty) Compiling rustc_parse_format v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_parse_format) Compiling unicode-normalization v0.1.23 Compiling aho-corasick v1.1.3 Compiling regex-syntax v0.7.5 Compiling static_assertions v1.1.0 Compiling twox-hash v1.6.3 Compiling rustc_session v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_session) Compiling snap v1.1.1 Compiling regex v1.8.4 Compiling adler v1.0.2 Compiling miniz_oxide v0.7.4 Compiling derive_more v0.99.18 Compiling rustc_attr v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_attr) Compiling rustc_query_system v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_query_system) Compiling rustc_parse v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_parse) Compiling rustc_middle v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_middle) Compiling rustc_ast_passes v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_ast_passes) Compiling rustc_expand v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_expand) Compiling unicode-script v0.5.6 Compiling unicode-security v0.1.1 Compiling ruzstd v0.5.0 Compiling flate2 v1.0.31 Compiling unicase v2.7.0 Compiling libloading v0.8.5 Compiling regex-syntax v0.6.29 Compiling punycode v0.4.1 Compiling rustc-demangle v0.1.24 Compiling regex-automata v0.1.10 Compiling object v0.32.2 Compiling gimli v0.28.1 Compiling rustc_llvm v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_llvm) Compiling overload v0.1.1 Compiling pulldown-cmark v0.11.2 Compiling cfg_aliases v0.2.1 Compiling lazy_static v1.5.0 Compiling leb128 v0.2.5 Compiling wasm-encoder v0.216.0 Compiling sharded-slab v0.1.7 Compiling thorin-dwp v0.7.0 Compiling nix v0.29.0 Compiling nu-ansi-term v0.46.0 Compiling matchers v0.1.0 Compiling ar_archive_writer v0.4.2 Compiling thread_local v1.1.8 Compiling pathdiff v0.2.1 Compiling pulldown-cmark-escape v0.11.0 Compiling tracing-subscriber v0.3.18 Compiling tracing-log v0.2.0 Compiling nu-ansi-term v0.50.1 Compiling num-conv v0.1.0 Compiling powerfmt v0.2.0 Compiling time-core v0.1.2 Compiling time-macros v0.2.18 Compiling deranged v0.3.11 Compiling tracing-tree v0.3.1 Compiling rustc_builtin_macros v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_builtin_macros) Compiling stable_mir v0.1.0-preview (/Users/dev/software/rust-enzyme/compiler/stable_mir) Compiling ctrlc v3.4.5 Compiling time v0.3.36 Compiling rustc_log v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_log) Compiling shlex v1.3.0 Compiling rustc-main v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc) Compiling rustc_infer v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_infer) Compiling rustc_metadata v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_metadata) Compiling rustc_symbol_mangling v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_symbol_mangling) Compiling rustc_mir_dataflow v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_mir_dataflow) Compiling rustc_pattern_analysis v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_pattern_analysis) Compiling rustc_incremental v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_incremental) Compiling rustc_query_impl v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_query_impl) Compiling rustc_transmute v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_transmute) Compiling rustc_trait_selection v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_trait_selection) Compiling rustc_monomorphize v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_monomorphize) Compiling rustc_resolve v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_resolve) Compiling rustc_codegen_ssa v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_codegen_ssa) Compiling rustc_ast_lowering v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_ast_lowering) Compiling rustc_smir v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_smir) Compiling rustc_lint v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_lint) Compiling rustc_ty_utils v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_ty_utils) Compiling rustc_mir_build v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_mir_build) Compiling rustc_privacy v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_privacy) Compiling rustc_hir_analysis v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_hir_analysis) Compiling rustc_traits v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_traits) Compiling rustc_sanitizers v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_sanitizers) Compiling rustc_const_eval v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_const_eval) Compiling rustc_hir_typeck v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_hir_typeck) Compiling rustc_mir_transform v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_mir_transform) Compiling rustc_codegen_llvm v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_codegen_llvm) Compiling rustc_borrowck v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_borrowck) Compiling rustc_passes v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_passes) Compiling rustc_interface v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_interface) Compiling rustc_driver_impl v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_driver_impl) Compiling rustc_driver v0.0.0 (/Users/dev/software/rust-enzyme/compiler/rustc_driver) error: linking with `cc` failed: exit status: 1 | = note: env -u IPHONEOS_DEPLOYMENT_TARGET -u TVOS_DEPLOYMENT_TARGET -u XROS_DEPLOYMENT_TARGET LC_ALL="C" PATH="/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/bin:/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0/lib/rustlib/aarch64-apple-darwin/bin:/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0/lib/rustlib/aarch64-apple-darwin/bin:/Users/dev/.cargo/bin:/Users/dev/.rbenv/shims:/Users/dev/.jenv/shims:/Users/dev/.rye/shims:/Users/dev/.yarn/bin:/Users/dev/node_modules/.bin:/usr/local/share/npm/bin:/Users/dev/.rbenv/bin:/opt/local/libexec/llvm-17/bin:/Library/TeX/texbin:/Applications/MiniZincIDE.app/Contents/Resources:/opt/local/bin:/opt/local/sbin:/Applications/Racket v8.7/bin:/Users/dev/software/wabt/bin:/Users/dev/software/lobster/bin:/Users/dev/software/zig/build/bin:/Users/dev/bin:/Users/dev/.dotfiles/bin:/usr/local/bin:/sbin:/Users/dev/.dotfiles/scripts/sandboxtron/bin:/Users/dev/work/relational-ai/kevin-rai/cli:/Library/Java/JavaVirtualMachines/openjdk16-graalvm/Contents/Home//bin:/Users/dev/.nix-profile/bin:/nix/var/nix/profiles/default/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/Applications/Little Snitch.app/Contents/Components:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Apple/usr/bin:/Users/dev/.cargo/bin:/Users/dev/.poetry/bin:/Users/dev/.cargo/env:/Users/dev/.rye/env:/Users/dev/Library/Application Support/edgedb/bin:/Users/dev/software/roc/target/release:/Users/dev/.docker/bin:/Users/dev/go/bin:/Applications/Tailscale.app/Contents/MacOS/:/Users/dev/Library/Python/3.9/bin" VSLANG="1033" ZERO_AR_DATE="1" "cc" "-Wl,-exported_symbols_list" "-Wl,/var/folders/95/qw48nmb936d_dh4b3vnblqyc0000gn/T/rustc6meRAS/list" "-arch" "arm64" "/var/folders/95/qw48nmb936d_dh4b3vnblqyc0000gn/T/rustc6meRAS/symbols.o" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/rustc_driver-93c87b2c294d6514.rustc_driver.1a2e6bb122936fb2-cgu.0.rcgu.o" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/rustc_driver-93c87b2c294d6514.50q03tnlvs09871n7sfedyq4o.rcgu.rmeta" "-lEnzyme-19" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_driver_impl-32ba063109c11820.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libctrlc-8d865400852f1219.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libnix-80112f4933f63c29.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_log-284528d7dce42649.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtracing_tree-ceec9920f1feaeaa.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtracing_log-153e9a59e0436363.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libnu_ansi_term-17c3a6ef10600b66.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtracing_subscriber-438b00d040e12f5d.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libnu_ansi_term-f787feb35212de34.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/liboverload-06bab44b329a000c.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libsharded_slab-63bee824d79446e4.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/liblazy_static-02628eaa9580d4e6.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libmatchers-5945dac759813b4d.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libregex_automata-13fabba0b725fb66.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libregex_syntax-511322f18fa4e869.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libthread_local-b362a2b97943f77b.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libshlex-f9401e16a2f8d729.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_smir-2a6893538bfc6dd5.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libstable_mir-52f3fa5d46ff8c13.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtime-817262cbe0ff8f73.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtime_core-5ba25156e22eb544.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libnum_conv-4c212a5cc4d1a72f.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libderanged-ae4bf72958d73f25.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libpowerfmt-754a1ef860e15bf3.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_interface-99ce1ca490d27f7b.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_codegen_llvm-0e4320bd16a21609.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_llvm-a428e77f7cafc5b0.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_sanitizers-d5c219366806a97a.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_hir_typeck-5e0f8b882b760fbd.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_hir_analysis-4f2997d93f24f11d.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_monomorphize-d75b7f5d1ba6300d.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_mir_transform-8c483ea305e7f2b6.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_mir_build-e23935ef230ed848.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_pattern_analysis-6f032e97c5312671.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_borrowck-31ab5b0b9941efd9.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_traits-7348d1a71d9f5d9b.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_ast_lowering-a78c2fff820e78e9.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_builtin_macros-2a4847e54c33300e.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_resolve-8c653d3a6e8dd706.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libpulldown_cmark-d9a2d4cc46bf8474.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libunicase-5834c243fa27f5b3.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libpulldown_cmark_escape-b6391f56c2c8b212.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_passes-2ba48b66c2b7a90e.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_privacy-f3ddc72160532660.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_ty_utils-ce6830847bbc32cc.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_query_impl-8f42b3868434af97.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_lint-2f369135ce05669d.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libunicode_security-8d8610cd6b8da83a.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libunicode_script-ef90090de4cf2008.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_const_eval-78a7f55f525c7e3f.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_trait_selection-f01630c14aa4738a.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_parse_format-39fa0faa9f1d33ea.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_transmute-0ffb67958d4048e4.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_mir_dataflow-9a457445365d7283.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_infer-150c94e7d6d3b556.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_next_trait_solver-bfaf72781646a203.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_codegen_ssa-7800e2c066290150.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libwasm_encoder-6f425fa157fa8a93.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libleb128-ae1655c025944696.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libthorin-a84370b223e2bd1b.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libgimli-87391da84258a2e6.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libobject-f2b2fbfc01b2c0e0.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libruzstd-669d7fc49a7ee1bf.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtwox_hash-409bd4eb62e4dc6b.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libstatic_assertions-f8a9859e21535604.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libflate2-4bce502d8e4dc61c.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libminiz_oxide-06dcb0bc3e82abfd.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libadler-b8cc20e755d080e7.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_symbol_mangling-dc7fd7ef18699116.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_demangle-80872b7572805ae8.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libpunycode-be8c2872a1e02c6e.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_incremental-4a5e1d911cb3e9d6.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libpathdiff-a2c786b546fe254a.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_metadata-63b924be577fee51.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/liblibloading-f3f58750f6818f9c.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libsnap-8014bbf1de5f794a.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_expand-65d5cd07e2823225.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_ast_passes-ceb01d21b379cd38.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_parse-a077b7da6937f7e3.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libunicode_normalization-fad2af944bf7a197.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtinyvec-ff68c0bee3f17037.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtinyvec_macros-45789f445c57bc08.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/lib/libproc_macro-546490697532bfcf.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libregex-be27b2487715615c.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libaho_corasick-14653c9eed9f9666.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libregex_syntax-f549bf3b72d683ed.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libcc-48dcca2dbead89ab.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libar_archive_writer-2804360a6e82d171.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_middle-b3f81d2c2e4ef3ef.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libfield_offset-b88e4f8f681febf0.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libmemoffset-3fa49ee21cd9d7b3.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_apfloat-b396e950a8ce9980.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libbitflags-06dcb064d670004a.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libgsgdt-7c107f57f961f349.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libpolonius_engine-22db27519b572da8.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libdatafrog-c3751235507f9e79.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_query_system-6f1e485a8a2d16cb.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_attr-22bb8a4b9bd43fc8.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_session-01facf06219aecbe.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libgetopts-ab968c41d0a507b0.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_hir_pretty-2a254c34da655e68.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_errors-255167aeb0b814d2.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtermize-0f8f2081dd65abd5.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_error_codes-91f75a5a0adb529f.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_type_ir-d516c5e79a2d558e.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_ast_pretty-0d41c5131e2142ea.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libitertools-45ed6c5d5599c3a0.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libannotate_snippets-234b3fa72a94811a.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libanstyle-05874950a75eabc0.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtermcolor-0ada5cbc83e4ad19.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_lint_defs-15990266dead6743.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_error_messages-fd67fc319dfd9585.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_baked_icu_data-f00af27fc18d8e68.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libicu_list-9cfd1f1a22850193.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libicu_list_data-97bc9205e0a0388c.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libregex_automata-bfc90130a95d7ecf.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libicu_provider_adapters-003421bd76fb67a5.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libicu_locid_transform-926aa5617a27a9b4.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libicu_locid_transform_data-36e08a933fa1fd67.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libicu_provider-5f49db876b8c1ca6.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libicu_locid-b9d04b1ef33aac91.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/liblitemap-4534f7c6aff35490.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libwriteable-6fd6ae376f2cc52f.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libfluent_bundle-56f4af0379deee03.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libfluent_langneg-f45e0cde2d3fa94e.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libintl_pluralrules-1affac813d683e25.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libself_cell-309abeae41acfa72.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libself_cell-afdf344070b7e864.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libintl_memoizer-f859e45e6c30fafb.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtype_map-4224f190130f0102.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libunic_langid-ddf4f4a13cb54791.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libunic_langid_macros-f631d085ca350049.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libunic_langid_impl-a90eaa24ce0b00f5.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtinystr-f06ab111396f4d30.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libzerovec-255b7a8059eb6381.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libyoke-6994d547dceba29a.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libzerofrom-d7876076c9da460c.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libfluent_syntax-2442fedbe7b3474b.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libthiserror-2e0549959165a5ac.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_hir-011dc3a334f4668f.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libodht-ef77a233ac3c591f.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_target-056660cdc7db6c12.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_feature-3150e34e657e9ef5.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libobject-ba9e3edbf5ad7872.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libcrc32fast-1b9daa9e4f8d020e.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libwasmparser-1b01572f1b8d0f76.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_fs_util-deb12b6f3249cf52.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libserde_json-e32ebbed3d06f7b1.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libryu-a75ce913e24083c4.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libserde-3e7e9e591e0d4a09.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_abi-2518ae7b2b9eb675.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librand_xoshiro-360b86c5aa43e627.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librand-48dfdeb427710751.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librand_chacha-776c1cd3e05fbdd2.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libppv_lite86-60e0a09a57f6414e.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librand_core-e7af062815dfa75d.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libgetrandom-d2d0b4d6e9d37d6b.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_ast-44b0bf5a1e7646f7.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libmemchr-e4362333e909db14.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_ast_ir-6f22a96cf7c20578.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_lexer-7e10c346657ef643.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libunicode_xid-453711a7d38ea813.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libunicode_properties-a77334a49d3cec54.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_span-b8a53872c133de2c.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libunicode_width-16fa3699c9c6722b.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libitoa-7fbf890c53668e8b.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libscoped_tls-e34c269e6d90a0ff.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libsha2-985dd45ce7984288.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libsha1-5aafdcb8a678a7bd.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libmd5-bf9d85b0a6519bdd.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libdigest-d4a3ac29590ec32e.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libblock_buffer-75edd18fa93086e2.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libcrypto_common-35cbe6b39d5799b1.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libgeneric_array-4601ddbd2d816b45.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtypenum-7790d0aad9bffda1.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_data_structures-2156f85328ecd169.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libelsa-af9efec5d95b43c5.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libstable_deref_trait-e0ce65418d1cb21f.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libstacker-0c12363554dccefe.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libpsm-3bc40e35852910d7.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libmemmap2-5d3ee936d073b002.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_arena-cfbfaf31fb268e02.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtempfile-e6d74640ba8efd3e.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libfastrand-fdd590deca1e0a7e.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustix-0879b6886d23b291.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libbitflags-8a551f176f07d62c.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/liberrno-2897324564fb85e2.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_stable_hash-2c12ee0617887ff9.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libmeasureme-bdc3c16612a35488.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libparking_lot-651d472ddd608e44.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libparking_lot_core-0e4638b2dfd3463b.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/liblock_api-94dce1ce486aaebd.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libscopeguard-c280e4917e2d2c62.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_graphviz-dab4b8c991584fbb.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libjobserver-ec8ea0fe5e9b44ab.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtracing-82b3851d689db7f5.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libpin_project_lite-c00c8719f76c2382.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libtracing_core-feb0a83763f92b9e.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_hash-31dd7829004c6c78.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_index-2b22c2e9fcb3cd7f.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_serialize-88b261a871733583.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libindexmap-a8357256a94f7fd5.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libequivalent-f316855011af2c11.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librayon-ebaa85aebab25832.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librayon_core-35c0ad9412696ff7.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libnum_cpus-40645f18450cd3a0.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/liblibc-ff19e0ea400fcae2.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libcrossbeam_deque-450447d161389737.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libcrossbeam_epoch-64ba13239162af36.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libcrossbeam_channel-ab6b17216ff2d0fc.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libcrossbeam_utils-be46ba92b47f8c07.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libeither-c78d391e0bcf2183.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libhashbrown-6005c058c0914346.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libahash-65463509380b2b0e.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libonce_cell-f91045961969e891.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libcfg_if-d1afb98ecf9b8dcd.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libzerocopy-4af56db4327a32ba.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libbyteorder-28e88361ca71d902.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/liballocator_api2-f7e51b566d5153b7.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libthin_vec-84caa6219c397cf3.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libsmallvec-89ab9e623b5a184b.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libarrayvec-6d61c6db46a88352.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/libena-d34d56b5c9724e00.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/liblog-4f22fc7c293c932e.rlib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/lib/libstd-208540fab5ea3139.dylib" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-sysroot/lib/rustlib/aarch64-apple-darwin/lib/libcompiler_builtins-c007c8bee7bd7529.rlib" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lz" "-lLLVM-19-rust-1.83.0-nightly" "-lc++" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-liconv" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lEnzyme-19" "-lSystem" "-lc" "-lm" "-L" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/build/psm-5231ef8013fb20a5/out" "-L" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/build/rustc_llvm-a2a0c221eefc0574/out" "-L" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/llvm/lib" "-o" "/Users/dev/software/rust-enzyme/build/aarch64-apple-darwin/stage0-rustc/aarch64-apple-darwin/release/deps/librustc_driver-93c87b2c294d6514.dylib" "-Wl,-dead_strip" "-dynamiclib" "-Wl,-dylib" "-Wl,-install_name" "-Wl,@rpath/librustc_driver-93c87b2c294d6514.dylib" "-nodefaultlibs" "-Wl,-rpath,@loader_path/../lib" = note: ld: library not found for -lEnzyme-19 clang: error: linker command failed with exit code 1 (use -v to see invocation) error: could not compile `rustc_driver` (lib) due to 1 previous error Build completed unsuccessfully in 0:04:42