# This is the CMakeCache file. # For build in directory: /Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build # It was generated by CMake: /usr/local/Cellar/cmake/3.22.2/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. # If you do want to change a value, simply edit, save, and exit the editor. # The syntax for the file is as follows: # KEY:TYPE=VALUE # KEY is the name of a variable in the cache. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. # VALUE is the current value for the KEY. ######################## # EXTERNAL cache entries ######################## //Build a 32 bit version of the library. BENCHMARK_BUILD_32_BITS:BOOL=OFF //Flags used by the C++ compiler during coverage builds. BENCHMARK_CXX_FLAGS_COVERAGE:STRING=-g //Allow the downloading and in-tree building of unmet dependencies BENCHMARK_DOWNLOAD_DEPENDENCIES:BOOL=OFF //Enable building and running the assembly tests BENCHMARK_ENABLE_ASSEMBLY_TESTS:BOOL=ON //Build documentation with Doxygen. BENCHMARK_ENABLE_DOXYGEN:BOOL=OFF //Enable the use of exceptions in the benchmark library. BENCHMARK_ENABLE_EXCEPTIONS:BOOL=OFF //Enable building the unit tests which depend on gtest BENCHMARK_ENABLE_GTEST_TESTS:BOOL=OFF //Enable installation of benchmark. (Projects embedding benchmark // may want to turn this OFF.) BENCHMARK_ENABLE_INSTALL:BOOL=OFF //Enable performance counters provided by libpfm BENCHMARK_ENABLE_LIBPFM:BOOL=OFF //Enable link time optimisation of the benchmark library. BENCHMARK_ENABLE_LTO:BOOL=OFF //Enable testing of the benchmark library. BENCHMARK_ENABLE_TESTING:BOOL=OFF //Build Release candidates with -Werror. BENCHMARK_ENABLE_WERROR:BOOL=OFF //Flags used for linking binaries during coverage builds. BENCHMARK_EXE_LINKER_FLAGS_COVERAGE:STRING= //Build Release candidates with -Werror regardless of compiler // issues. BENCHMARK_FORCE_WERROR:BOOL=OFF //Enable installation of documentation. BENCHMARK_INSTALL_DOCS:BOOL=ON //Flags used by the shared libraries linker during coverage builds. BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE:STRING= //Use bundled GoogleTest. If disabled, the find_package(GTest) // will be used. BENCHMARK_USE_BUNDLED_GTEST:BOOL=ON //Build and test using libc++ as the standard library. BENCHMARK_USE_LIBCXX:BOOL=OFF //Default URL where bug reports are to be submitted. BUG_REPORT_URL:STRING=https://github.com/llvm/llvm-project/issues/ //Build clang-format VS plugin BUILD_CLANG_FORMAT_VS_PLUGIN:BOOL=OFF //Build all libraries as shared libraries instead of static BUILD_SHARED_LIBS:BOOL=OFF //Header providing backtrace(3) facility Backtrace_HEADER:STRING=execinfo.h //Path to a file. Backtrace_INCLUDE_DIR:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include //Library providing backtrace(3), empty for default set of libraries Backtrace_LIBRARY:FILEPATH= //Path to a library. CARBON_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Carbon.framework //Build CLANG example programs by default. CLANG_BUILD_EXAMPLES:BOOL=OFF //Build the Clang tools. If OFF, just generate build targets. CLANG_BUILD_TOOLS:BOOL=ON //Default C++ stdlib to use ("libstdc++" or "libc++", empty for // platform default CLANG_DEFAULT_CXX_STDLIB:STRING= //Default linker to use (linker name or absolute path, empty for // platform default) CLANG_DEFAULT_LINKER:STRING= //Default objcopy executable to use. CLANG_DEFAULT_OBJCOPY:STRING=objcopy //Default OpenMP runtime used by -fopenmp. CLANG_DEFAULT_OPENMP_RUNTIME:STRING=libomp //Default to -fPIE and -pie on linux-gnu CLANG_DEFAULT_PIE_ON_LINUX:BOOL=ON //Default runtime library to use ("libgcc" or "compiler-rt", empty // for platform default) CLANG_DEFAULT_RTLIB:STRING= //Default standard to use for C/ObjC code (IDENT from LangStandards.def, // empty for platform default) CLANG_DEFAULT_STD_C:STRING= //Default standard to use for C++/ObjC++ code (IDENT from LangStandards.def, // empty for platform default) CLANG_DEFAULT_STD_CXX:STRING= //Default unwind library to use ("none" "libgcc" or "libunwind", // empty to match runtime library.) CLANG_DEFAULT_UNWINDLIB:STRING= //Build ARCMT. CLANG_ENABLE_ARCMT:BOOL=ON //Enable opaque pointers by default CLANG_ENABLE_OPAQUE_POINTERS:STRING=DEFAULT //Build Clang protobuf fuzzer. CLANG_ENABLE_PROTO_FUZZER:BOOL=OFF //Include static analyzer in clang binary. CLANG_ENABLE_STATIC_ANALYZER:BOOL=ON //Major version number that will be appended to the clang executable // name CLANG_EXECUTABLE_VERSION:STRING=16 //Generate build targets for the Clang docs. CLANG_INCLUDE_DOCS:BOOL=ON //Generate build targets for the Clang unit tests. CLANG_INCLUDE_TESTS:BOOL=ON //Path for CMake subdirectory for Clang (defaults to 'lib/cmake/clang') CLANG_INSTALL_PACKAGE_DIR:STRING=lib/cmake/clang //Install the scan-build tool CLANG_INSTALL_SCANBUILD:BOOL=ON //Install the scan-view tool CLANG_INSTALL_SCANVIEW:BOOL=ON //Link tools against libclang-cpp.so CLANG_LINK_CLANG_DYLIB:BOOL=OFF //Default architecture for OpenMP offloading to Nvidia GPUs. CLANG_OPENMP_NVPTX_DEFAULT_ARCH:STRING=sm_35 //Order file to use when compiling clang in order to improve startup // time (Darwin Only - requires ld64). CLANG_ORDER_FILE:FILEPATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/tools/clang/clang.order //The path to a lit testsuite containing samples for PGO and order // file generation CLANG_PGO_TRAINING_DATA:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/clang/utils/perf-training //Build clang with plugin support CLANG_PLUGIN_SUPPORT:BOOL=ON //Python versions to install libclang python bindings for CLANG_PYTHON_BINDINGS_VERSIONS:STRING= //Vendor-specific text for showing the repository the source is // taken from. CLANG_REPOSITORY_STRING:STRING= //Relative directory from the Clang binary to its resource files. CLANG_RESOURCE_DIR:STRING= //Whether clang should use a new process for the CC1 invocation CLANG_SPAWN_CC1:BOOL=OFF //SystemZ Default Arch CLANG_SYSTEMZ_DEFAULT_ARCH:STRING=z10 //Native TableGen executable. Saves building one when cross-compiling. CLANG_TABLEGEN:STRING=clang-tblgen //Run Clang tests under Valgrind CLANG_TEST_USE_VG:BOOL=OFF CLANG_TOOLING_BUILD_AST_INTROSPECTION:BOOL=OFF //Path for binary subdirectory (defaults to 'bin') CLANG_TOOLS_INSTALL_DIR:PATH=bin //Whether to build amdgpu-arch as part of CLANG CLANG_TOOL_AMDGPU_ARCH_BUILD:BOOL=ON //Whether to build apinotes-test as part of CLANG CLANG_TOOL_APINOTES_TEST_BUILD:BOOL=ON //Whether to build arcmt-test as part of CLANG CLANG_TOOL_ARCMT_TEST_BUILD:BOOL=ON //Whether to build clang-check as part of CLANG CLANG_TOOL_CLANG_CHECK_BUILD:BOOL=ON //Whether to build clang-diff as part of CLANG CLANG_TOOL_CLANG_DIFF_BUILD:BOOL=ON //Whether to build clang-extdef-mapping as part of CLANG CLANG_TOOL_CLANG_EXTDEF_MAPPING_BUILD:BOOL=ON //Whether to build clang-format as part of CLANG CLANG_TOOL_CLANG_FORMAT_BUILD:BOOL=ON //Whether to build clang-format-vs as part of CLANG CLANG_TOOL_CLANG_FORMAT_VS_BUILD:BOOL=ON //Whether to build clang-fuzzer as part of CLANG CLANG_TOOL_CLANG_FUZZER_BUILD:BOOL=ON //Whether to build clang-import-test as part of CLANG CLANG_TOOL_CLANG_IMPORT_TEST_BUILD:BOOL=ON //Whether to build clang-linker-wrapper as part of CLANG CLANG_TOOL_CLANG_LINKER_WRAPPER_BUILD:BOOL=ON //Whether to build clang-nvlink-wrapper as part of CLANG CLANG_TOOL_CLANG_NVLINK_WRAPPER_BUILD:BOOL=ON //Whether to build clang-offload-bundler as part of CLANG CLANG_TOOL_CLANG_OFFLOAD_BUNDLER_BUILD:BOOL=ON //Whether to build clang-offload-packager as part of CLANG CLANG_TOOL_CLANG_OFFLOAD_PACKAGER_BUILD:BOOL=ON //Whether to build clang-offload-wrapper as part of CLANG CLANG_TOOL_CLANG_OFFLOAD_WRAPPER_BUILD:BOOL=ON //Whether to build clang-refactor as part of CLANG CLANG_TOOL_CLANG_REFACTOR_BUILD:BOOL=ON //Whether to build clang-rename as part of CLANG CLANG_TOOL_CLANG_RENAME_BUILD:BOOL=ON //Whether to build clang-repl as part of CLANG CLANG_TOOL_CLANG_REPL_BUILD:BOOL=ON //Whether to build clang-scan-deps as part of CLANG CLANG_TOOL_CLANG_SCAN_DEPS_BUILD:BOOL=ON //Whether to build clang-shlib as part of CLANG CLANG_TOOL_CLANG_SHLIB_BUILD:BOOL=ON //Whether to build c-arcmt-test as part of CLANG CLANG_TOOL_C_ARCMT_TEST_BUILD:BOOL=ON //Whether to build c-index-test as part of CLANG CLANG_TOOL_C_INDEX_TEST_BUILD:BOOL=ON //Whether to build diagtool as part of CLANG CLANG_TOOL_DIAGTOOL_BUILD:BOOL=ON //Whether to build dictionary as part of CLANG CLANG_TOOL_DICTIONARY_BUILD:BOOL=ON //Whether to build driver as part of CLANG CLANG_TOOL_DRIVER_BUILD:BOOL=ON //Whether to build handle-cxx as part of CLANG CLANG_TOOL_HANDLE_CXX_BUILD:BOOL=ON //Whether to build handle-llvm as part of CLANG CLANG_TOOL_HANDLE_LLVM_BUILD:BOOL=ON //Whether to build libclang as part of CLANG CLANG_TOOL_LIBCLANG_BUILD:BOOL=ON //Whether to build scan-build as part of CLANG CLANG_TOOL_SCAN_BUILD_BUILD:BOOL=ON //Whether to build scan-build-py as part of CLANG CLANG_TOOL_SCAN_BUILD_PY_BUILD:BOOL=ON //Whether to build scan-view as part of CLANG CLANG_TOOL_SCAN_VIEW_BUILD:BOOL=ON //Vendor-specific text for showing with version information. CLANG_VENDOR:STRING= //Vendor-specific uti. CLANG_VENDOR_UTI:STRING=org.llvm.clang //Path to a program. CMAKE_ADDR2LINE:FILEPATH=/usr/local/bin/llvm-addr2line //Path to a program. CMAKE_AR:FILEPATH=/usr/local/bin/llvm-ar //ASM-ATT compiler CMAKE_ASM-ATT_COMPILER:FILEPATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/as //Flags used by the ASM-ATT compiler during all build types. CMAKE_ASM-ATT_FLAGS:STRING= //Flags used by the ASM-ATT compiler during DEBUG builds. CMAKE_ASM-ATT_FLAGS_DEBUG:STRING= //Flags used by the ASM-ATT compiler during MINSIZEREL builds. CMAKE_ASM-ATT_FLAGS_MINSIZEREL:STRING= //Flags used by the ASM-ATT compiler during RELEASE builds. CMAKE_ASM-ATT_FLAGS_RELEASE:STRING= //Flags used by the ASM-ATT compiler during RELWITHDEBINFO builds. CMAKE_ASM-ATT_FLAGS_RELWITHDEBINFO:STRING= //ASM compiler CMAKE_ASM_COMPILER:FILEPATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/host-compiler/bin/clang //LLVM archiver CMAKE_ASM_COMPILER_AR:FILEPATH=/usr/local/bin/llvm-ar //Generate index for LLVM archive CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/usr/local/bin/llvm-ranlib //Flags used by the ASM compiler during all build types. CMAKE_ASM_FLAGS:STRING= //Flags used by the ASM compiler during DEBUG builds. CMAKE_ASM_FLAGS_DEBUG:STRING=-g //Flags used by the ASM compiler during MINSIZEREL builds. CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the ASM compiler during RELEASE builds. CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the ASM compiler during RELWITHDEBINFO builds. CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Choose the type of build, options are: None Debug Release RelWithDebInfo // MinSizeRel ... CMAKE_BUILD_TYPE:STRING=Release //CXX compiler CMAKE_CXX_COMPILER:STRING=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/host-compiler/bin/clang++ //LLVM archiver CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/local/bin/llvm-ar //Generate index for LLVM archive CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/local/bin/llvm-ranlib //Flags used by the CXX compiler during all build types. CMAKE_CXX_FLAGS:STRING= //Flags used by the CXX compiler during DEBUG builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g //Flags used by the CXX compiler during MINSIZEREL builds. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the CXX compiler during RELEASE builds. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the CXX compiler during RELWITHDEBINFO builds. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //C++ standard to conform to CMAKE_CXX_STANDARD:STRING=17 //C compiler CMAKE_C_COMPILER:STRING=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/host-compiler/bin/clang //LLVM archiver CMAKE_C_COMPILER_AR:FILEPATH=/usr/local/bin/llvm-ar //Generate index for LLVM archive CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/local/bin/llvm-ranlib //Flags used by the C compiler during all build types. CMAKE_C_FLAGS:STRING= //Flags used by the C compiler during DEBUG builds. CMAKE_C_FLAGS_DEBUG:STRING=-g //Flags used by the C compiler during MINSIZEREL builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG //Flags used by the C compiler during RELEASE builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG //Flags used by the C compiler during RELWITHDEBINFO builds. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG //Path to a program. CMAKE_DLLTOOL:FILEPATH=/usr/local/bin/llvm-dlltool //Flags used by the linker during all build types. CMAKE_EXE_LINKER_FLAGS:STRING= //Flags used by the linker during DEBUG builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during MINSIZEREL builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during RELEASE builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during RELWITHDEBINFO builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //No help, variable specified on the command line. CMAKE_EXPORT_COMPILE_COMMANDS:UNINITIALIZED=ON //User executables (bin) CMAKE_INSTALL_BINDIR:PATH=bin //Read-only architecture-independent data (DATAROOTDIR) CMAKE_INSTALL_DATADIR:PATH= //Read-only architecture-independent data root (share) CMAKE_INSTALL_DATAROOTDIR:PATH=share //Documentation root (DATAROOTDIR/doc/PROJECT_NAME) CMAKE_INSTALL_DOCDIR:PATH= //C header files (include) CMAKE_INSTALL_INCLUDEDIR:PATH=include //Info documentation (DATAROOTDIR/info) CMAKE_INSTALL_INFODIR:PATH= //Object code libraries (lib) CMAKE_INSTALL_LIBDIR:PATH=lib //Program executables (libexec) CMAKE_INSTALL_LIBEXECDIR:PATH=libexec //Locale-dependent data (DATAROOTDIR/locale) CMAKE_INSTALL_LOCALEDIR:PATH= //Modifiable single-machine data (var) CMAKE_INSTALL_LOCALSTATEDIR:PATH=var //Man documentation (DATAROOTDIR/man) CMAKE_INSTALL_MANDIR:PATH= //Path to a program. CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool //C header files for non-gcc (/usr/include) CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include //Directories containing installed CMake modules (lib/cmake) CMAKE_INSTALL_PACKAGEDIR:PATH=lib/cmake //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-install //Run-time variable data (LOCALSTATEDIR/run) CMAKE_INSTALL_RUNSTATEDIR:PATH= //System admin executables (sbin) CMAKE_INSTALL_SBINDIR:PATH=sbin //Modifiable architecture-independent data (com) CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com //Read-only single-machine data (etc) CMAKE_INSTALL_SYSCONFDIR:PATH=etc //libtool executable CMAKE_LIBTOOL:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool //Path to a program. CMAKE_LINKER:FILEPATH=/usr/bin/ld //No help, variable specified on the command line. CMAKE_MAKE_PROGRAM:UNINITIALIZED=/usr/local/bin/ninja //Flags used by the linker during the creation of modules during // all build types. CMAKE_MODULE_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of modules during // DEBUG builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of modules during // MINSIZEREL builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of modules during // RELEASE builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of modules during // RELWITHDEBINFO builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_NM:FILEPATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/host-compiler/bin/llvm-nm //Path to a program. CMAKE_OBJCOPY:FILEPATH=/usr/local/bin/llvm-objcopy //Path to a program. CMAKE_OBJDUMP:FILEPATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/host-compiler/bin/llvm-objdump //Build architectures for OSX CMAKE_OSX_ARCHITECTURES:STRING= //Minimum OS X version to target for deployment (at runtime); newer // APIs weak linked. Set to empty string for default value. CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.15 //The product will be built against the headers and libraries located // inside the indicated SDK. CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk //Value Computed by CMake CMAKE_PROJECT_DESCRIPTION:STATIC= //Value Computed by CMake CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=LLVM //Value Computed by CMake CMAKE_PROJECT_VERSION:STATIC=16.0.99 //Value Computed by CMake CMAKE_PROJECT_VERSION_MAJOR:STATIC=16 //Value Computed by CMake CMAKE_PROJECT_VERSION_MINOR:STATIC=0 //Value Computed by CMake CMAKE_PROJECT_VERSION_PATCH:STATIC=99 //Value Computed by CMake CMAKE_PROJECT_VERSION_TWEAK:STATIC= //Path to a program. CMAKE_RANLIB:FILEPATH=/usr/local/bin/llvm-ranlib //Path to a program. CMAKE_READELF:FILEPATH=/usr/local/bin/llvm-readelf //Flags used by the linker during the creation of shared libraries // during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of shared libraries // during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of shared libraries // during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of shared libraries // during RELEASE builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of shared libraries // during RELWITHDEBINFO builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= //If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO //If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO //Flags used by the linker during the creation of static libraries // during all build types. CMAKE_STATIC_LINKER_FLAGS:STRING= //Flags used by the linker during the creation of static libraries // during DEBUG builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= //Flags used by the linker during the creation of static libraries // during MINSIZEREL builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= //Flags used by the linker during the creation of static libraries // during RELEASE builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= //Flags used by the linker during the creation of static libraries // during RELWITHDEBINFO builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= //Path to a program. CMAKE_STRIP:FILEPATH=/usr/local/bin/llvm-strip //If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE //Path to a program. CMAKE_XCRUN:FILEPATH=/usr/bin/xcrun //Path to a library. CORE_FOUNDATION_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreFoundation.framework //Path to a library. CORE_SERVICES_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/CoreServices.framework //Enable to build OSX bundles CPACK_BINARY_BUNDLE:BOOL=OFF //Enable to build Debian packages CPACK_BINARY_DEB:BOOL=OFF //Enable to build OSX Drag And Drop package CPACK_BINARY_DRAGNDROP:BOOL=OFF //Enable to build FreeBSD packages CPACK_BINARY_FREEBSD:BOOL=OFF //Enable to build IFW packages CPACK_BINARY_IFW:BOOL=OFF //Enable to build NSIS packages CPACK_BINARY_NSIS:BOOL=OFF //Enable to build OSX X11 packages (deprecated) CPACK_BINARY_OSXX11:BOOL=OFF //Enable to build PackageMaker packages (deprecated) CPACK_BINARY_PACKAGEMAKER:BOOL=OFF //Enable to build productbuild packages CPACK_BINARY_PRODUCTBUILD:BOOL=OFF //Enable to build RPM packages CPACK_BINARY_RPM:BOOL=OFF //Enable to build STGZ packages CPACK_BINARY_STGZ:BOOL=ON //Enable to build TBZ2 packages CPACK_BINARY_TBZ2:BOOL=OFF //Enable to build TGZ packages CPACK_BINARY_TGZ:BOOL=ON //Enable to build TXZ packages CPACK_BINARY_TXZ:BOOL=OFF //Enable to build RPM source packages CPACK_SOURCE_RPM:BOOL=OFF //Enable to build TBZ2 source packages CPACK_SOURCE_TBZ2:BOOL=ON //Enable to build TGZ source packages CPACK_SOURCE_TGZ:BOOL=ON //Enable to build TXZ source packages CPACK_SOURCE_TXZ:BOOL=ON //Enable to build TZ source packages CPACK_SOURCE_TZ:BOOL=ON //Enable to build ZIP source packages CPACK_SOURCE_ZIP:BOOL=OFF //Compile device code in 64 bit mode CUDA_64_BIT_DEVICE_CODE:BOOL=ON //Attach the build rule to the CUDA source file. Enable only when // the CUDA source file is added to at most one target. CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE:BOOL=ON //Generate and parse .cubin files in Device mode. CUDA_BUILD_CUBIN:BOOL=OFF //Build in Emulation mode CUDA_BUILD_EMULATION:BOOL=OFF //"cudart" library CUDA_CUDART_LIBRARY:FILEPATH=CUDA_CUDART_LIBRARY-NOTFOUND //"cuda" library (older versions only). CUDA_CUDA_LIBRARY:FILEPATH=CUDA_CUDA_LIBRARY-NOTFOUND //Directory to put all the output files. If blank it will default // to the CMAKE_CURRENT_BINARY_DIR CUDA_GENERATED_OUTPUT_DIR:PATH= //Generated file extension CUDA_HOST_COMPILATION_CPP:BOOL=ON //Host side compiler used by NVCC CUDA_HOST_COMPILER:FILEPATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/host-compiler/bin/clang //Path to a program. CUDA_NVCC_EXECUTABLE:FILEPATH=CUDA_NVCC_EXECUTABLE-NOTFOUND //Semi-colon delimit multiple arguments. during all build types. CUDA_NVCC_FLAGS:STRING= //Semi-colon delimit multiple arguments. during DEBUG builds. CUDA_NVCC_FLAGS_DEBUG:STRING= //Semi-colon delimit multiple arguments. during MINSIZEREL builds. CUDA_NVCC_FLAGS_MINSIZEREL:STRING= //Semi-colon delimit multiple arguments. during RELEASE builds. CUDA_NVCC_FLAGS_RELEASE:STRING= //Semi-colon delimit multiple arguments. during RELWITHDEBINFO // builds. CUDA_NVCC_FLAGS_RELWITHDEBINFO:STRING= //Propagate C/CXX_FLAGS and friends to the host compiler via -Xcompile CUDA_PROPAGATE_HOST_FLAGS:BOOL=ON //Path to a file. CUDA_SDK_ROOT_DIR:PATH=CUDA_SDK_ROOT_DIR-NOTFOUND //Compile CUDA objects with separable compilation enabled. Requires // CUDA 5.0+ CUDA_SEPARABLE_COMPILATION:BOOL=OFF //Path to a file. CUDA_TOOLKIT_INCLUDE:PATH=CUDA_TOOLKIT_INCLUDE-NOTFOUND //Print out the commands run while compiling the CUDA source file. // With the Makefile generator this defaults to VERBOSE variable // specified on the command line, but can be forced on with this // option. CUDA_VERBOSE_BUILD:BOOL=OFF //"cublas" library CUDA_cublas_LIBRARY:FILEPATH=CUDA_cublas_LIBRARY-NOTFOUND //"cublasemu" library CUDA_cublasemu_LIBRARY:FILEPATH=CUDA_cublasemu_LIBRARY-NOTFOUND //"cufft" library CUDA_cufft_LIBRARY:FILEPATH=CUDA_cufft_LIBRARY-NOTFOUND //"cufftemu" library CUDA_cufftemu_LIBRARY:FILEPATH=CUDA_cufftemu_LIBRARY-NOTFOUND //Path to a library. CURSES_CURSES_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libcurses.tbd //Path to a library. CURSES_FORM_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libform.tbd //Path to a file. CURSES_INCLUDE_PATH:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include //Path to a library. CURSES_NCURSES_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libncurses.tbd //Colon separated list of directories clang will search for headers. C_INCLUDE_DIRS:STRING= //Path to a library. CrashReporterClient:FILEPATH=CrashReporterClient-NOTFOUND //Default to all compiler invocations for --sysroot=. DEFAULT_SYSROOT:STRING= //Dot tool for use with Doxygen DOXYGEN_DOT_EXECUTABLE:FILEPATH=DOXYGEN_DOT_EXECUTABLE-NOTFOUND //Doxygen documentation generation tool (http://www.doxygen.org) DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND //Path to a program. DTRACE:FILEPATH=/usr/sbin/dtrace //Value Computed by CMake Debugserver_BINARY_DIR:STATIC=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/tools/lldb/tools/debugserver //Value Computed by CMake Debugserver_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake Debugserver_SOURCE_DIR:STATIC=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/tools/debugserver //pass --build-id to ld ENABLE_LINKER_BUILD_ID:BOOL=OFF //enable x86 relax relocations by default ENABLE_X86_RELAX_RELOCATIONS:BOOL=ON //The directory containing a CMake configuration file for FBSDVMCore. FBSDVMCore_DIR:PATH=FBSDVMCore_DIR-NOTFOUND //Additional directory, where CMake should search for ffi.h or // ffi/ffi.h FFI_INCLUDE_DIR:PATH= //Additional directory, where CMake should search for libffi.so FFI_LIBRARY_DIR:PATH= //Path to a library. FOUNDATION_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Foundation.framework //Directory where gcc is installed. GCC_INSTALL_PREFIX:PATH= //Git command line client GIT_EXECUTABLE:FILEPATH=/usr/bin/git //The gold linker GOLD_EXECUTABLE:FILEPATH=/usr/bin/ld //go executable GO_EXECUTABLE:FILEPATH=GO_EXECUTABLE-NOTFOUND //OK HAVE_STD_REGEX:BOOL=ON //ld64 executable LD64_EXECUTABLE:PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld //Build libclang as a static library (in addition to a shared one) LIBCLANG_BUILD_STATIC:BOOL=OFF //Major version number that will be appended to the libclang library LIBCLANG_LIBRARY_VERSION:STRING=16 //Build libc++abi for baremetal targets. LIBCXXABI_BAREMETAL:BOOL=OFF //Build 32 bit multilib libc++abi. This option is not supported // anymore when building the runtimes. Please specify a full triple // instead. LIBCXXABI_BUILD_32_BITS:BOOL=OFF //Build libc++abi with an externalized threading library. //\n This option may only be set to ON when LIBCXXABI_ENABLE_THREADS=ON LIBCXXABI_BUILD_EXTERNAL_THREAD_LIBRARY:BOOL=OFF //Enable assertions independent of build mode. LIBCXXABI_ENABLE_ASSERTIONS:BOOL=ON //Provide support for exceptions in the runtime. //\n When disabled, libc++abi does not support stack unwinding // and other exceptions-related features. LIBCXXABI_ENABLE_EXCEPTIONS:BOOL=ON //Make dynamic_cast more forgiving when type_info's mistakenly // have hidden visibility, and thus multiple type_infos can exist // for a single type. When the dynamic_cast would normally fail, // this option will cause the library to try comparing the type_info // names to see if they are equal instead. LIBCXXABI_ENABLE_FORGIVING_DYNAMIC_CAST:BOOL=OFF //Build libc++abi with definitions for operator new/delete. These // are normally //\n defined in libc++abi, but it is also possible to define them // in libc++, in //\n which case the definition in libc++abi should be turned off. LIBCXXABI_ENABLE_NEW_DELETE_DEFINITIONS:BOOL=ON //Compile with pedantic enabled. LIBCXXABI_ENABLE_PEDANTIC:BOOL=ON //Build libc++abi as a shared library. LIBCXXABI_ENABLE_SHARED:BOOL=ON //Build libc++abi as a static library. LIBCXXABI_ENABLE_STATIC:BOOL=ON //Statically link the LLVM unwinder. LIBCXXABI_ENABLE_STATIC_UNWINDER:BOOL=OFF //Build with threads enabled LIBCXXABI_ENABLE_THREADS:BOOL=ON //Fail and stop if a warning is triggered. LIBCXXABI_ENABLE_WERROR:BOOL=OFF //Executor to use when running tests. LIBCXXABI_EXECUTOR:STRING=/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/bin/python3.8 /Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/libcxxabi/../libcxx/utils/run.py //Build libc++abi with an externalized threading API. //\n This option may only be set to ON when LIBCXXABI_ENABLE_THREADS=ON. LIBCXXABI_HAS_EXTERNAL_THREAD_API:BOOL=OFF //Ignore auto-detection and force use of pthread API LIBCXXABI_HAS_PTHREAD_API:BOOL=OFF //Ignore auto-detection and force use of win32 thread API LIBCXXABI_HAS_WIN32_THREAD_API:BOOL=OFF //Do not export any symbols from the static library. LIBCXXABI_HERMETIC_STATIC_LIBRARY:BOOL=OFF //Generate build targets for the libc++abi unit tests. LIBCXXABI_INCLUDE_TESTS:BOOL=ON //Install the libc++abi headers. LIBCXXABI_INSTALL_HEADERS:BOOL=ON //Path to install the libc++abi headers at. LIBCXXABI_INSTALL_INCLUDE_DIR:PATH=include/c++/v1 //Install the libc++abi library. LIBCXXABI_INSTALL_LIBRARY:BOOL=ON //Path where built libc++abi libraries should be installed. LIBCXXABI_INSTALL_LIBRARY_DIR:PATH=lib //Path where built libc++abi runtime libraries should be installed. LIBCXXABI_INSTALL_RUNTIME_DIR:PATH=bin //Install the shared libc++abi library. LIBCXXABI_INSTALL_SHARED_LIBRARY:BOOL=ON //Install the static libc++abi library. LIBCXXABI_INSTALL_STATIC_LIBRARY:BOOL=ON //Specify path to libc++ includes. LIBCXXABI_LIBCXX_INCLUDES:PATH= //The path to libc++ library. LIBCXXABI_LIBCXX_LIBRARY_PATH:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/./lib //Specify path to libc++ source. LIBCXXABI_LIBCXX_PATH:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/libcxxabi/../libcxx //Define suffix of library directory name (32/64) LIBCXXABI_LIBDIR_SUFFIX:STRING= //Version of libc++abi. This will be reflected in the name of the // shared library produced. For example, -DLIBCXXABI_LIBRARY_VERSION=x.y // will result in the library being named libc++abi.x.y.dylib, // along with the usual symlinks pointing to that. LIBCXXABI_LIBRARY_VERSION:STRING=1.0 //Specify path to libunwind includes. LIBCXXABI_LIBUNWIND_INCLUDES:PATH= //Specify path to libunwind source. LIBCXXABI_LIBUNWIND_PATH:PATH= //Whether the libc++abi tests should link with the shared libc++ // library LIBCXXABI_LINK_TESTS_WITH_SHARED_LIBCXX:BOOL=ON //Whether the libc++abi tests should link with the shared libc++abi // library LIBCXXABI_LINK_TESTS_WITH_SHARED_LIBCXXABI:BOOL=ON //Set this to make the terminate handler //\navoid demangling LIBCXXABI_NON_DEMANGLING_TERMINATE:BOOL=OFF //Set this to make the terminate handler default to a silent alternative LIBCXXABI_SILENT_TERMINATE:BOOL=OFF //TargetInfo to use when setting up test environment. LIBCXXABI_TARGET_INFO:STRING=libcxx.test.target_info.LocalTI //The path to the Lit testing configuration to use when running // the tests. //\n If a relative path is provided, it is assumed to be relative // to '/libcxxabi/test/configs'. LIBCXXABI_TEST_CONFIG:STRING=llvm-libc++abi-shared.cfg.in //A list of parameters to run the Lit test suite with. LIBCXXABI_TEST_PARAMS:STRING= //Use compiler-rt instead of libgcc LIBCXXABI_USE_COMPILER_RT:BOOL=OFF //Build and use the LLVM unwinder. LIBCXXABI_USE_LLVM_UNWINDER:BOOL=OFF //A semicolon separated list of ABI macros to define in the site // config header. LIBCXX_ABI_DEFINES:STRING= //Ignore auto-detection and force use of the Itanium ABI. LIBCXX_ABI_FORCE_ITANIUM:BOOL=OFF //Ignore auto-detection and force use of the Microsoft ABI. LIBCXX_ABI_FORCE_MICROSOFT:BOOL=OFF //The inline ABI namespace used by libc++. It defaults to __n where // `n` is the current ABI version. LIBCXX_ABI_NAMESPACE:STRING=__1 //Use the unstable ABI of libc++. This is equivalent to specifying // LIBCXX_ABI_VERSION=n, where n is the not-yet-stable version. LIBCXX_ABI_UNSTABLE:BOOL=OFF //ABI version of libc++. Can be either 1 or 2, where 2 is currently // the unstable ABI. //\n Defaults to 1 unless LIBCXX_ABI_UNSTABLE is specified, in // which case this is 2. LIBCXX_ABI_VERSION:STRING=1 //Use alternate GCC toolchain when building the native benchmarks LIBCXX_BENCHMARK_NATIVE_GCC_TOOLCHAIN:STRING= //Build the benchmarks against the specified native STL. //\n The value must be one of libc++/libstdc++ LIBCXX_BENCHMARK_NATIVE_STDLIB:STRING= //Arguments to pass when running the benchmarks using check-cxx-benchmarks LIBCXX_BENCHMARK_TEST_ARGS:STRING=--benchmark_min_time=0.01 //Build 32 bit multilib libc++. This option is not supported anymore // when building the runtimes. Please specify a full triple instead. LIBCXX_BUILD_32_BITS:BOOL=OFF //Build libc++ with an externalized threading library. //\n This option may only be set to ON when LIBCXX_ENABLE_THREADS=ON LIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY:BOOL=OFF //Configure libcxx for use within an IDE LIBCXX_CONFIGURE_IDE:BOOL=OFF //The Profile-rt library used to build with code coverage LIBCXX_COVERAGE_LIBRARY:STRING= //Specify C++ ABI library to use. Supported values are none;libcxxabi;system-libcxxabi;libcxxrt;libstdc++;libsupc++;vcruntime. LIBCXX_CXX_ABI:STRING=libcxxabi //The path to libc++abi library. LIBCXX_CXX_ABI_LIBRARY_PATH:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/./lib //Disable #warnings about conflicting macros. LIBCXX_DISABLE_MACRO_CONFLICT_WARNINGS:BOOL=OFF //Use and install a linker script for the given ABI library LIBCXX_ENABLE_ABI_LINKER_SCRIPT:BOOL=OFF //Enable assertions inside the compiled library, and at the same // time make it the //\n default when compiling user code. Note that assertions can // be enabled or disabled //\n by users in their own code regardless of this option. LIBCXX_ENABLE_ASSERTIONS:BOOL=OFF //Whether to include the old Debug mode symbols in the compiled // library. This //\n is provided for backwards compatibility since the compiled // library used to //\n always contain those symbols, regardless of whether the library // was built //\n with the debug mode enabled. This is OFF by default, please // contact the libc++ //\n developers if you need to turn this on, as this will be removed // in LLVM 16. LIBCXX_ENABLE_BACKWARDS_COMPATIBILITY_DEBUG_MODE_SYMBOLS:BOOL=OFF //Whether to build libc++ with the debug mode enabled. //\n By default, this is turned off. Turning it on results in // a different ABI (additional //\n symbols but also potentially different layouts of types), // and one should not mix code //\n built against a dylib that has debug mode and code built // against a regular dylib. LIBCXX_ENABLE_DEBUG_MODE:BOOL=OFF //Use exceptions. LIBCXX_ENABLE_EXCEPTIONS:BOOL=ON //Build filesystem as part of the main libc++ library LIBCXX_ENABLE_FILESYSTEM:BOOL=ON //Whether to include support for localization in the library. Disabling //\n localization can be useful when porting to platforms that // don't support //\n the C locale API (e.g. embedded). When localization is not // supported, //\n several parts of the library will be disabled: , // , //\n will be completely unusable, and other parts may be only // partly available. LIBCXX_ENABLE_LOCALIZATION:BOOL=ON //Build libc++ with support for a monotonic clock. //\n This option may only be set to OFF when LIBCXX_ENABLE_THREADS=OFF. LIBCXX_ENABLE_MONOTONIC_CLOCK:BOOL=ON //Build libc++ with definitions for operator new/delete. These // are normally //\n defined in libc++abi, but this option can be used to define // them in libc++ //\n instead. If you define them in libc++, make sure they are // NOT defined in //\n libc++abi. Doing otherwise is an ODR violation. LIBCXX_ENABLE_NEW_DELETE_DEFINITIONS:BOOL=OFF //Enable the parallel algorithms library. This requires the PSTL // to be available. LIBCXX_ENABLE_PARALLEL_ALGORITHMS:BOOL=OFF //Compile with pedantic enabled. LIBCXX_ENABLE_PEDANTIC:BOOL=OFF //Whether to include support for std::random_device in the library. // Disabling //\n this can be useful when building the library for platforms // that don't have //\n a source of randomness, such as some embedded platforms. // When this is not //\n supported, most of will still be available, but // std::random_device //\n will not. LIBCXX_ENABLE_RANDOM_DEVICE:BOOL=ON //Use run time type information. LIBCXX_ENABLE_RTTI:BOOL=ON //Build libc++ as a shared library. LIBCXX_ENABLE_SHARED:BOOL=ON //Build libc++ as a static library. LIBCXX_ENABLE_STATIC:BOOL=ON //Use a static copy of the ABI library when linking libc++. //\n This option cannot be used with LIBCXX_ENABLE_ABI_LINKER_SCRIPT. LIBCXX_ENABLE_STATIC_ABI_LIBRARY:BOOL=OFF //Build libc++ with support for threads. LIBCXX_ENABLE_THREADS:BOOL=ON //Whether to include support for Unicode in the library. Disabling // Unicode can //\n be useful when porting to platforms that don't support UTF-8 // encoding (e.g. //\n embedded). LIBCXX_ENABLE_UNICODE:BOOL=ON //Whether to turn on vendor availability annotations on declarations // that depend //\n on definitions in a shared library. By default, we assume // that we're not building //\n libc++ for any specific vendor, and we disable those annotations. // Vendors wishing //\n to provide compile-time errors when using features unavailable // on some version of //\n the shared library they shipped should turn this on and see // `include/__availability` //\n for more details. LIBCXX_ENABLE_VENDOR_AVAILABILITY_ANNOTATIONS:BOOL=OFF //Fail and stop if a warning is triggered. LIBCXX_ENABLE_WERROR:BOOL=OFF //Whether to include support for wide characters in the library. // Disabling //\n wide character support can be useful when porting to platforms // that don't //\n support the C functionality for wide characters. When wide // characters are //\n not supported, several parts of the library will be disabled, // notably the //\n wide character specializations of std::basic_string. LIBCXX_ENABLE_WIDE_CHARACTERS:BOOL=ON //Executor to use when running tests. LIBCXX_EXECUTOR:STRING=\"/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/bin/python3.8\" /Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/libcxx/test/../utils/run.py //Extra defines to add into __config_site LIBCXX_EXTRA_SITE_DEFINES:BOOL=OFF //Enable generating code coverage. LIBCXX_GENERATE_COVERAGE:BOOL=OFF //Build libc++ with an externalized threading API. //\n This option may only be set to ON when LIBCXX_ENABLE_THREADS=ON. LIBCXX_HAS_EXTERNAL_THREAD_API:BOOL=OFF //Build libc++ with support for the Musl C library LIBCXX_HAS_MUSL_LIBC:BOOL=OFF //Ignore auto-detection and force use of pthread API LIBCXX_HAS_PTHREAD_API:BOOL=OFF //Ignore auto-detection and force use of win32 thread API LIBCXX_HAS_WIN32_THREAD_API:BOOL=OFF //Do not export any symbols from the static library. LIBCXX_HERMETIC_STATIC_LIBRARY:BOOL=OFF //Build the libc++ benchmarks and their dependencies LIBCXX_INCLUDE_BENCHMARKS:BOOL=ON //Build the libc++ documentation. LIBCXX_INCLUDE_DOCS:BOOL=ON //Build the libc++ tests. LIBCXX_INCLUDE_TESTS:BOOL=ON //Install the libc++ headers. LIBCXX_INSTALL_HEADERS:BOOL=ON //Path where target-agnostic libc++ headers should be installed. LIBCXX_INSTALL_INCLUDE_DIR:PATH=include/c++/v1 //Path where target-specific libc++ headers should be installed. LIBCXX_INSTALL_INCLUDE_TARGET_DIR:PATH=include/c++/v1 //Install the libc++ library. LIBCXX_INSTALL_LIBRARY:BOOL=ON //Path where built libc++ libraries should be installed. LIBCXX_INSTALL_LIBRARY_DIR:PATH=lib //Path where built libc++ runtime libraries should be installed. LIBCXX_INSTALL_RUNTIME_DIR:PATH=bin //Install the shared libc++ library. LIBCXX_INSTALL_SHARED_LIBRARY:BOOL=ON //Install the static libc++ library. LIBCXX_INSTALL_STATIC_LIBRARY:BOOL=ON //Define suffix of library directory name (32/64) LIBCXX_LIBDIR_SUFFIX:STRING= //Version of libc++. This will be reflected in the name of the // shared library produced. //\n For example, -DLIBCXX_LIBRARY_VERSION=x.y will result in // the library being named //\n libc++.x.y.dylib, along with the usual symlinks pointing // to that. On Apple platforms, //\n this also controls the linker's 'current_version' property. LIBCXX_LIBRARY_VERSION:STRING=1.0 //Whether the libc++ tests should link with the shared libc++ library LIBCXX_LINK_TESTS_WITH_SHARED_LIBCXX:BOOL=ON //Whether the libc++ tests should link with the shared libc++abi // library LIBCXX_LINK_TESTS_WITH_SHARED_LIBCXXABI:BOOL=ON //Configuration variant to use for LIT. LIBCXX_LIT_VARIANT:STRING=libcxx //TargetInfo to use when setting up test environment. LIBCXX_TARGET_INFO:STRING=libcxx.test.target_info.LocalTI //Additonal linker flags to pass when compiling the tests LIBCXX_TEST_COMPILER_FLAGS:STRING= //The path to the Lit testing configuration to use when running // the tests. //\n If a relative path is provided, it is assumed to be relative // to '/libcxx/test/configs'. LIBCXX_TEST_CONFIG:STRING=llvm-libc++-shared.cfg.in //Additonal linker flags to pass when compiling the tests LIBCXX_TEST_LINKER_FLAGS:STRING= //A list of parameters to run the Lit test suite with. LIBCXX_TEST_PARAMS:STRING= //Override the implementation to use for comparing typeinfos. By // default, this //\n is detected automatically by the library, but this option // allows overriding //\n which implementation is used unconditionally. //\n //\n See the documentation in for details // on what each //\n value means. LIBCXX_TYPEINFO_COMPARISON_IMPLEMENTATION:STRING=default //Use compiler-rt instead of libgcc LIBCXX_USE_COMPILER_RT:BOOL=OFF //Path to a file. LIBLZMA_INCLUDE_DIR:PATH=/usr/local/include //Path to a library. LIBLZMA_LIBRARY_DEBUG:FILEPATH=LIBLZMA_LIBRARY_DEBUG-NOTFOUND //Path to a library. LIBLZMA_LIBRARY_RELEASE:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/liblzma.tbd //Path to a file. LIBXML2_INCLUDE_DIR:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/libxml2 //Path to a library. LIBXML2_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libxml2.tbd //Path to a program. LIBXML2_XMLLINT_EXECUTABLE:FILEPATH=/usr/bin/xmllint //Build LLDB.framework (Darwin only) LLDB_BUILD_FRAMEWORK:BOOL=OFF //Enable Building of Intel(R) Memory Protection Extensions LLDB_BUILD_INTEL_MPX:BOOL=ON //Enable Building of Intel(R) Processor Trace Tool LLDB_BUILD_INTEL_PT:BOOL=OFF //Identity override for debugserver; see 'Code Signing on macOS' // in the documentation (Darwin only) LLDB_CODESIGN_IDENTITY:STRING= //Embed PYTHONHOME in the binary. If set to OFF, PYTHONHOME environment // variable will be used to to locate Python. LLDB_EMBED_PYTHON_HOME:BOOL=OFF //Build debugserver for arm64 and arm64e LLDB_ENABLE_ARM64E_DEBUGSERVER:BOOL=OFF //Enable curses support in LLDB On, Off or Auto (default) LLDB_ENABLE_CURSES:STRING=Auto //Enable libfbsdvmcore support in LLDB On, Off or Auto (default) LLDB_ENABLE_FBSDVMCORE:STRING=Auto //Enable editline support in LLDB On, Off or Auto (default) LLDB_ENABLE_LIBEDIT:STRING=Auto //Enable Libxml 2 support in LLDB On, Off or Auto (default) LLDB_ENABLE_LIBXML2:STRING=Auto //Enable Lua scripting support in LLDB On, Off or Auto (default) LLDB_ENABLE_LUA:STRING=Auto //Enable LZMA compression support in LLDB On, Off or Auto (default) LLDB_ENABLE_LZMA:STRING=Auto //Enable Python scripting support in LLDB On, Off or Auto (default) LLDB_ENABLE_PYTHON:STRING=On //Causes lldb to export all symbols when building liblldb. LLDB_EXPORT_ALL_SYMBOLS:BOOL=0 //Path to the global lldbinit directory. Relative paths are resolved // relative to the //\n directory containing the LLDB library. LLDB_GLOBAL_INIT_DIRECTORY:STRING= //Generate build targets for the LLDB unit tests. LLDB_INCLUDE_TESTS:BOOL=ON //Disable default RPATH settings in binaries LLDB_NO_INSTALL_DEFAULT_RPATH:BOOL=OFF //Path to python interpreter exectuable, relative to python's install // prefix LLDB_PYTHON_EXE_RELATIVE_PATH:STRING=bin/python3.8 //Filename extension for native code python modules LLDB_PYTHON_EXT_SUFFIX:STRING=.cpython-38-darwin.so //Path where Python modules are installed, relative to LLDB's install // prefix LLDB_PYTHON_RELATIVE_PATH:STRING=lib/python3.8/site-packages //Whether to skip generating a dSYM when installing lldb. LLDB_SKIP_DSYM:BOOL=OFF //Whether to skip stripping of binaries when installing lldb. LLDB_SKIP_STRIP:BOOL=OFF //Native TableGen executable. Saves building one when cross-compiling. LLDB_TABLEGEN:STRING=lldb-tblgen //Specify the architecture to run LLDB tests as (x86|x64). Determines // whether tests are compiled with -m32 or -m64 LLDB_TEST_ARCH:STRING=x86_64 //The build root for building tests. LLDB_TEST_BUILD_DIRECTORY:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/lldb-test-build.noindex //C Compiler to use for building LLDB test inferiors LLDB_TEST_COMPILER:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/host-compiler/bin/clang //dsymutil used for generating dSYM bundles LLDB_TEST_DSYMUTIL:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/./bin/dsymutil //lldb executable used for testing LLDB_TEST_EXECUTABLE:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/./bin/lldb //The Clang module cache used by the Clang while building tests. LLDB_TEST_MODULE_CACHE_CLANG:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/lldb-test-build.noindex/module-cache-clang //The Clang module cache used by the Clang embedded in LLDB while // running tests. LLDB_TEST_MODULE_CACHE_LLDB:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/lldb-test-build.noindex/module-cache-lldb //Specify additional arguments to pass to test runner. For example: // '-C gcc -C clang -A i386 -A x86_64' LLDB_TEST_USER_ARGS:STRING=--arch;x86_64;--build-dir;/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/lldb-test-build.noindex;-t;--env;TERM=vt100 //Whether to build darwin-debug as part of LLDB LLDB_TOOL_DARWIN_DEBUG_BUILD:BOOL=ON //Whether to build debugserver as part of LLDB LLDB_TOOL_DEBUGSERVER_BUILD:BOOL=ON //Whether to build lldb-instr as part of LLDB LLDB_TOOL_LLDB_INSTR_BUILD:BOOL=ON //Whether to build lldb-server as part of LLDB LLDB_TOOL_LLDB_SERVER_BUILD:BOOL=ON //Whether to build lldb-vscode as part of LLDB LLDB_TOOL_LLDB_VSCODE_BUILD:BOOL=ON //When codesigning, use entitlements if available LLDB_USE_ENTITLEMENTS:BOOL=ON //Use the system's debugserver for testing (Darwin only). LLDB_USE_SYSTEM_DEBUGSERVER:BOOL=OFF //Use six.py shipped with system and do not install a copy of it LLDB_USE_SYSTEM_SIX:BOOL=OFF //Build the lld tools. If OFF, just generate build targets. LLD_BUILD_TOOLS:BOOL=ON //Use MinGW as the default backend for ld.lld. If OFF, ELF will // be used. LLD_DEFAULT_LD_LLD_IS_MINGW:BOOL=OFF //Path for CMake subdirectory for LLD (defaults to 'lib/cmake/lld') LLD_INSTALL_PACKAGE_DIR:STRING=lib/cmake/lld //Path for binary subdirectory (defaults to 'bin') LLD_TOOLS_INSTALL_DIR:PATH=bin //Enable VTune user task tracking. LLD_USE_VTUNE:BOOL=OFF //Vendor-specific text for showing with version information. LLD_VENDOR:STRING= //Enable abi-breaking checks. Can be WITH_ASSERTS, FORCE_ON or // FORCE_OFF. LLVM_ABI_BREAKING_CHECKS:STRING=WITH_ASSERTS //OFF LLVM_ALLOW_PROBLEMATIC_CONFIGURATIONS:BOOL=OFF //Embed the version control system revision in LLVM LLVM_APPEND_VC_REV:BOOL=ON //Value Computed by CMake LLVM_BINARY_DIR:STATIC=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build //PATH to binutils/include containing plugin-api.h for gold plugin. LLVM_BINUTILS_INCDIR:PATH= //Build 32 bits executables and libraries. LLVM_BUILD_32_BITS:BOOL=OFF //Add LLVM benchmark targets to the list of default //\ntargets. If OFF, benchmarks still could be built using Benchmarks // target. LLVM_BUILD_BENCHMARKS:BOOL=OFF //Build the llvm documentation. LLVM_BUILD_DOCS:BOOL=OFF //Build the LLVM example programs. If OFF, just generate build // targets. LLVM_BUILD_EXAMPLES:BOOL=OFF //Build compiler-rt as an external project. LLVM_BUILD_EXTERNAL_COMPILER_RT:BOOL=OFF //Build LLVM and tools with PGO instrumentation. May be specified // as IR or Frontend LLVM_BUILD_INSTRUMENTED:STRING=OFF //Build LLVM and tools with Code Coverage instrumentation LLVM_BUILD_INSTRUMENTED_COVERAGE:BOOL=OFF //Build libllvm-c re-export library (Darwin only) LLVM_BUILD_LLVM_C_DYLIB:BOOL=OFF //Build libllvm dynamic library LLVM_BUILD_LLVM_DYLIB:BOOL=OFF //Build the LLVM runtime libraries. LLVM_BUILD_RUNTIME:BOOL=ON //Build the LLVM runtimes. If OFF, just generate build targets. LLVM_BUILD_RUNTIMES:BOOL=ON //Build LLVM unit tests. If OFF, just generate build targets. LLVM_BUILD_TESTS:BOOL=OFF //Build the LLVM tools. If OFF, just generate build targets. LLVM_BUILD_TOOLS:BOOL=ON //Build LLVM utility binaries. If OFF, just generate build targets. LLVM_BUILD_UTILS:BOOL=ON //Statically link Bye into tools (if available) LLVM_BYE_LINK_INTO_TOOLS:BOOL=OFF //Set to ON for a ccache enabled build LLVM_CCACHE_BUILD:BOOL=OFF //Sign executables and dylibs with the given identity or skip if // empty (Darwin Only) LLVM_CODESIGNING_IDENTITY:STRING= //Create a target to install LLVM into an Xcode toolchain LLVM_CREATE_XCODE_TOOLCHAIN:BOOL=OFF //Default target for which LLVM will generate code. LLVM_DEFAULT_TARGET_TRIPLE:STRING=x86_64-apple-darwin19.5.0 //Dependency debugging mode to verify correctly expressed library // dependencies (Darwin only) LLVM_DEPENDENCY_DEBUGGING:BOOL=OFF //Semicolon-separated list of components to include in libLLVM, // or "all". LLVM_DYLIB_COMPONENTS:STRING=all //Enable assertions LLVM_ENABLE_ASSERTIONS:BOOL=TRUE //Enable embedding backtraces on crash. LLVM_ENABLE_BACKTRACES:BOOL=ON //Build bindings. LLVM_ENABLE_BINDINGS:BOOL=ON //Turn on memory dumps on crashes. Currently only implemented on // Windows. LLVM_ENABLE_CRASH_DUMPS:BOOL=OFF //Enable crash overrides. LLVM_ENABLE_CRASH_OVERRIDES:BOOL=ON //Use libcurl for the HTTP client if available. Can be ON, OFF, // or FORCE_ON LLVM_ENABLE_CURL:STRING=OFF //Debug: Prints tablegen patterns that were used for selecting LLVM_ENABLE_DAGISEL_COV:BOOL=OFF //Use doxygen to generate llvm API documentation. LLVM_ENABLE_DOXYGEN:BOOL=OFF //Enable dump functions even when assertions are disabled LLVM_ENABLE_DUMP:BOOL=OFF //Enable Exception handling LLVM_ENABLE_EH:BOOL=OFF //Enable expensive checks LLVM_ENABLE_EXPENSIVE_CHECKS:BOOL=OFF //Use libffi to call external functions from the interpreter LLVM_ENABLE_FFI:BOOL=OFF //Enable collection of GlobalISel rule coverage LLVM_ENABLE_GISEL_COV:BOOL=OFF //Use cpp-httplib HTTP server library if available. Can be ON, // OFF, or FORCE_ON LLVM_ENABLE_HTTPLIB:STRING=OFF //Disable optional build system features that cause problems for // IDE generators LLVM_ENABLE_IDE:BOOL=OFF //Build LLVM and tools with IR PGO instrumentation (deprecated) LLVM_ENABLE_IR_PGO:BOOL=OFF //Use libc++ if available. LLVM_ENABLE_LIBCXX:BOOL=OFF //Use libedit if available. LLVM_ENABLE_LIBEDIT:BOOL=ON //Use libpfm for performance counters if available. LLVM_ENABLE_LIBPFM:BOOL=ON //Use libxml2 if available. Can be ON, OFF, or FORCE_ON LLVM_ENABLE_LIBXML2:STRING=ON //Use lld as C and C++ linker. LLVM_ENABLE_LLD:BOOL=OFF //Compile with -fmodules-local-submodule-visibility. LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY:BOOL=ON //Build LLVM with LTO. May be specified as Thin or Full to use // a particular kind of LTO LLVM_ENABLE_LTO:STRING=OFF //Compile with C++ modules enabled. LLVM_ENABLE_MODULES:BOOL=On //Compile with -gmodules. LLVM_ENABLE_MODULE_DEBUGGING:BOOL=ON //Enable the new pass manager by default. LLVM_ENABLE_NEW_PASS_MANAGER:BOOL=TRUE //Build OCaml bindings documentation. LLVM_ENABLE_OCAMLDOC:BOOL=ON //Compile with pedantic enabled. LLVM_ENABLE_PEDANTIC:BOOL=ON //Enable per-target runtimes directory LLVM_ENABLE_PER_TARGET_RUNTIME_DIR:BOOL=OFF //Build Position-Independent Code LLVM_ENABLE_PIC:BOOL=ON //Enable plugin support LLVM_ENABLE_PLUGINS:BOOL=ON //Semicolon-separated list of projects to build (bolt;clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;mlir;openmp;polly;pstl;flang), // or "all". LLVM_ENABLE_PROJECTS:STRING=clang;libcxx;libcxxabi;lld;lldb LLVM_ENABLE_PROJECTS_USED:BOOL=ON //Enable run time type information LLVM_ENABLE_RTTI:BOOL=OFF //Semicolon-separated list of runtimes to build (compiler-rt;libc;libcxx;libcxxabi;libunwind;openmp), // or "all". LLVM_ENABLE_RUNTIMES:STRING= //Use Sphinx to generate llvm documentation. LLVM_ENABLE_SPHINX:BOOL=OFF //Enable assertions that type is not scalable in implicit conversion // from TypeSize to uint64_t and calls to getNumElements LLVM_ENABLE_STRICT_FIXED_SIZE_VECTORS:BOOL=OFF //Enable support for Xcode signposts. Can be WITH_ASSERTS, FORCE_ON, // FORCE_OFF LLVM_ENABLE_SUPPORT_XCODE_SIGNPOSTS:STRING=WITH_ASSERTS //Use terminfo database if available. LLVM_ENABLE_TERMINFO:BOOL=ON //Use threads if available. LLVM_ENABLE_THREADS:BOOL=ON //Emit unwind tables for the libraries LLVM_ENABLE_UNWIND_TABLES:BOOL=ON //Enable compiler warnings. LLVM_ENABLE_WARNINGS:BOOL=ON //Fail and stop if a warning is triggered. LLVM_ENABLE_WERROR:BOOL=OFF //Enable Support for the Z3 constraint solver in LLVM. LLVM_ENABLE_Z3_SOLVER:BOOL=OFF //Use zlib for compression/decompression if available. Can be ON, // OFF, or FORCE_ON LLVM_ENABLE_ZLIB:STRING=ON //Use zstd for compression/decompression if available. Can be ON, // OFF, or FORCE_ON LLVM_ENABLE_ZSTD:STRING=ON //Path for examples subdirectory (enabled by LLVM_BUILD_EXAMPLES=ON) // (defaults to 'examples') LLVM_EXAMPLES_INSTALL_DIR:STRING=examples //Semicolon-separated list of experimental targets to build. LLVM_EXPERIMENTAL_TARGETS_TO_BUILD:STRING= //Export symbols from LLVM tools so that plugins can import them LLVM_EXPORT_SYMBOLS_FOR_PLUGINS:BOOL=OFF //Generate dSYM files and strip executables and libraries (Darwin // Only) LLVM_EXTERNALIZE_DEBUGINFO:BOOL=OFF //Path to bolt source directory LLVM_EXTERNAL_BOLT_SOURCE_DIR:PATH= LLVM_EXTERNAL_CLANG_SOURCE_DIR:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/llvm/../clang //Path to clang-tools-extra source directory LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR:PATH= //Path to compiler-rt source directory LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR:PATH= //Path to cross-project-tests source directory LLVM_EXTERNAL_CROSS_PROJECT_TESTS_SOURCE_DIR:PATH= //Path to dragonegg source directory LLVM_EXTERNAL_DRAGONEGG_SOURCE_DIR:PATH= //Path to flang source directory LLVM_EXTERNAL_FLANG_SOURCE_DIR:PATH= LLVM_EXTERNAL_LIBCXXABI_SOURCE_DIR:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/llvm/../libcxxabi LLVM_EXTERNAL_LIBCXX_SOURCE_DIR:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/llvm/../libcxx //Path to libc source directory LLVM_EXTERNAL_LIBC_SOURCE_DIR:PATH= //Path to libunwind source directory LLVM_EXTERNAL_LIBUNWIND_SOURCE_DIR:PATH= //Command used to spawn lit LLVM_EXTERNAL_LIT:STRING= LLVM_EXTERNAL_LLDB_SOURCE_DIR:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/llvm/../lldb LLVM_EXTERNAL_LLD_SOURCE_DIR:PATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/llvm/../lld //Path to mlir source directory LLVM_EXTERNAL_MLIR_SOURCE_DIR:PATH= //Path to openmp source directory LLVM_EXTERNAL_OPENMP_SOURCE_DIR:PATH= //Path to polly source directory LLVM_EXTERNAL_POLLY_SOURCE_DIR:PATH= //Optional arguments for the native tool used in CMake --build // invocations for external projects. LLVM_EXTERNAL_PROJECT_BUILD_TOOL_ARGS:STRING= //Path to pstl source directory LLVM_EXTERNAL_PSTL_SOURCE_DIR:PATH= //Additional options to pass to llvm/utils/extract_symbols.py. //\n These cannot override the options set by cmake, but can add // extra options //\n such as --tools. LLVM_EXTRACT_SYMBOLS_FLAGS:STRING= //llvm filecheck LLVM_FILECHECK_EXE:PATH=/usr/local/bin/FileCheck //Enable statistics collection for builds that wouldn't normally // enable it LLVM_FORCE_ENABLE_STATS:BOOL=OFF //Set to ON to force using an old, unsupported host toolchain. LLVM_FORCE_USE_OLD_TOOLCHAIN:BOOL=OFF //Host on which LLVM binaries will run LLVM_HOST_TRIPLE:STRING=x86_64-apple-darwin19.5.0 //Generate benchmark targets. If OFF, benchmarks can't be built. LLVM_INCLUDE_BENCHMARKS:BOOL=ON //Generate build targets for llvm documentation. LLVM_INCLUDE_DOCS:BOOL=ON //Include DXIL tests LLVM_INCLUDE_DXIL_TESTS:BOOL=OFF //Generate build targets for the LLVM examples LLVM_INCLUDE_EXAMPLES:BOOL=ON //Include the Go bindings tests in test build targets. LLVM_INCLUDE_GO_TESTS:BOOL=OFF //Generate build targets for the LLVM runtimes. LLVM_INCLUDE_RUNTIMES:BOOL=ON //Generate build targets for the LLVM unit tests. LLVM_INCLUDE_TESTS:BOOL=ON //Generate build targets for the LLVM tools. LLVM_INCLUDE_TOOLS:BOOL=ON //Generate build targets for the LLVM utils. LLVM_INCLUDE_UTILS:BOOL=ON //Install symlinks from the binutils tool names to the corresponding // LLVM tools. LLVM_INSTALL_BINUTILS_SYMLINKS:BOOL=OFF //Install symlinks from the cctools tool names to the corresponding // LLVM tools. LLVM_INSTALL_CCTOOLS_SYMLINKS:BOOL=OFF //Doxygen-generated HTML documentation install directory LLVM_INSTALL_DOXYGEN_HTML_DIR:STRING=share/doc/LLVM/llvm/doxygen-html //Install the modulemap files in the 'install' target. LLVM_INSTALL_MODULEMAPS:BOOL=OFF //OCamldoc-generated HTML documentation install directory LLVM_INSTALL_OCAMLDOC_HTML_DIR:STRING=share/doc/LLVM/llvm/ocaml-html //Path for CMake subdirectory for LLVM (defaults to 'lib/cmake/llvm') LLVM_INSTALL_PACKAGE_DIR:STRING=lib/cmake/llvm //Only include toolchain files in the 'install' target. LLVM_INSTALL_TOOLCHAIN_ONLY:BOOL=OFF //Include utility binaries in the 'install' target. LLVM_INSTALL_UTILS:BOOL=OFF //Replace the Windows CRT allocator with any of {rpmalloc|mimalloc|snmalloc}. // Only works with /MT enabled. LLVM_INTEGRATED_CRT_ALLOC:PATH= //Value Computed by CMake LLVM_IS_TOP_LEVEL:STATIC=ON //Define suffix of library directory name (32/64) LLVM_LIBDIR_SUFFIX:STRING= //Path to fuzzing library for linking with fuzz targets LLVM_LIB_FUZZING_ENGINE:PATH= //Link tools against the libllvm dynamic library LLVM_LINK_LLVM_DYLIB:BOOL=OFF //Default options for lit LLVM_LIT_ARGS:STRING=-v --time-tests --shuffle --xunit-xml-output=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/test/results.xml -v -j 4 --timeout 1200 //If set, an absolute path added as rpath on binaries that do not // already contain an executable-relative rpath. LLVM_LOCAL_RPATH:FILEPATH= //Do not add comments to DAG ISel LLVM_OMIT_DAGISEL_COMMENTS:BOOL=ON //Force TableGen to be built with optimization LLVM_OPTIMIZED_TABLEGEN:BOOL=OFF //Pass -O1 on debug sanitizer builds LLVM_OPTIMIZE_SANITIZED_BUILDS:BOOL=ON //Define the maximum number of concurrent compilation jobs (Ninja // only). LLVM_PARALLEL_COMPILE_JOBS:STRING= //Define the maximum number of concurrent link jobs (Ninja only). LLVM_PARALLEL_LINK_JOBS:STRING= //Profiling data file to use when compiling in order to improve // runtime performance. LLVM_PROFDATA_FILE:FILEPATH= //Path to a library. LLVM_PTHREAD_LIBRARY_PATH:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libpthread.tbd //Value Computed by CMake LLVM_SOURCE_DIR:STATIC=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/llvm //Use prefix for sources LLVM_SOURCE_PREFIX:STRING= //.spec file to use for srpm generation LLVM_SRPM_USER_BINARY_SPECFILE:FILEPATH=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/llvm/llvm.spec.in //Statically link the standard library. LLVM_STATIC_LINK_CXX_STDLIB:BOOL=OFF //Native TableGen executable. Saves building one when cross-compiling. LLVM_TABLEGEN:STRING=llvm-tblgen //Semicolon-separated list of targets to build, or "all". LLVM_TARGETS_TO_BUILD:STRING=X86 //Set target to use for LLVM JIT or use "host" for automatic detection. LLVM_TARGET_ARCH:STRING=host //The name of environment variable to override default target. // Disabled by blank. LLVM_TARGET_TRIPLE_ENV:STRING= //Set to ON to only warn when using a toolchain which is about // to be deprecated, instead of emitting an error. LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN:BOOL=OFF //Set ThinLTO cache path. This can be used when building LLVM from // several different directiories. LLVM_THINLTO_CACHE_PATH:STRING=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/lto.cache //Path for binary subdirectory (defaults to 'bin') LLVM_TOOLS_INSTALL_DIR:STRING=bin //Whether to build bolt as part of LLVM LLVM_TOOL_BOLT_BUILD:BOOL=FALSE //Whether to build bugpoint as part of LLVM LLVM_TOOL_BUGPOINT_BUILD:BOOL=ON //Whether to build bugpoint-passes as part of LLVM LLVM_TOOL_BUGPOINT_PASSES_BUILD:BOOL=ON //Whether to build clang as part of LLVM LLVM_TOOL_CLANG_BUILD:BOOL=TRUE //Whether to build clang-tools-extra as part of LLVM LLVM_TOOL_CLANG_TOOLS_EXTRA_BUILD:BOOL=FALSE //Whether to build compiler-rt as part of LLVM LLVM_TOOL_COMPILER_RT_BUILD:BOOL=FALSE //Whether to build cross-project-tests as part of LLVM LLVM_TOOL_CROSS_PROJECT_TESTS_BUILD:BOOL=FALSE //Whether to build dragonegg as part of LLVM LLVM_TOOL_DRAGONEGG_BUILD:BOOL=OFF //Whether to build dsymutil as part of LLVM LLVM_TOOL_DSYMUTIL_BUILD:BOOL=ON //Whether to build dxil-dis as part of LLVM LLVM_TOOL_DXIL_DIS_BUILD:BOOL=ON //Whether to build flang as part of LLVM LLVM_TOOL_FLANG_BUILD:BOOL=FALSE //Whether to build gold as part of LLVM LLVM_TOOL_GOLD_BUILD:BOOL=ON //Whether to build LIBCLC as part of LLVM LLVM_TOOL_LIBCLC_BUILD:BOOL=FALSE //Whether to build libcxxabi as part of LLVM LLVM_TOOL_LIBCXXABI_BUILD:BOOL=TRUE //Whether to build libcxx as part of LLVM LLVM_TOOL_LIBCXX_BUILD:BOOL=TRUE //Whether to build libc as part of LLVM LLVM_TOOL_LIBC_BUILD:BOOL=FALSE //Whether to build libunwind as part of LLVM LLVM_TOOL_LIBUNWIND_BUILD:BOOL=FALSE //Whether to build llc as part of LLVM LLVM_TOOL_LLC_BUILD:BOOL=ON //Whether to build lldb as part of LLVM LLVM_TOOL_LLDB_BUILD:BOOL=TRUE //Whether to build lld as part of LLVM LLVM_TOOL_LLD_BUILD:BOOL=TRUE //Whether to build lli as part of LLVM LLVM_TOOL_LLI_BUILD:BOOL=ON //Whether to build llvm-ar as part of LLVM LLVM_TOOL_LLVM_AR_BUILD:BOOL=ON //Whether to build llvm-as as part of LLVM LLVM_TOOL_LLVM_AS_BUILD:BOOL=ON //Whether to build llvm-as-fuzzer as part of LLVM LLVM_TOOL_LLVM_AS_FUZZER_BUILD:BOOL=ON //Whether to build llvm-bcanalyzer as part of LLVM LLVM_TOOL_LLVM_BCANALYZER_BUILD:BOOL=ON //Whether to build llvm-cat as part of LLVM LLVM_TOOL_LLVM_CAT_BUILD:BOOL=ON //Whether to build llvm-cfi-verify as part of LLVM LLVM_TOOL_LLVM_CFI_VERIFY_BUILD:BOOL=ON //Whether to build llvm-config as part of LLVM LLVM_TOOL_LLVM_CONFIG_BUILD:BOOL=ON //Whether to build llvm-cov as part of LLVM LLVM_TOOL_LLVM_COV_BUILD:BOOL=ON //Whether to build llvm-cvtres as part of LLVM LLVM_TOOL_LLVM_CVTRES_BUILD:BOOL=ON //Whether to build llvm-cxxdump as part of LLVM LLVM_TOOL_LLVM_CXXDUMP_BUILD:BOOL=ON //Whether to build llvm-cxxfilt as part of LLVM LLVM_TOOL_LLVM_CXXFILT_BUILD:BOOL=ON //Whether to build llvm-cxxmap as part of LLVM LLVM_TOOL_LLVM_CXXMAP_BUILD:BOOL=ON //Whether to build llvm-c-test as part of LLVM LLVM_TOOL_LLVM_C_TEST_BUILD:BOOL=ON //Whether to build llvm-debuginfod as part of LLVM LLVM_TOOL_LLVM_DEBUGINFOD_BUILD:BOOL=ON //Whether to build llvm-debuginfod-find as part of LLVM LLVM_TOOL_LLVM_DEBUGINFOD_FIND_BUILD:BOOL=ON //Whether to build llvm-diff as part of LLVM LLVM_TOOL_LLVM_DIFF_BUILD:BOOL=ON //Whether to build llvm-dis as part of LLVM LLVM_TOOL_LLVM_DIS_BUILD:BOOL=ON //Whether to build llvm-dis-fuzzer as part of LLVM LLVM_TOOL_LLVM_DIS_FUZZER_BUILD:BOOL=ON //Whether to build llvm-dlang-demangle-fuzzer as part of LLVM LLVM_TOOL_LLVM_DLANG_DEMANGLE_FUZZER_BUILD:BOOL=ON //Whether to build LLVM_DRIVER as part of LLVM LLVM_TOOL_LLVM_DRIVER_BUILD:BOOL=OFF //Whether to build llvm-dwarfdump as part of LLVM LLVM_TOOL_LLVM_DWARFDUMP_BUILD:BOOL=ON //Whether to build llvm-dwarfutil as part of LLVM LLVM_TOOL_LLVM_DWARFUTIL_BUILD:BOOL=ON //Whether to build llvm-dwp as part of LLVM LLVM_TOOL_LLVM_DWP_BUILD:BOOL=ON //Whether to build llvm-exegesis as part of LLVM LLVM_TOOL_LLVM_EXEGESIS_BUILD:BOOL=ON //Whether to build llvm-extract as part of LLVM LLVM_TOOL_LLVM_EXTRACT_BUILD:BOOL=ON //Whether to build llvm-go as part of LLVM LLVM_TOOL_LLVM_GO_BUILD:BOOL=ON //Whether to build llvm-gsymutil as part of LLVM LLVM_TOOL_LLVM_GSYMUTIL_BUILD:BOOL=ON //Whether to build llvm-ifs as part of LLVM LLVM_TOOL_LLVM_IFS_BUILD:BOOL=ON //Whether to build llvm-isel-fuzzer as part of LLVM LLVM_TOOL_LLVM_ISEL_FUZZER_BUILD:BOOL=ON //Whether to build llvm-itanium-demangle-fuzzer as part of LLVM LLVM_TOOL_LLVM_ITANIUM_DEMANGLE_FUZZER_BUILD:BOOL=ON //Whether to build llvm-jitlink as part of LLVM LLVM_TOOL_LLVM_JITLINK_BUILD:BOOL=ON //Whether to build LLVM_JITLISTENER as part of LLVM LLVM_TOOL_LLVM_JITLISTENER_BUILD:BOOL=ON //Whether to build llvm-libtool-darwin as part of LLVM LLVM_TOOL_LLVM_LIBTOOL_DARWIN_BUILD:BOOL=ON //Whether to build llvm-link as part of LLVM LLVM_TOOL_LLVM_LINK_BUILD:BOOL=ON //Whether to build llvm-lipo as part of LLVM LLVM_TOOL_LLVM_LIPO_BUILD:BOOL=ON //Whether to build llvm-lto2 as part of LLVM LLVM_TOOL_LLVM_LTO2_BUILD:BOOL=ON //Whether to build llvm-lto as part of LLVM LLVM_TOOL_LLVM_LTO_BUILD:BOOL=ON //Whether to build llvm-mca as part of LLVM LLVM_TOOL_LLVM_MCA_BUILD:BOOL=ON //Whether to build llvm-mc-assemble-fuzzer as part of LLVM LLVM_TOOL_LLVM_MC_ASSEMBLE_FUZZER_BUILD:BOOL=ON //Whether to build llvm-mc as part of LLVM LLVM_TOOL_LLVM_MC_BUILD:BOOL=ON //Whether to build llvm-mc-disassemble-fuzzer as part of LLVM LLVM_TOOL_LLVM_MC_DISASSEMBLE_FUZZER_BUILD:BOOL=ON //Whether to build llvm-microsoft-demangle-fuzzer as part of LLVM LLVM_TOOL_LLVM_MICROSOFT_DEMANGLE_FUZZER_BUILD:BOOL=ON //Whether to build llvm-ml as part of LLVM LLVM_TOOL_LLVM_ML_BUILD:BOOL=ON //Whether to build llvm-modextract as part of LLVM LLVM_TOOL_LLVM_MODEXTRACT_BUILD:BOOL=ON //Whether to build llvm-mt as part of LLVM LLVM_TOOL_LLVM_MT_BUILD:BOOL=ON //Whether to build llvm-nm as part of LLVM LLVM_TOOL_LLVM_NM_BUILD:BOOL=ON //Whether to build llvm-objcopy as part of LLVM LLVM_TOOL_LLVM_OBJCOPY_BUILD:BOOL=ON //Whether to build llvm-objdump as part of LLVM LLVM_TOOL_LLVM_OBJDUMP_BUILD:BOOL=ON //Whether to build llvm-opt-fuzzer as part of LLVM LLVM_TOOL_LLVM_OPT_FUZZER_BUILD:BOOL=ON //Whether to build llvm-opt-report as part of LLVM LLVM_TOOL_LLVM_OPT_REPORT_BUILD:BOOL=ON //Whether to build llvm-pdbutil as part of LLVM LLVM_TOOL_LLVM_PDBUTIL_BUILD:BOOL=ON //Whether to build llvm-profdata as part of LLVM LLVM_TOOL_LLVM_PROFDATA_BUILD:BOOL=ON //Whether to build llvm-profgen as part of LLVM LLVM_TOOL_LLVM_PROFGEN_BUILD:BOOL=ON //Whether to build llvm-rc as part of LLVM LLVM_TOOL_LLVM_RC_BUILD:BOOL=ON //Whether to build llvm-readobj as part of LLVM LLVM_TOOL_LLVM_READOBJ_BUILD:BOOL=ON //Whether to build llvm-reduce as part of LLVM LLVM_TOOL_LLVM_REDUCE_BUILD:BOOL=ON //Whether to build llvm-remark-size-diff as part of LLVM LLVM_TOOL_LLVM_REMARK_SIZE_DIFF_BUILD:BOOL=ON //Whether to build llvm-rtdyld as part of LLVM LLVM_TOOL_LLVM_RTDYLD_BUILD:BOOL=ON //Whether to build llvm-rust-demangle-fuzzer as part of LLVM LLVM_TOOL_LLVM_RUST_DEMANGLE_FUZZER_BUILD:BOOL=ON //Whether to build LLVM_SHLIB as part of LLVM LLVM_TOOL_LLVM_SHLIB_BUILD:BOOL=ON //Whether to build llvm-sim as part of LLVM LLVM_TOOL_LLVM_SIM_BUILD:BOOL=ON //Whether to build llvm-size as part of LLVM LLVM_TOOL_LLVM_SIZE_BUILD:BOOL=ON //Whether to build llvm-special-case-list-fuzzer as part of LLVM LLVM_TOOL_LLVM_SPECIAL_CASE_LIST_FUZZER_BUILD:BOOL=ON //Whether to build llvm-split as part of LLVM LLVM_TOOL_LLVM_SPLIT_BUILD:BOOL=ON //Whether to build llvm-stress as part of LLVM LLVM_TOOL_LLVM_STRESS_BUILD:BOOL=ON //Whether to build llvm-strings as part of LLVM LLVM_TOOL_LLVM_STRINGS_BUILD:BOOL=ON //Whether to build llvm-symbolizer as part of LLVM LLVM_TOOL_LLVM_SYMBOLIZER_BUILD:BOOL=ON //Whether to build llvm-tapi-diff as part of LLVM LLVM_TOOL_LLVM_TAPI_DIFF_BUILD:BOOL=ON //Whether to build llvm-tli-checker as part of LLVM LLVM_TOOL_LLVM_TLI_CHECKER_BUILD:BOOL=ON //Whether to build llvm-undname as part of LLVM LLVM_TOOL_LLVM_UNDNAME_BUILD:BOOL=ON //Whether to build llvm-xray as part of LLVM LLVM_TOOL_LLVM_XRAY_BUILD:BOOL=ON //Whether to build llvm-yaml-numeric-parser-fuzzer as part of LLVM LLVM_TOOL_LLVM_YAML_NUMERIC_PARSER_FUZZER_BUILD:BOOL=ON //Whether to build llvm-yaml-parser-fuzzer as part of LLVM LLVM_TOOL_LLVM_YAML_PARSER_FUZZER_BUILD:BOOL=ON //Whether to build lto as part of LLVM LLVM_TOOL_LTO_BUILD:BOOL=ON //Whether to build mlir as part of LLVM LLVM_TOOL_MLIR_BUILD:BOOL=FALSE //Whether to build obj2yaml as part of LLVM LLVM_TOOL_OBJ2YAML_BUILD:BOOL=ON //Whether to build openmp as part of LLVM LLVM_TOOL_OPENMP_BUILD:BOOL=FALSE //Whether to build opt as part of LLVM LLVM_TOOL_OPT_BUILD:BOOL=ON //Whether to build opt-viewer as part of LLVM LLVM_TOOL_OPT_VIEWER_BUILD:BOOL=ON //Whether to build polly as part of LLVM LLVM_TOOL_POLLY_BUILD:BOOL=FALSE //Whether to build pstl as part of LLVM LLVM_TOOL_PSTL_BUILD:BOOL=FALSE //Whether to build remarks-shlib as part of LLVM LLVM_TOOL_REMARKS_SHLIB_BUILD:BOOL=ON //Whether to build sancov as part of LLVM LLVM_TOOL_SANCOV_BUILD:BOOL=ON //Whether to build sanstats as part of LLVM LLVM_TOOL_SANSTATS_BUILD:BOOL=ON //Whether to build split-file as part of LLVM LLVM_TOOL_SPLIT_FILE_BUILD:BOOL=ON //Whether to build verify-uselistorder as part of LLVM LLVM_TOOL_VERIFY_USELISTORDER_BUILD:BOOL=ON //Whether to build vfabi-demangle-fuzzer as part of LLVM LLVM_TOOL_VFABI_DEMANGLE_FUZZER_BUILD:BOOL=ON //Whether to build xcode-toolchain as part of LLVM LLVM_TOOL_XCODE_TOOLCHAIN_BUILD:BOOL=ON //Whether to build yaml2obj as part of LLVM LLVM_TOOL_YAML2OBJ_BUILD:BOOL=ON //Compile flags set to enable UBSan. Only used if LLVM_USE_SANITIZER // contains 'Undefined'. LLVM_UBSAN_FLAGS:STRING=-fsanitize=undefined -fno-sanitize=vptr,function -fno-sanitize-recover=all //Optimize llvm_unreachable() as undefined behavior (default), // guaranteed trap when OFF LLVM_UNREACHABLE_OPTIMIZE:BOOL=ON //Enable solution folders in Visual Studio. Disable for Express // versions. LLVM_USE_FOLDERS:BOOL=ON //Use Intel JIT API to inform Intel(R) VTune(TM) Amplifier XE 2011 // about JIT code LLVM_USE_INTEL_JITEVENTS:BOOL=OFF //Use opagent JIT interface to inform OProfile about JIT code LLVM_USE_OPROFILE:BOOL=OFF //Use perf JIT interface to inform perf about JIT code LLVM_USE_PERF:BOOL=OFF //Use relative paths in debug info LLVM_USE_RELATIVE_PATHS_IN_DEBUG_INFO:BOOL=OFF //Use relative paths in sources and debug info LLVM_USE_RELATIVE_PATHS_IN_FILES:BOOL=OFF //Define the sanitizer used to build binaries and tests. LLVM_USE_SANITIZER:STRING=Address;Undefined //Use -gsplit-dwarf when compiling llvm and --gdb-index when linking. LLVM_USE_SPLIT_DWARF:BOOL=OFF //Path to install LLVM utilities (enabled by LLVM_INSTALL_UTILS=ON) // (defaults to LLVM_TOOLS_INSTALL_DIR) LLVM_UTILS_INSTALL_DIR:STRING=bin //No help, variable specified on the command line. LLVM_VERSION_PATCH:UNINITIALIZED=99 //Show target and host info when tools are invoked with --version. LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO:BOOL=ON //Value profile counters to use per site for IR PGO with Clang LLVM_VP_COUNTERS_PER_SITE:STRING=1.5 //Prefer path names with forward slashes on Windows. LLVM_WINDOWS_PREFER_FORWARD_SLASH:BOOL=OFF //Install directory of the Z3 solver. LLVM_Z3_INSTALL_DIR:STRING= //Path to a file. LUA_INCLUDE_DIR:PATH=LUA_INCLUDE_DIR-NOTFOUND //Path to a library. LUA_LIBRARY:FILEPATH=LUA_LIBRARY-NOTFOUND //Path to a file. LibEdit_INCLUDE_DIRS:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include //Path to a library. LibEdit_LIBRARIES:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libedit.tbd //Ninja version number NINJA_VERSION:STRING=1.8.2 //Path to a program. OCAMLFIND:FILEPATH=OCAMLFIND-NOTFOUND //The curses panel library PANEL_LIBRARIES:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libpanel.tbd //Arguments to supply to pkg-config PKG_CONFIG_ARGN:STRING= //pkg-config executable PKG_CONFIG_EXECUTABLE:FILEPATH=PKG_CONFIG_EXECUTABLE-NOTFOUND //Enable IEEE binary128 as default long double format on PowerPC // Linux. PPC_LINUX_DEFAULT_IEEELONGDOUBLE:BOOL=OFF //Failed to find python module 'pygments' PY_PYGMENTS_FOUND:BOOL=OFF //Failed to find python module 'pygments.lexers.c_cpp' PY_PYGMENTS_LEXERS_C_CPP_FOUND:BOOL=OFF //Failed to find python module 'yaml' PY_YAML_FOUND:BOOL=OFF //Path to a library. SECURITY_LIBRARY:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/System/Library/Frameworks/Security.framework //Path to a file. SWIG_DIR:PATH=/usr/local/Cellar/swig/4.0.0/share/swig/4.0.0 //Path to a program. SWIG_EXECUTABLE:FILEPATH=/usr/local/bin/swig //Swig version SWIG_VERSION:STRING=4.0.0 //Path to TensorFlow pip install dir TENSORFLOW_AOT_PATH:PATH= //Path to TensorFlow C library install TENSORFLOW_C_LIB_PATH:PATH= //Plist name TOOL_INFO_PLIST:STRING=Info.plist //Path to a library. Terminfo_LIBRARIES:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libcurses.tbd //Path to a file. ZLIB_INCLUDE_DIR:PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include //Path to a library. ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND //Path to a library. ZLIB_LIBRARY_RELEASE:FILEPATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libz.tbd //Value Computed by CMake benchmark_BINARY_DIR:STATIC=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/third-party/benchmark //Value Computed by CMake benchmark_IS_TOP_LEVEL:STATIC=OFF //Value Computed by CMake benchmark_SOURCE_DIR:STATIC=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/third-party/benchmark //Dependencies for the target benchmark_main_LIB_DEPENDS:STATIC=general;benchmark::benchmark; //The directory containing a CMake configuration file for hsa-runtime64. hsa-runtime64_DIR:PATH=hsa-runtime64_DIR-NOTFOUND //The directory containing a CMake configuration file for zstd. zstd_DIR:PATH=zstd_DIR-NOTFOUND ######################## # INTERNAL cache entries ######################## //ADVANCED property for variable: BENCHMARK_CXX_FLAGS_COVERAGE BENCHMARK_CXX_FLAGS_COVERAGE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: BENCHMARK_EXE_LINKER_FLAGS_COVERAGE BENCHMARK_EXE_LINKER_FLAGS_COVERAGE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE-ADVANCED:INTERNAL=1 //Test BUILDING_FOR_ARM64_OSX BUILDING_FOR_ARM64_OSX:INTERNAL= //ADVANCED property for variable: Backtrace_HEADER Backtrace_HEADER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Backtrace_INCLUDE_DIR Backtrace_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Backtrace_LIBRARY Backtrace_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_EXECUTABLE_VERSION CLANG_EXECUTABLE_VERSION-ADVANCED:INTERNAL=1 //Have include sys/resource.h CLANG_HAVE_RLIMITS:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOLS_INSTALL_DIR CLANG_TOOLS_INSTALL_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_AMDGPU_ARCH_BUILD CLANG_TOOL_AMDGPU_ARCH_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_APINOTES_TEST_BUILD CLANG_TOOL_APINOTES_TEST_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_ARCMT_TEST_BUILD CLANG_TOOL_ARCMT_TEST_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_CHECK_BUILD CLANG_TOOL_CLANG_CHECK_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_DIFF_BUILD CLANG_TOOL_CLANG_DIFF_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_EXTDEF_MAPPING_BUILD CLANG_TOOL_CLANG_EXTDEF_MAPPING_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_FORMAT_BUILD CLANG_TOOL_CLANG_FORMAT_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_FORMAT_VS_BUILD CLANG_TOOL_CLANG_FORMAT_VS_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_FUZZER_BUILD CLANG_TOOL_CLANG_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_IMPORT_TEST_BUILD CLANG_TOOL_CLANG_IMPORT_TEST_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_LINKER_WRAPPER_BUILD CLANG_TOOL_CLANG_LINKER_WRAPPER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_NVLINK_WRAPPER_BUILD CLANG_TOOL_CLANG_NVLINK_WRAPPER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_OFFLOAD_BUNDLER_BUILD CLANG_TOOL_CLANG_OFFLOAD_BUNDLER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_OFFLOAD_PACKAGER_BUILD CLANG_TOOL_CLANG_OFFLOAD_PACKAGER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_OFFLOAD_WRAPPER_BUILD CLANG_TOOL_CLANG_OFFLOAD_WRAPPER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_REFACTOR_BUILD CLANG_TOOL_CLANG_REFACTOR_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_RENAME_BUILD CLANG_TOOL_CLANG_RENAME_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_REPL_BUILD CLANG_TOOL_CLANG_REPL_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_SCAN_DEPS_BUILD CLANG_TOOL_CLANG_SCAN_DEPS_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_CLANG_SHLIB_BUILD CLANG_TOOL_CLANG_SHLIB_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_C_ARCMT_TEST_BUILD CLANG_TOOL_C_ARCMT_TEST_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_C_INDEX_TEST_BUILD CLANG_TOOL_C_INDEX_TEST_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_DIAGTOOL_BUILD CLANG_TOOL_DIAGTOOL_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_DRIVER_BUILD CLANG_TOOL_DRIVER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_LIBCLANG_BUILD CLANG_TOOL_LIBCLANG_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_SCAN_BUILD_BUILD CLANG_TOOL_SCAN_BUILD_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_SCAN_BUILD_PY_BUILD CLANG_TOOL_SCAN_BUILD_PY_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CLANG_TOOL_SCAN_VIEW_BUILD CLANG_TOOL_SCAN_VIEW_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ADDR2LINE CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM-ATT_COMPILER CMAKE_ASM-ATT_COMPILER-ADVANCED:INTERNAL=1 CMAKE_ASM-ATT_COMPILER_WORKS:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM-ATT_FLAGS CMAKE_ASM-ATT_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM-ATT_FLAGS_DEBUG CMAKE_ASM-ATT_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM-ATT_FLAGS_MINSIZEREL CMAKE_ASM-ATT_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM-ATT_FLAGS_RELEASE CMAKE_ASM-ATT_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM-ATT_FLAGS_RELWITHDEBINFO CMAKE_ASM-ATT_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_COMPILER CMAKE_ASM_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_COMPILER_AR CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1 CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=22 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.22.2/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.22.2/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.22.2/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER_AR CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_DLLTOOL CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.22.2/bin/ccmake //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Ninja //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL= //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Test CMAKE_HAVE_LIBC_PTHREAD CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 //Have include pthread.h CMAKE_HAVE_PTHREAD_H:INTERNAL=1 //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/llvm //ADVANCED property for variable: CMAKE_INSTALL_BINDIR CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATADIR CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_INFODIR CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_MANDIR CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=676 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_READELF CMAKE_READELF-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.22.2/share/cmake //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/usr/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //compiler-rt builtins library for COMPILER_RT_LIBRARY_builtins_:INTERNAL=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/host-compiler/lib/clang/15.0.99/lib/darwin/libclang_rt.osx.a //Result of TRY_COMPILE COMPILE_HAVE_GNU_POSIX_REGEX:INTERNAL=FALSE //Result of TRY_COMPILE COMPILE_HAVE_POSIX_REGEX:INTERNAL=TRUE //Result of TRY_COMPILE COMPILE_HAVE_STEADY_CLOCK:INTERNAL=TRUE //Result of TRY_COMPILE COMPILE_HAVE_THREAD_SAFETY_ATTRIBUTES:INTERNAL=FALSE //ADVANCED property for variable: CPACK_BINARY_BUNDLE CPACK_BINARY_BUNDLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_DEB CPACK_BINARY_DEB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_DRAGNDROP CPACK_BINARY_DRAGNDROP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_FREEBSD CPACK_BINARY_FREEBSD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_IFW CPACK_BINARY_IFW-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_NSIS CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_OSXX11 CPACK_BINARY_OSXX11-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_PACKAGEMAKER CPACK_BINARY_PACKAGEMAKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_PRODUCTBUILD CPACK_BINARY_PRODUCTBUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_RPM CPACK_BINARY_RPM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_STGZ CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TBZ2 CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TGZ CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_TXZ CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_RPM CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TBZ2 CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TGZ CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TXZ CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_TZ CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_ZIP CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_64_BIT_DEVICE_CODE CUDA_64_BIT_DEVICE_CODE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_BUILD_CUBIN CUDA_BUILD_CUBIN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_BUILD_EMULATION CUDA_BUILD_EMULATION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_CUDART_LIBRARY CUDA_CUDART_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_CUDA_LIBRARY CUDA_CUDA_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_GENERATED_OUTPUT_DIR CUDA_GENERATED_OUTPUT_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_HOST_COMPILATION_CPP CUDA_HOST_COMPILATION_CPP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_NVCC_EXECUTABLE CUDA_NVCC_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_NVCC_FLAGS CUDA_NVCC_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_NVCC_FLAGS_DEBUG CUDA_NVCC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_NVCC_FLAGS_MINSIZEREL CUDA_NVCC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_NVCC_FLAGS_RELEASE CUDA_NVCC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_NVCC_FLAGS_RELWITHDEBINFO CUDA_NVCC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_PROPAGATE_HOST_FLAGS CUDA_PROPAGATE_HOST_FLAGS-ADVANCED:INTERNAL=1 //This is the value of the last time CUDA_SDK_ROOT_DIR was set // successfully. CUDA_SDK_ROOT_DIR_INTERNAL:INTERNAL=CUDA_SDK_ROOT_DIR-NOTFOUND //ADVANCED property for variable: CUDA_SEPARABLE_COMPILATION CUDA_SEPARABLE_COMPILATION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_TOOLKIT_INCLUDE CUDA_TOOLKIT_INCLUDE-ADVANCED:INTERNAL=1 //This is the value of the last time CUDA_TOOLKIT_ROOT_DIR was // set successfully. CUDA_TOOLKIT_ROOT_DIR_INTERNAL:INTERNAL= //This is the value of the last time CUDA_TOOLKIT_TARGET_DIR was // set successfully. CUDA_TOOLKIT_TARGET_DIR_INTERNAL:INTERNAL= CUDA_USE_STATIC_CUDA_RUNTIME:INTERNAL=OFF //ADVANCED property for variable: CUDA_VERBOSE_BUILD CUDA_VERBOSE_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_cublas_LIBRARY CUDA_cublas_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_cublasemu_LIBRARY CUDA_cublasemu_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_cufft_LIBRARY CUDA_cufft_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CUDA_cufftemu_LIBRARY CUDA_cufftemu_LIBRARY-ADVANCED:INTERNAL=1 //Location of make2cmake.cmake CUDA_make2cmake:INTERNAL=/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindCUDA/make2cmake.cmake //Location of parse_cubin.cmake CUDA_parse_cubin:INTERNAL=/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindCUDA/parse_cubin.cmake //Location of run_nvcc.cmake CUDA_run_nvcc:INTERNAL=/usr/local/Cellar/cmake/3.22.2/share/cmake/Modules/FindCUDA/run_nvcc.cmake //ADVANCED property for variable: CURSES_CURSES_LIBRARY CURSES_CURSES_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURSES_FORM_LIBRARY CURSES_FORM_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURSES_INCLUDE_PATH CURSES_INCLUDE_PATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURSES_NCURSES_LIBRARY CURSES_NCURSES_LIBRARY-ADVANCED:INTERNAL=1 //Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG CXX_SUPPORTS_CLASS_MEMACCESS_FLAG:INTERNAL= //Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_DEPRECATED_DECLARATIONS CXX_SUPPORTS_DEPRECATED_DECLARATIONS:INTERNAL=1 //Test CXX_SUPPORTS_DEPRECATED_REGISTER CXX_SUPPORTS_DEPRECATED_REGISTER:INTERNAL=1 //Test CXX_SUPPORTS_EHSC_FLAG CXX_SUPPORTS_EHSC_FLAG:INTERNAL= //Test CXX_SUPPORTS_FALIGNED_ALLOCATION_FLAG CXX_SUPPORTS_FALIGNED_ALLOCATION_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_FNO_OMIT_FRAME_POINTER CXX_SUPPORTS_FNO_OMIT_FRAME_POINTER:INTERNAL=1 //Test CXX_SUPPORTS_FNO_OMIT_FRAME_POINTER_FLAG CXX_SUPPORTS_FNO_OMIT_FRAME_POINTER_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION CXX_SUPPORTS_FNO_SEMANTIC_INTERPOSITION:INTERNAL= //Test CXX_SUPPORTS_FPIC CXX_SUPPORTS_FPIC:INTERNAL=1 //Test CXX_SUPPORTS_FSANITIZE_USE_AFTER_SCOPE_FLAG CXX_SUPPORTS_FSANITIZE_USE_AFTER_SCOPE_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_FSTRICT_ALIASING_FLAG CXX_SUPPORTS_FSTRICT_ALIASING_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_FVISIBILITY_EQ_HIDDEN_FLAG CXX_SUPPORTS_FVISIBILITY_EQ_HIDDEN_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG CXX_SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_GLINE_TABLES_ONLY CXX_SUPPORTS_GLINE_TABLES_ONLY:INTERNAL=1 //Test CXX_SUPPORTS_GLINE_TABLES_ONLY_FLAG CXX_SUPPORTS_GLINE_TABLES_ONLY_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_MODULES CXX_SUPPORTS_MODULES:INTERNAL=1 //Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_NOSTDINCXX_FLAG CXX_SUPPORTS_NOSTDINCXX_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_NOSTDLIBXX_FLAG CXX_SUPPORTS_NOSTDLIBXX_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_NO_EXTENDED_OFFSETOF CXX_SUPPORTS_NO_EXTENDED_OFFSETOF:INTERNAL= //Test CXX_SUPPORTS_NO_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS CXX_SUPPORTS_NO_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS:INTERNAL=1 //Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_NO_ZERO_LENGTH_ARRAY CXX_SUPPORTS_NO_ZERO_LENGTH_ARRAY:INTERNAL=1 //Test CXX_SUPPORTS_PEDANTIC_FLAG CXX_SUPPORTS_PEDANTIC_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_STRICT_ALIASING CXX_SUPPORTS_STRICT_ALIASING:INTERNAL=1 //Test CXX_SUPPORTS_STRINGOP_TRUNCATION CXX_SUPPORTS_STRINGOP_TRUNCATION:INTERNAL= //Test CXX_SUPPORTS_STRING_CONVERSION_FLAG CXX_SUPPORTS_STRING_CONVERSION_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_UNKNOWN_PRAGMAS CXX_SUPPORTS_UNKNOWN_PRAGMAS:INTERNAL=1 //Test CXX_SUPPORTS_UNWINDLIB_EQ_NONE_FLAG CXX_SUPPORTS_UNWINDLIB_EQ_NONE_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_VLA_EXTENSION CXX_SUPPORTS_VLA_EXTENSION:INTERNAL=1 //Test CXX_SUPPORTS_WALL_FLAG CXX_SUPPORTS_WALL_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WCHAR_SUBSCRIPTS_FLAG CXX_SUPPORTS_WCHAR_SUBSCRIPTS_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WCONVERSION_FLAG CXX_SUPPORTS_WCONVERSION_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WERROR_DATE_TIME CXX_SUPPORTS_WERROR_DATE_TIME:INTERNAL=1 //Test CXX_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG CXX_SUPPORTS_WERROR_EQ_RETURN_TYPE_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW:INTERNAL=1 //Test CXX_SUPPORTS_WEXTRA_FLAG CXX_SUPPORTS_WEXTRA_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WEXTRA_SEMI_FLAG CXX_SUPPORTS_WEXTRA_SEMI_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WFORMAT_NONLITERAL_FLAG CXX_SUPPORTS_WFORMAT_NONLITERAL_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WMISMATCHED_TAGS_FLAG CXX_SUPPORTS_WMISMATCHED_TAGS_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WMISSING_BRACES_FLAG CXX_SUPPORTS_WMISSING_BRACES_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WNEWLINE_EOF_FLAG CXX_SUPPORTS_WNEWLINE_EOF_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WNO_COVERED_SWITCH_DEFAULT_FLAG CXX_SUPPORTS_WNO_COVERED_SWITCH_DEFAULT_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WNO_ERROR_FLAG CXX_SUPPORTS_WNO_ERROR_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WNO_LONG_LONG_FLAG CXX_SUPPORTS_WNO_LONG_LONG_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WNO_SUGGEST_OVERRIDE_FLAG CXX_SUPPORTS_WNO_SUGGEST_OVERRIDE_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WNO_UNUSED_COMMAND_LINE_ARGUMENT_FLAG CXX_SUPPORTS_WNO_UNUSED_COMMAND_LINE_ARGUMENT_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WNO_UNUSED_PARAMETER_FLAG CXX_SUPPORTS_WNO_UNUSED_PARAMETER_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WNO_USER_DEFINED_LITERALS_FLAG CXX_SUPPORTS_WNO_USER_DEFINED_LITERALS_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WSHADOW_FLAG CXX_SUPPORTS_WSHADOW_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WSHORTEN_64_TO_32_FLAG CXX_SUPPORTS_WSHORTEN_64_TO_32_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WSIGN_COMPARE_FLAG CXX_SUPPORTS_WSIGN_COMPARE_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WSIGN_CONVERSION_FLAG CXX_SUPPORTS_WSIGN_CONVERSION_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WSTRICT_ALIASING_EQ_2_FLAG CXX_SUPPORTS_WSTRICT_ALIASING_EQ_2_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WSTRICT_OVERFLOW_EQ_4_FLAG CXX_SUPPORTS_WSTRICT_OVERFLOW_EQ_4_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WUNDEF_FLAG CXX_SUPPORTS_WUNDEF_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WUNUSED_FUNCTION_FLAG CXX_SUPPORTS_WUNUSED_FUNCTION_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WUNUSED_PARAMETER_FLAG CXX_SUPPORTS_WUNUSED_PARAMETER_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WUNUSED_VARIABLE_FLAG CXX_SUPPORTS_WUNUSED_VARIABLE_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WWRITE_STRINGS_FLAG CXX_SUPPORTS_WWRITE_STRINGS_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_WX_FLAG CXX_SUPPORTS_WX_FLAG:INTERNAL= //Test CXX_SUPPORTS_W_FLAG CXX_SUPPORTS_W_FLAG:INTERNAL=1 //Test CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR CXX_WONT_WARN_ON_FINAL_NONVIRTUALDTOR:INTERNAL=1 //Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL:INTERNAL=1 //Test C_SUPPORTS_COMMENT_LIB_PRAGMA C_SUPPORTS_COMMENT_LIB_PRAGMA:INTERNAL= //Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG:INTERNAL=1 //Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG:INTERNAL=1 //Test C_SUPPORTS_FNO_OMIT_FRAME_POINTER C_SUPPORTS_FNO_OMIT_FRAME_POINTER:INTERNAL=1 //Test C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION C_SUPPORTS_FNO_SEMANTIC_INTERPOSITION:INTERNAL= //Test C_SUPPORTS_FPIC C_SUPPORTS_FPIC:INTERNAL=1 //Test C_SUPPORTS_FSANITIZE_USE_AFTER_SCOPE_FLAG C_SUPPORTS_FSANITIZE_USE_AFTER_SCOPE_FLAG:INTERNAL=1 //Test C_SUPPORTS_FUNWIND_TABLES_FLAG C_SUPPORTS_FUNWIND_TABLES_FLAG:INTERNAL=1 //Test C_SUPPORTS_GLINE_TABLES_ONLY C_SUPPORTS_GLINE_TABLES_ONLY:INTERNAL=1 //Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG:INTERNAL=1 //Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG C_SUPPORTS_MISLEADING_INDENTATION_FLAG:INTERNAL=1 //Test C_SUPPORTS_STRING_CONVERSION_FLAG C_SUPPORTS_STRING_CONVERSION_FLAG:INTERNAL=1 //Test C_SUPPORTS_WERROR_DATE_TIME C_SUPPORTS_WERROR_DATE_TIME:INTERNAL=1 //Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW:INTERNAL=1 //Test C_WCOMMENT_ALLOWS_LINE_WRAP C_WCOMMENT_ALLOWS_LINE_WRAP:INTERNAL= //ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: DOXYGEN_EXECUTABLE DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1 //Details about finding Backtrace FIND_PACKAGE_MESSAGE_DETAILS_Backtrace:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include][v()] //Details about finding CursesAndPanel FIND_PACKAGE_MESSAGE_DETAILS_CursesAndPanel:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libcurses.tbd;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libform.tbd][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libpanel.tbd][v()] //Details about finding Git FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.24.3 (Apple Git-128)()] //Details about finding LibEdit FIND_PACKAGE_MESSAGE_DETAILS_LibEdit:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libedit.tbd][v2.11()] //Details about finding LibLZMA FIND_PACKAGE_MESSAGE_DETAILS_LibLZMA:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/liblzma.tbd][/usr/local/include][1][1][1][v5.2.4()] //Details about finding LibXml2 FIND_PACKAGE_MESSAGE_DETAILS_LibXml2:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libxml2.tbd][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include/libxml2][v2.9.4(2.8)] //Details about finding Python3 FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/bin/python3.8][/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8][/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/libpython3.8.dylib][cfound components: Interpreter Development Development.Module Development.Embed ][v3.8.2()] //Details about finding PythonAndSwig FIND_PACKAGE_MESSAGE_DETAILS_PythonAndSwig:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/libpython3.8.dylib][/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8][/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/bin/python3.8][/usr/local/bin/swig][v()] //Details about finding SWIG FIND_PACKAGE_MESSAGE_DETAILS_SWIG:INTERNAL=[/usr/local/bin/swig][/usr/local/Cellar/swig/4.0.0/share/swig/4.0.0][c ][v4.0.0(3.0)] //Details about finding Terminfo FIND_PACKAGE_MESSAGE_DETAILS_Terminfo:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libcurses.tbd][1][v()] //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //Details about finding ZLIB FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/libz.tbd][/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/include][v1.2.11()] //ADVANCED property for variable: GIT_EXECUTABLE GIT_EXECUTABLE-ADVANCED:INTERNAL=1 //Test HAS_WERROR_GLOBAL_CTORS HAS_WERROR_GLOBAL_CTORS:INTERNAL=1 //Have symbol accept4 HAVE_ACCEPT4:INTERNAL= //Have include CoreServices/CoreServices.h HAVE_CORESERVICES:INTERNAL=1 //Have include CrashReporterClient.h HAVE_CRASHREPORTERCLIENT_H:INTERNAL= //Test HAVE_CRASHREPORTER_INFO HAVE_CRASHREPORTER_INFO:INTERNAL=1 //Test HAVE_CXX_ATOMICS64_WITHOUT_LIB HAVE_CXX_ATOMICS64_WITHOUT_LIB:INTERNAL=1 //Test HAVE_CXX_ATOMICS_WITHOUT_LIB HAVE_CXX_ATOMICS_WITHOUT_LIB:INTERNAL=1 //Test HAVE_CXX_FLAG_COVERAGE HAVE_CXX_FLAG_COVERAGE:INTERNAL=1 //Test HAVE_CXX_FLAG_FNO_EXCEPTIONS HAVE_CXX_FLAG_FNO_EXCEPTIONS:INTERNAL=1 //Test HAVE_CXX_FLAG_FSTRICT_ALIASING HAVE_CXX_FLAG_FSTRICT_ALIASING:INTERNAL=1 //Test HAVE_CXX_FLAG_PEDANTIC HAVE_CXX_FLAG_PEDANTIC:INTERNAL=1 //Test HAVE_CXX_FLAG_PEDANTIC_ERRORS HAVE_CXX_FLAG_PEDANTIC_ERRORS:INTERNAL=1 //Test HAVE_CXX_FLAG_STD_CXX11 HAVE_CXX_FLAG_STD_CXX11:INTERNAL=1 //Test HAVE_CXX_FLAG_WALL HAVE_CXX_FLAG_WALL:INTERNAL=1 //Test HAVE_CXX_FLAG_WD654 HAVE_CXX_FLAG_WD654:INTERNAL= //Test HAVE_CXX_FLAG_WEXTRA HAVE_CXX_FLAG_WEXTRA:INTERNAL=1 //Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS:INTERNAL=1 //Test HAVE_CXX_FLAG_WSHADOW HAVE_CXX_FLAG_WSHADOW:INTERNAL=1 //Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 HAVE_CXX_FLAG_WSHORTEN_64_TO_32:INTERNAL=1 //Test HAVE_CXX_FLAG_WSTRICT_ALIASING HAVE_CXX_FLAG_WSTRICT_ALIASING:INTERNAL=1 //Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE HAVE_CXX_FLAG_WSUGGEST_OVERRIDE:INTERNAL=1 //Test HAVE_CXX_FLAG_WTHREAD_SAFETY HAVE_CXX_FLAG_WTHREAD_SAFETY:INTERNAL=1 //Have symbol arc4random HAVE_DECL_ARC4RANDOM:INTERNAL=1 //Have symbol FE_ALL_EXCEPT HAVE_DECL_FE_ALL_EXCEPT:INTERNAL=1 //Have symbol FE_INEXACT HAVE_DECL_FE_INEXACT:INTERNAL=1 //Have symbol strerror_s HAVE_DECL_STRERROR_S:INTERNAL= //Have symbol __deregister_frame HAVE_DEREGISTER_FRAME:INTERNAL=1 //Have symbol dladdr HAVE_DLADDR:INTERNAL=1 //Have include dlfcn.h HAVE_DLFCN_H:INTERNAL=1 //Have symbol dlopen HAVE_DLOPEN:INTERNAL=1 //Have include errno.h HAVE_ERRNO_H:INTERNAL=1 //Have include fcntl.h HAVE_FCNTL_H:INTERNAL=1 //Have include fenv.h HAVE_FENV_H:INTERNAL=1 //Have symbol futimens HAVE_FUTIMENS:INTERNAL=1 //Have symbol futimes HAVE_FUTIMES:INTERNAL=1 //Have symbol getpagesize HAVE_GETPAGESIZE:INTERNAL=1 //Have symbol getrlimit HAVE_GETRLIMIT:INTERNAL=1 //Have symbol getrusage HAVE_GETRUSAGE:INTERNAL=1 //Have include histedit.h HAVE_HISTEDIT_H:INTERNAL=1 //Have symbol isatty HAVE_ISATTY:INTERNAL=1 //Have library compression HAVE_LIBCOMPRESSION:INTERNAL=1 //Have library dl HAVE_LIBDL:INTERNAL=1 //Have library pfm HAVE_LIBPFM_INITIALIZE:INTERNAL= //Have library pthread HAVE_LIBPTHREAD:INTERNAL=1 //Have library rt HAVE_LIBRT:INTERNAL= //Have symbol xmlReadMemory HAVE_LIBXML2:INTERNAL=1 //Have library rt HAVE_LIB_RT:INTERNAL= //Have include link.h HAVE_LINK_H:INTERNAL= //Result of TRY_COMPILE HAVE_LLDB_EL_RFUNC_T_SIZE:INTERNAL=FALSE //Have symbol lseek64 HAVE_LSEEK64:INTERNAL= //Have include mach/mach.h HAVE_MACH_MACH_H:INTERNAL=1 //Have symbol mallctl HAVE_MALLCTL:INTERNAL= //Have symbol mallinfo HAVE_MALLINFO:INTERNAL= //Have symbol mallinfo2 HAVE_MALLINFO2:INTERNAL= //Have include malloc/malloc.h HAVE_MALLOC_MALLOC_H:INTERNAL=1 //Have symbol malloc_zone_statistics HAVE_MALLOC_ZONE_STATISTICS:INTERNAL=1 //Have symbol __NR_process_vm_readv HAVE_NR_PROCESS_VM_READV:INTERNAL= //Have symbol posix_spawn HAVE_POSIX_SPAWN:INTERNAL=1 //Have symbol ppoll HAVE_PPOLL:INTERNAL= //Have symbol pread HAVE_PREAD:INTERNAL=1 //Have symbol process_vm_readv HAVE_PROCESS_VM_READV:INTERNAL= //Have symbol proc_pid_rusage HAVE_PROC_PID_RUSAGE:INTERNAL=1 //Have symbol pthread_getname_np HAVE_PTHREAD_GETNAME_NP:INTERNAL=1 //Have include pthread.h HAVE_PTHREAD_H:INTERNAL=1 //Have library pthread HAVE_PTHREAD_MUTEX_LOCK:INTERNAL=1 //Have library pthread HAVE_PTHREAD_RWLOCK_INIT:INTERNAL=1 //Have symbol pthread_setname_np HAVE_PTHREAD_SETNAME_NP:INTERNAL=1 //Have symbol ptsname_r HAVE_PTSNAME_R:INTERNAL=1 //Have symbol __register_frame HAVE_REGISTER_FRAME:INTERNAL=1 //Have symbol sbrk HAVE_SBRK:INTERNAL=1 //Have symbol setenv HAVE_SETENV:INTERNAL=1 //Have symbol setrlimit HAVE_SETRLIMIT:INTERNAL=1 //Have include signal.h HAVE_SIGNAL_H:INTERNAL=1 //Have include stddef.h HAVE_STDDEF_H:INTERNAL=1 //Have include stdint.h HAVE_STDINT_H:INTERNAL=1 //Test HAVE_STD_IS_TRIVIALLY_COPYABLE HAVE_STD_IS_TRIVIALLY_COPYABLE:INTERNAL=1 //Have symbol strerror HAVE_STRERROR:INTERNAL=1 //Have symbol strerror_r HAVE_STRERROR_R:INTERNAL=1 //Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC:INTERNAL=1 //Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC:INTERNAL= //Have symbol sysconf HAVE_SYSCONF:INTERNAL=1 //Have include sysexits.h HAVE_SYSEXITS_H:INTERNAL=1 //Have include sys/types.h;sys/event.h HAVE_SYS_EVENT_H:INTERNAL=1 //Have include sys/ioctl.h HAVE_SYS_IOCTL_H:INTERNAL=1 //Have include sys/mman.h HAVE_SYS_MMAN_H:INTERNAL=1 //Have include sys/param.h HAVE_SYS_PARAM_H:INTERNAL=1 //Have include sys/resource.h HAVE_SYS_RESOURCE_H:INTERNAL=1 //Have include sys/stat.h HAVE_SYS_STAT_H:INTERNAL=1 //Have include sys/time.h HAVE_SYS_TIME_H:INTERNAL=1 //Have include sys/types.h HAVE_SYS_TYPES_H:INTERNAL=1 //Have include termios.h HAVE_TERMIOS_H:INTERNAL=1 //Have include unistd.h HAVE_UNISTD_H:INTERNAL=1 //Have symbol __unw_add_dynamic_fde HAVE_UNW_ADD_DYNAMIC_FDE:INTERNAL=1 //Have include valgrind/valgrind.h HAVE_VALGRIND_VALGRIND_H:INTERNAL= //Have symbol compress2 HAVE_ZLIB:INTERNAL=1 //Have symbol _Unwind_Backtrace HAVE__UNWIND_BACKTRACE:INTERNAL=1 //Have symbol __x86_64__ IS_X64:INTERNAL=1 //ADVANCED property for variable: LIBCLANG_LIBRARY_VERSION LIBCLANG_LIBRARY_VERSION-ADVANCED:INTERNAL=1 //Have library c LIBCXXABI_HAS_CXA_THREAD_ATEXIT_IMPL:INTERNAL= //Have library c LIBCXXABI_HAS_C_LIB:INTERNAL=1 //Have library dl LIBCXXABI_HAS_DL_LIB:INTERNAL=1 //Have library gcc LIBCXXABI_HAS_GCC_LIB:INTERNAL= //Have library gcc_s LIBCXXABI_HAS_GCC_S_LIB:INTERNAL= //Have library pthread LIBCXXABI_HAS_PTHREAD_LIB:INTERNAL=1 //Have library System LIBCXXABI_HAS_SYSTEM_LIB:INTERNAL=1 //Have library c LIBCXX_HAS_C_LIB:INTERNAL=1 //Have library gcc_s LIBCXX_HAS_GCC_S_LIB:INTERNAL= //Have library System LIBCXX_HAS_SYSTEM_LIB:INTERNAL=1 //Have library /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/liblzma.tbd LIBLZMA_HAS_AUTO_DECODER:INTERNAL=1 //Have library /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/liblzma.tbd LIBLZMA_HAS_EASY_ENCODER:INTERNAL=1 //Have library /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk/usr/lib/liblzma.tbd LIBLZMA_HAS_LZMA_PRESET:INTERNAL=1 //ADVANCED property for variable: LIBLZMA_INCLUDE_DIR LIBLZMA_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBLZMA_LIBRARY_DEBUG LIBLZMA_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBLZMA_LIBRARY_RELEASE LIBLZMA_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBXML2_INCLUDE_DIR LIBXML2_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBXML2_LIBRARY LIBXML2_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LIBXML2_XMLLINT_EXECUTABLE LIBXML2_XMLLINT_EXECUTABLE-ADVANCED:INTERNAL=1 //Test LINKER_SUPPORTS_COLOR_DIAGNOSTICS LINKER_SUPPORTS_COLOR_DIAGNOSTICS:INTERNAL= //STRING LLDB_DOTEST_ARGS:INTERNAL=-u;CXXFLAGS;-u;CFLAGS;--codesign-identity;lldb_codesign;--arch;x86_64;--build-dir;/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-build/lldb-test-build.noindex;-t;--env;TERM=vt100 //Have symbol el_winsertstr LLDB_EDITLINE_USE_WCHAR:INTERNAL=1 //CHECK_TYPE_SIZE: el_rfunc_t unknown LLDB_EL_RFUNC_T_SIZE:INTERNAL= //ADVANCED property for variable: LLD_TOOLS_INSTALL_DIR LLD_TOOLS_INSTALL_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_BUILD_INSTRUMENTED LLVM_BUILD_INSTRUMENTED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_BUILD_INSTRUMENTED_COVERAGE LLVM_BUILD_INSTRUMENTED_COVERAGE-ADVANCED:INTERNAL=1 LLVM_CONFIG_HAS_RTTI:INTERNAL=NO //ADVANCED property for variable: LLVM_ENABLE_IR_PGO LLVM_ENABLE_IR_PGO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_ENABLE_PROJECTS_USED LLVM_ENABLE_PROJECTS_USED-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_EXAMPLES_INSTALL_DIR LLVM_EXAMPLES_INSTALL_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_EXTERNAL_PROJECT_BUILD_TOOL_ARGS LLVM_EXTERNAL_PROJECT_BUILD_TOOL_ARGS-ADVANCED:INTERNAL=1 //Test LLVM_HAS_ATOMICS LLVM_HAS_ATOMICS:INTERNAL=1 //Test LLVM_HAS_NOGLOBAL_CTOR_MUTEX LLVM_HAS_NOGLOBAL_CTOR_MUTEX:INTERNAL= //Have library xar LLVM_HAVE_LIBXAR:INTERNAL=1 //ADVANCED property for variable: LLVM_INCLUDE_DXIL_TESTS LLVM_INCLUDE_DXIL_TESTS-ADVANCED:INTERNAL=1 //Test LLVM_LIBSTDCXX_MIN LLVM_LIBSTDCXX_MIN:INTERNAL=1 //Test LLVM_LIBSTDCXX_SOFT_ERROR LLVM_LIBSTDCXX_SOFT_ERROR:INTERNAL=1 LLVM_LINKER_DETECTED:INTERNAL=YES LLVM_LINKER_IS_LD64:INTERNAL=YES //ADVANCED property for variable: LLVM_TARGET_TRIPLE_ENV LLVM_TARGET_TRIPLE_ENV-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOLS_INSTALL_DIR LLVM_TOOLS_INSTALL_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_BUGPOINT_BUILD LLVM_TOOL_BUGPOINT_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_BUGPOINT_PASSES_BUILD LLVM_TOOL_BUGPOINT_PASSES_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_DSYMUTIL_BUILD LLVM_TOOL_DSYMUTIL_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_DXIL_DIS_BUILD LLVM_TOOL_DXIL_DIS_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_GOLD_BUILD LLVM_TOOL_GOLD_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLC_BUILD LLVM_TOOL_LLC_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLI_BUILD LLVM_TOOL_LLI_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_AR_BUILD LLVM_TOOL_LLVM_AR_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_AS_BUILD LLVM_TOOL_LLVM_AS_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_AS_FUZZER_BUILD LLVM_TOOL_LLVM_AS_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_BCANALYZER_BUILD LLVM_TOOL_LLVM_BCANALYZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_CAT_BUILD LLVM_TOOL_LLVM_CAT_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_CFI_VERIFY_BUILD LLVM_TOOL_LLVM_CFI_VERIFY_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_CONFIG_BUILD LLVM_TOOL_LLVM_CONFIG_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_COV_BUILD LLVM_TOOL_LLVM_COV_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_CVTRES_BUILD LLVM_TOOL_LLVM_CVTRES_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_CXXDUMP_BUILD LLVM_TOOL_LLVM_CXXDUMP_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_CXXFILT_BUILD LLVM_TOOL_LLVM_CXXFILT_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_CXXMAP_BUILD LLVM_TOOL_LLVM_CXXMAP_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_C_TEST_BUILD LLVM_TOOL_LLVM_C_TEST_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_DEBUGINFOD_BUILD LLVM_TOOL_LLVM_DEBUGINFOD_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_DEBUGINFOD_FIND_BUILD LLVM_TOOL_LLVM_DEBUGINFOD_FIND_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_DIFF_BUILD LLVM_TOOL_LLVM_DIFF_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_DIS_BUILD LLVM_TOOL_LLVM_DIS_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_DIS_FUZZER_BUILD LLVM_TOOL_LLVM_DIS_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_DLANG_DEMANGLE_FUZZER_BUILD LLVM_TOOL_LLVM_DLANG_DEMANGLE_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_DRIVER_BUILD LLVM_TOOL_LLVM_DRIVER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_DWARFDUMP_BUILD LLVM_TOOL_LLVM_DWARFDUMP_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_DWARFUTIL_BUILD LLVM_TOOL_LLVM_DWARFUTIL_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_DWP_BUILD LLVM_TOOL_LLVM_DWP_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_EXEGESIS_BUILD LLVM_TOOL_LLVM_EXEGESIS_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_EXTRACT_BUILD LLVM_TOOL_LLVM_EXTRACT_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_GO_BUILD LLVM_TOOL_LLVM_GO_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_GSYMUTIL_BUILD LLVM_TOOL_LLVM_GSYMUTIL_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_IFS_BUILD LLVM_TOOL_LLVM_IFS_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_ISEL_FUZZER_BUILD LLVM_TOOL_LLVM_ISEL_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_ITANIUM_DEMANGLE_FUZZER_BUILD LLVM_TOOL_LLVM_ITANIUM_DEMANGLE_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_JITLINK_BUILD LLVM_TOOL_LLVM_JITLINK_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_JITLISTENER_BUILD LLVM_TOOL_LLVM_JITLISTENER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_LIBTOOL_DARWIN_BUILD LLVM_TOOL_LLVM_LIBTOOL_DARWIN_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_LINK_BUILD LLVM_TOOL_LLVM_LINK_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_LIPO_BUILD LLVM_TOOL_LLVM_LIPO_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_LTO2_BUILD LLVM_TOOL_LLVM_LTO2_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_LTO_BUILD LLVM_TOOL_LLVM_LTO_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_MCA_BUILD LLVM_TOOL_LLVM_MCA_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_MC_ASSEMBLE_FUZZER_BUILD LLVM_TOOL_LLVM_MC_ASSEMBLE_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_MC_BUILD LLVM_TOOL_LLVM_MC_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_MC_DISASSEMBLE_FUZZER_BUILD LLVM_TOOL_LLVM_MC_DISASSEMBLE_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_MICROSOFT_DEMANGLE_FUZZER_BUILD LLVM_TOOL_LLVM_MICROSOFT_DEMANGLE_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_ML_BUILD LLVM_TOOL_LLVM_ML_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_MODEXTRACT_BUILD LLVM_TOOL_LLVM_MODEXTRACT_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_MT_BUILD LLVM_TOOL_LLVM_MT_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_NM_BUILD LLVM_TOOL_LLVM_NM_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_OBJCOPY_BUILD LLVM_TOOL_LLVM_OBJCOPY_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_OBJDUMP_BUILD LLVM_TOOL_LLVM_OBJDUMP_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_OPT_FUZZER_BUILD LLVM_TOOL_LLVM_OPT_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_OPT_REPORT_BUILD LLVM_TOOL_LLVM_OPT_REPORT_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_PDBUTIL_BUILD LLVM_TOOL_LLVM_PDBUTIL_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_PROFDATA_BUILD LLVM_TOOL_LLVM_PROFDATA_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_PROFGEN_BUILD LLVM_TOOL_LLVM_PROFGEN_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_RC_BUILD LLVM_TOOL_LLVM_RC_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_READOBJ_BUILD LLVM_TOOL_LLVM_READOBJ_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_REDUCE_BUILD LLVM_TOOL_LLVM_REDUCE_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_REMARK_SIZE_DIFF_BUILD LLVM_TOOL_LLVM_REMARK_SIZE_DIFF_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_RTDYLD_BUILD LLVM_TOOL_LLVM_RTDYLD_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_RUST_DEMANGLE_FUZZER_BUILD LLVM_TOOL_LLVM_RUST_DEMANGLE_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_SHLIB_BUILD LLVM_TOOL_LLVM_SHLIB_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_SIM_BUILD LLVM_TOOL_LLVM_SIM_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_SIZE_BUILD LLVM_TOOL_LLVM_SIZE_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_SPECIAL_CASE_LIST_FUZZER_BUILD LLVM_TOOL_LLVM_SPECIAL_CASE_LIST_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_SPLIT_BUILD LLVM_TOOL_LLVM_SPLIT_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_STRESS_BUILD LLVM_TOOL_LLVM_STRESS_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_STRINGS_BUILD LLVM_TOOL_LLVM_STRINGS_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_SYMBOLIZER_BUILD LLVM_TOOL_LLVM_SYMBOLIZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_TAPI_DIFF_BUILD LLVM_TOOL_LLVM_TAPI_DIFF_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_TLI_CHECKER_BUILD LLVM_TOOL_LLVM_TLI_CHECKER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_UNDNAME_BUILD LLVM_TOOL_LLVM_UNDNAME_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_XRAY_BUILD LLVM_TOOL_LLVM_XRAY_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_YAML_NUMERIC_PARSER_FUZZER_BUILD LLVM_TOOL_LLVM_YAML_NUMERIC_PARSER_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LLVM_YAML_PARSER_FUZZER_BUILD LLVM_TOOL_LLVM_YAML_PARSER_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_LTO_BUILD LLVM_TOOL_LTO_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_OBJ2YAML_BUILD LLVM_TOOL_OBJ2YAML_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_OPT_BUILD LLVM_TOOL_OPT_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_OPT_VIEWER_BUILD LLVM_TOOL_OPT_VIEWER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_REMARKS_SHLIB_BUILD LLVM_TOOL_REMARKS_SHLIB_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_SANCOV_BUILD LLVM_TOOL_SANCOV_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_SANSTATS_BUILD LLVM_TOOL_SANSTATS_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_SPLIT_FILE_BUILD LLVM_TOOL_SPLIT_FILE_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_VERIFY_USELISTORDER_BUILD LLVM_TOOL_VERIFY_USELISTORDER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_VFABI_DEMANGLE_FUZZER_BUILD LLVM_TOOL_VFABI_DEMANGLE_FUZZER_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_XCODE_TOOLCHAIN_BUILD LLVM_TOOL_XCODE_TOOLCHAIN_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_TOOL_YAML2OBJ_BUILD LLVM_TOOL_YAML2OBJ_BUILD-ADVANCED:INTERNAL=1 //Have symbol __GLIBC__ LLVM_USING_GLIBC:INTERNAL= //ADVANCED property for variable: LLVM_UTILS_INSTALL_DIR LLVM_UTILS_INSTALL_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LLVM_VP_COUNTERS_PER_SITE LLVM_VP_COUNTERS_PER_SITE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LUA_INCLUDE_DIR LUA_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LUA_LIBRARY LUA_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LibEdit_INCLUDE_DIRS LibEdit_INCLUDE_DIRS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LibEdit_LIBRARIES LibEdit_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: OCAMLFIND OCAMLFIND-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PANEL_LIBRARIES PANEL_LIBRARIES-ADVANCED:INTERNAL=1 PC_LIBEDIT_CFLAGS:INTERNAL= PC_LIBEDIT_CFLAGS_I:INTERNAL= PC_LIBEDIT_CFLAGS_OTHER:INTERNAL= PC_LIBEDIT_FOUND:INTERNAL= PC_LIBEDIT_INCLUDEDIR:INTERNAL= PC_LIBEDIT_LIBDIR:INTERNAL= PC_LIBEDIT_LIBS:INTERNAL= PC_LIBEDIT_LIBS_L:INTERNAL= PC_LIBEDIT_LIBS_OTHER:INTERNAL= PC_LIBEDIT_LIBS_PATHS:INTERNAL= PC_LIBEDIT_MODULE_NAME:INTERNAL= PC_LIBEDIT_PREFIX:INTERNAL= PC_LIBEDIT_STATIC_CFLAGS:INTERNAL= PC_LIBEDIT_STATIC_CFLAGS_I:INTERNAL= PC_LIBEDIT_STATIC_CFLAGS_OTHER:INTERNAL= PC_LIBEDIT_STATIC_LIBDIR:INTERNAL= PC_LIBEDIT_STATIC_LIBS:INTERNAL= PC_LIBEDIT_STATIC_LIBS_L:INTERNAL= PC_LIBEDIT_STATIC_LIBS_OTHER:INTERNAL= PC_LIBEDIT_STATIC_LIBS_PATHS:INTERNAL= PC_LIBEDIT_VERSION:INTERNAL= PC_LIBXML_CFLAGS:INTERNAL= PC_LIBXML_CFLAGS_I:INTERNAL= PC_LIBXML_CFLAGS_OTHER:INTERNAL= PC_LIBXML_FOUND:INTERNAL= PC_LIBXML_INCLUDEDIR:INTERNAL= PC_LIBXML_LIBDIR:INTERNAL= PC_LIBXML_LIBS:INTERNAL= PC_LIBXML_LIBS_L:INTERNAL= PC_LIBXML_LIBS_OTHER:INTERNAL= PC_LIBXML_LIBS_PATHS:INTERNAL= PC_LIBXML_MODULE_NAME:INTERNAL= PC_LIBXML_PREFIX:INTERNAL= PC_LIBXML_STATIC_CFLAGS:INTERNAL= PC_LIBXML_STATIC_CFLAGS_I:INTERNAL= PC_LIBXML_STATIC_CFLAGS_OTHER:INTERNAL= PC_LIBXML_STATIC_LIBDIR:INTERNAL= PC_LIBXML_STATIC_LIBS:INTERNAL= PC_LIBXML_STATIC_LIBS_L:INTERNAL= PC_LIBXML_STATIC_LIBS_OTHER:INTERNAL= PC_LIBXML_STATIC_LIBS_PATHS:INTERNAL= PC_LIBXML_VERSION:INTERNAL= //ADVANCED property for variable: PKG_CONFIG_ARGN PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 //Result of TRY_RUN RUN_HAVE_POSIX_REGEX:INTERNAL=0 //Result of TRY_RUN RUN_HAVE_STEADY_CLOCK:INTERNAL=0 //Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG:INTERNAL=1 //Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG:INTERNAL=1 //Test SUPPORTS_VARIADIC_MACROS_FLAG SUPPORTS_VARIADIC_MACROS_FLAG:INTERNAL=1 //ADVANCED property for variable: SWIG_DIR SWIG_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SWIG_EXECUTABLE SWIG_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: SWIG_VERSION SWIG_VERSION-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Terminfo_LIBRARIES Terminfo_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Terminfo_LINKABLE Terminfo_LINKABLE-ADVANCED:INTERNAL=1 //Test Terminfo_LINKABLE Terminfo_LINKABLE:INTERNAL=1 //ADVANCED property for variable: ZLIB_INCLUDE_DIR ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_LIBRARY_DEBUG ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: ZLIB_LIBRARY_RELEASE ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 //Have symbol backtrace _Backtrace_SYM_FOUND:INTERNAL=1 //CMAKE_INSTALL_PREFIX during last run _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/lldb-install _Python3_DEVELOPMENT_EMBED_SIGNATURE:INTERNAL=4b7a83a411b5bc0819dc7c1cbb4045b3 _Python3_DEVELOPMENT_MODULE_SIGNATURE:INTERNAL=ddadab298bb8f187aeaa556a7bb00136 _Python3_EXECUTABLE:INTERNAL=/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/bin/python3.8 //Path to a file. _Python3_INCLUDE_DIR:INTERNAL=/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/include/python3.8 //Python3 Properties _Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;8;2;64;;cpython-38-darwin;/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8;/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8;/Library/Python/3.8/site-packages;/Library/Python/3.8/site-packages _Python3_INTERPRETER_SIGNATURE:INTERNAL=b9a3e2318c6cf549a82cd41b577f276f //Path to a library. _Python3_LIBRARY_RELEASE:INTERNAL=/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/libpython3.8.dylib __pkg_config_checked_PC_LIBEDIT:INTERNAL=1 __pkg_config_checked_PC_LIBXML:INTERNAL=1 algorithms.partition_point_REPORTED:INTERNAL=ON allocation_REPORTED:INTERNAL=ON deque_REPORTED:INTERNAL=ON //Result of TRY_COMPILE errc_compiled:INTERNAL=TRUE //Result of TRY_RUN errc_exit_code:INTERNAL=0 filesystem_REPORTED:INTERNAL=ON format_REPORTED:INTERNAL=ON format_to_REPORTED:INTERNAL=ON format_to_n_REPORTED:INTERNAL=ON formatted_size_REPORTED:INTERNAL=ON formatter_float_REPORTED:INTERNAL=ON formatter_int_REPORTED:INTERNAL=ON function_REPORTED:INTERNAL=ON lower_bound_REPORTED:INTERNAL=ON //Have symbol os_signpost_interval_begin macos_signposts_available:INTERNAL=1 //Test macos_signposts_usable macos_signposts_usable:INTERNAL=1 make_heap_REPORTED:INTERNAL=ON make_heap_then_sort_heap_REPORTED:INTERNAL=ON map_REPORTED:INTERNAL=ON min_max_element_REPORTED:INTERNAL=ON ordered_set_REPORTED:INTERNAL=ON pop_heap_REPORTED:INTERNAL=ON push_heap_REPORTED:INTERNAL=ON ranges_make_heap_REPORTED:INTERNAL=ON ranges_make_heap_then_sort_heap_REPORTED:INTERNAL=ON ranges_pop_heap_REPORTED:INTERNAL=ON ranges_push_heap_REPORTED:INTERNAL=ON ranges_sort_REPORTED:INTERNAL=ON ranges_sort_heap_REPORTED:INTERNAL=ON ranges_stable_sort_REPORTED:INTERNAL=ON sort_REPORTED:INTERNAL=ON sort_heap_REPORTED:INTERNAL=ON stable_sort_REPORTED:INTERNAL=ON std_format_spec_string_unicode_REPORTED:INTERNAL=ON string_REPORTED:INTERNAL=ON stringstream_REPORTED:INTERNAL=ON to_chars_REPORTED:INTERNAL=ON unordered_set_operations_REPORTED:INTERNAL=ON util_smartptr_REPORTED:INTERNAL=ON variant_visit_1_REPORTED:INTERNAL=ON variant_visit_2_REPORTED:INTERNAL=ON variant_visit_3_REPORTED:INTERNAL=ON vector_operations_REPORTED:INTERNAL=ON