# This is the CMakeCache file. # For build in directory: c:/llvm-project/build # It was generated by CMake: C:/Program Files/CMake/bin/cmake.exe # 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 //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=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 link time optimisation of the benchmark library. BENCHMARK_ENABLE_LTO:BOOL=OFF //Enable testing of the benchmark library. BENCHMARK_ENABLE_TESTING:BOOL=OFF //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://bugs.llvm.org/ //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=Backtrace_INCLUDE_DIR-NOTFOUND //Build XPC Support For Clangd. CLANGD_BUILD_XPC:BOOL=0 //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 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 //Build clangd language server CLANG_ENABLE_CLANGD:BOOL=ON //Build Clang protobuf fuzzer. CLANG_ENABLE_PROTO_FUZZER:BOOL=OFF //Build static analyzer. CLANG_ENABLE_STATIC_ANALYZER:BOOL=ON //Major version number that will be appended to the clang executable // name CLANG_EXECUTABLE_VERSION:STRING=10 //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 //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 //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= //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 //Generate build targets for the Clang Extra Tools docs. CLANG_TOOLS_EXTRA_INCLUDE_DOCS:BOOL=ON //Run Clang tools' tests under Valgrind CLANG_TOOLS_TEST_USE_VG:BOOL=OFF //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-offload-bundler as part of CLANG CLANG_TOOL_CLANG_OFFLOAD_BUNDLER_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-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 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-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 //ASM compiler CMAKE_ASM_COMPILER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x86/cl.exe //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= //Flags used by the ASM compiler during MINSIZEREL builds. CMAKE_ASM_FLAGS_MINSIZEREL:STRING= //Flags used by the ASM compiler during RELEASE builds. CMAKE_ASM_FLAGS_RELEASE:STRING= //Flags used by the ASM compiler during RELWITHDEBINFO builds. CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING= //No help, variable specified on the command line. CMAKE_BUILD_TYPE:UNINITIALIZED=Release //Semicolon separated list of supported configuration types, only // supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything // else will be ignored. CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo //Flags used by the CXX compiler during all build types. CMAKE_CXX_FLAGS:STRING=/permissive- /D_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS //Flags used by the CXX compiler during DEBUG builds. CMAKE_CXX_FLAGS_DEBUG:STRING=/MDd /Zi /Ob0 /Od /RTC1 //Flags used by the CXX compiler during MINSIZEREL builds. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG //Flags used by the CXX compiler during RELEASE builds. CMAKE_CXX_FLAGS_RELEASE:STRING=/MT /O2 /Ob2 /DNDEBUG //Flags used by the CXX compiler during RELWITHDEBINFO builds. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG //C++ standard to conform to CMAKE_CXX_STANDARD:STRING=17 //Libraries linked by default with all C++ applications. CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib //Flags used by the C compiler during all build types. CMAKE_C_FLAGS:STRING=/DWIN32 /D_WINDOWS /W3 //Flags used by the C compiler during DEBUG builds. CMAKE_C_FLAGS_DEBUG:STRING=/MDd /Zi /Ob0 /Od /RTC1 //Flags used by the C compiler during MINSIZEREL builds. CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG //Flags used by the C compiler during RELEASE builds. CMAKE_C_FLAGS_RELEASE:STRING=/MT /O2 /Ob2 /DNDEBUG //Flags used by the C compiler during RELWITHDEBINFO builds. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG //Libraries linked by default with all C applications. CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib //Flags used by the linker during all build types. CMAKE_EXE_LINKER_FLAGS:STRING=/machine:X86 //Flags used by the linker during DEBUG builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during MINSIZEREL builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during RELEASE builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during RELWITHDEBINFO builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //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= //C header files for non-gcc (/usr/include) CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include //Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=C:/llvm-project/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 //Path to a program. CMAKE_LINKER:FILEPATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x86/link.exe //Flags used by the linker during the creation of modules during // all build types. CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:X86 //Flags used by the linker during the creation of modules during // DEBUG builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during the creation of modules during // MINSIZEREL builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during the creation of modules during // RELEASE builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during the creation of modules during // RELWITHDEBINFO builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //Path to a program. CMAKE_MT:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.18362.0/x64/mt.exe //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=10.0.0 //Value Computed by CMake CMAKE_PROJECT_VERSION_MAJOR:STATIC=10 //Value Computed by CMake CMAKE_PROJECT_VERSION_MINOR:STATIC=0 //Value Computed by CMake CMAKE_PROJECT_VERSION_PATCH:STATIC=0 //Value Computed by CMake CMAKE_PROJECT_VERSION_TWEAK:STATIC= //RC compiler CMAKE_RC_COMPILER:FILEPATH=C:/Program Files (x86)/Windows Kits/10/bin/10.0.18362.0/x64/rc.exe //Flags for Windows Resource Compiler during all build types. CMAKE_RC_FLAGS:STRING=-DWIN32 //Flags for Windows Resource Compiler during DEBUG builds. CMAKE_RC_FLAGS_DEBUG:STRING=-D_DEBUG //Flags for Windows Resource Compiler during MINSIZEREL builds. CMAKE_RC_FLAGS_MINSIZEREL:STRING= //Flags for Windows Resource Compiler during RELEASE builds. CMAKE_RC_FLAGS_RELEASE:STRING= //Flags for Windows Resource Compiler during RELWITHDEBINFO builds. CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING= //Flags used by the linker during the creation of shared libraries // during all build types. CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:X86 //Flags used by the linker during the creation of shared libraries // during DEBUG builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL //Flags used by the linker during the creation of shared libraries // during MINSIZEREL builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO //Flags used by the linker during the creation of shared libraries // during RELEASE builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO //Flags used by the linker during the creation of shared libraries // during RELWITHDEBINFO builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL //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=/machine:X86 //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= //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 //Enable to build 7-Zip packages CPACK_BINARY_7Z:BOOL=OFF //Enable to build IFW packages CPACK_BINARY_IFW:BOOL=OFF //Enable to build NSIS packages CPACK_BINARY_NSIS:BOOL=ON //Enable to build NuGet packages CPACK_BINARY_NUGET:BOOL=OFF //Enable to build WiX packages CPACK_BINARY_WIX:BOOL=OFF //Enable to build ZIP packages CPACK_BINARY_ZIP:BOOL=OFF //Enable to build 7-Zip source packages CPACK_SOURCE_7Z:BOOL=ON //Enable to build ZIP source packages CPACK_SOURCE_ZIP:BOOL=ON //Colon separated list of directories clang will search for headers. C_INCLUDE_DIRS:STRING= //Default to all compiler invocations for --sysroot=. DEFAULT_SYSROOT:PATH= //Path to a library. DL_LIBRARY_PATH:FILEPATH=DL_LIBRARY_PATH-NOTFOUND //Path to a program. DTRACE:FILEPATH=DTRACE-NOTFOUND //Enable the experimental new pass manager by default. ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER:BOOL=FALSE //pass --build-id to ld ENABLE_LINKER_BUILD_ID:BOOL=OFF //enable x86 relax relocations by default ENABLE_X86_RELAX_RELOCATIONS:BOOL=OFF //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= //Directory where gcc is installed. GCC_INSTALL_PREFIX:PATH= //Git command line client GIT_EXECUTABLE:FILEPATH=C:/Program Files/Git/cmd/git.exe //The gold linker GOLD_EXECUTABLE:FILEPATH=C:/Program Files (x86)/mingw-w64/i686-8.1.0-win32-dwarf-rt_v6-rev0/mingw32/bin/ld.gold.exe //go executable GO_EXECUTABLE:FILEPATH=GO_EXECUTABLE-NOTFOUND //OK HAVE_STD_REGEX:BOOL=ON //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=10 //Path to a library. LIBRT:FILEPATH=LIBRT-NOTFOUND //Path to a file. LIBXML2_INCLUDE_DIR:PATH=C:/Strawberry/c/include //Path to a library. LIBXML2_LIBRARY:FILEPATH=LIBXML2_LIBRARY-NOTFOUND //Path to a program. LIBXML2_XMLLINT_EXECUTABLE:FILEPATH=C:/Strawberry/c/bin/xmllint.exe //Build the lld tools. If OFF, just generate build targets. LLD_BUILD_TOOLS:BOOL=ON //Enable VTune user task tracking. LLD_USE_VTUNE:BOOL=OFF //Dependencies for the target LLVM-C_LIB_DEPENDS:STATIC=general;LLVMDemangle;general;LLVMSupport;general;LLVMTableGen;general;LLVMCore;general;LLVMFuzzMutate;general;LLVMIRReader;general;LLVMCodeGen;general;LLVMSelectionDAG;general;LLVMAsmPrinter;general;LLVMMIRParser;general;LLVMGlobalISel;general;LLVMBinaryFormat;general;LLVMBitReader;general;LLVMBitWriter;general;LLVMBitstreamReader;general;LLVMTransformUtils;general;LLVMInstrumentation;general;LLVMAggressiveInstCombine;general;LLVMInstCombine;general;LLVMScalarOpts;general;LLVMipo;general;LLVMVectorize;general;LLVMObjCARCOpts;general;LLVMCoroutines;general;LLVMCFGuard;general;LLVMLinker;general;LLVMAnalysis;general;LLVMLTO;general;LLVMMC;general;LLVMMCParser;general;LLVMMCDisassembler;general;LLVMMCA;general;LLVMObject;general;LLVMObjectYAML;general;LLVMOption;general;LLVMRemarks;general;LLVMDebugInfoDWARF;general;LLVMDebugInfoGSYM;general;LLVMDebugInfoMSF;general;LLVMDebugInfoCodeView;general;LLVMDebugInfoPDB;general;LLVMSymbolize;general;LLVMExecutionEngine;general;LLVMInterpreter;general;LLVMJITLink;general;LLVMMCJIT;general;LLVMOrcJIT;general;LLVMRuntimeDyld;general;LLVMTarget;general;LLVMAArch64CodeGen;general;LLVMAArch64AsmParser;general;LLVMAArch64Disassembler;general;LLVMAArch64Desc;general;LLVMAArch64Info;general;LLVMAArch64Utils;general;LLVMAMDGPUCodeGen;general;LLVMAMDGPUAsmParser;general;LLVMAMDGPUDisassembler;general;LLVMAMDGPUDesc;general;LLVMAMDGPUInfo;general;LLVMAMDGPUUtils;general;LLVMARMCodeGen;general;LLVMARMAsmParser;general;LLVMARMDisassembler;general;LLVMARMDesc;general;LLVMARMInfo;general;LLVMARMUtils;general;LLVMBPFCodeGen;general;LLVMBPFAsmParser;general;LLVMBPFDisassembler;general;LLVMBPFDesc;general;LLVMBPFInfo;general;LLVMHexagonCodeGen;general;LLVMHexagonAsmParser;general;LLVMHexagonDisassembler;general;LLVMHexagonDesc;general;LLVMHexagonInfo;general;LLVMLanaiCodeGen;general;LLVMLanaiAsmParser;general;LLVMLanaiDisassembler;general;LLVMLanaiDesc;general;LLVMLanaiInfo;general;LLVMMipsCodeGen;general;LLVMMipsAsmParser;general;LLVMMipsDisassembler;general;LLVMMipsDesc;general;LLVMMipsInfo;general;LLVMMSP430CodeGen;general;LLVMMSP430Desc;general;LLVMMSP430Info;general;LLVMMSP430AsmParser;general;LLVMMSP430Disassembler;general;LLVMNVPTXCodeGen;general;LLVMNVPTXDesc;general;LLVMNVPTXInfo;general;LLVMPowerPCCodeGen;general;LLVMPowerPCAsmParser;general;LLVMPowerPCDisassembler;general;LLVMPowerPCDesc;general;LLVMPowerPCInfo;general;LLVMRISCVCodeGen;general;LLVMRISCVAsmParser;general;LLVMRISCVDisassembler;general;LLVMRISCVDesc;general;LLVMRISCVInfo;general;LLVMRISCVUtils;general;LLVMSparcCodeGen;general;LLVMSparcAsmParser;general;LLVMSparcDisassembler;general;LLVMSparcDesc;general;LLVMSparcInfo;general;LLVMSystemZCodeGen;general;LLVMSystemZAsmParser;general;LLVMSystemZDisassembler;general;LLVMSystemZDesc;general;LLVMSystemZInfo;general;LLVMWebAssemblyCodeGen;general;LLVMWebAssemblyAsmParser;general;LLVMWebAssemblyDisassembler;general;LLVMWebAssemblyDesc;general;LLVMWebAssemblyInfo;general;LLVMX86CodeGen;general;LLVMX86AsmParser;general;LLVMX86Disassembler;general;LLVMX86Desc;general;LLVMX86Info;general;LLVMX86Utils;general;LLVMXCoreCodeGen;general;LLVMXCoreDisassembler;general;LLVMXCoreDesc;general;LLVMXCoreInfo;general;LLVMAsmParser;general;LLVMLineEditor;general;LLVMProfileData;general;LLVMCoverage;general;LLVMPasses;general;LLVMTextAPI;general;LLVMDlltoolDriver;general;LLVMLibDriver;general;LLVMXRay;general;LLVMWindowsManifest;general;LTO; //Dependencies for the target LLVMCFIVerify_LIB_DEPENDS:STATIC=general;LLVMDebugInfoDWARF;general;LLVMMC;general;LLVMMCParser;general;LLVMObject;general;LLVMSupport;general;LLVMSymbolize; //Dependencies for the target LLVMExegesisAArch64_LIB_DEPENDS:STATIC=general;LLVMAArch64CodeGen;general;LLVMAArch64AsmParser;general;LLVMAArch64Desc;general;LLVMAArch64Disassembler;general;LLVMAArch64Info;general;LLVMAArch64Utils;general;LLVMExegesis; //Dependencies for the target LLVMExegesisMips_LIB_DEPENDS:STATIC=general;LLVMMipsCodeGen;general;LLVMMipsAsmParser;general;LLVMMipsDesc;general;LLVMMipsDisassembler;general;LLVMMipsInfo;general;LLVMExegesis; //Dependencies for the target LLVMExegesisPowerPC_LIB_DEPENDS:STATIC=general;LLVMPowerPCCodeGen;general;LLVMPowerPCAsmParser;general;LLVMPowerPCDesc;general;LLVMPowerPCDisassembler;general;LLVMPowerPCInfo;general;LLVMExegesis; //Dependencies for the target LLVMExegesisX86_LIB_DEPENDS:STATIC=general;LLVMX86CodeGen;general;LLVMX86AsmParser;general;LLVMX86Desc;general;LLVMX86Disassembler;general;LLVMX86Info;general;LLVMX86Utils;general;LLVMExegesis; //Dependencies for the target LLVMExegesis_LIB_DEPENDS:STATIC=general;LLVMAnalysis;general;LLVMCodeGen;general;LLVMCore;general;LLVMExecutionEngine;general;LLVMGlobalISel;general;LLVMMC;general;LLVMMCDisassembler;general;LLVMMCJIT;general;LLVMMCParser;general;LLVMObject;general;LLVMObjectYAML;general;LLVMSupport; //Dependencies for the target LLVMOrcJIT_LIB_DEPENDS:STATIC=general;LLVMAnalysis;general;LLVMBitReader;general;LLVMBitWriter;general;LLVMPasses; //Dependencies for the target LLVMTestingSupport_LIB_DEPENDS:STATIC=general;gtest; //Enable abi-breaking checks. Can be WITH_ASSERTS, FORCE_ON or // FORCE_OFF. LLVM_ABI_BREAKING_CHECKS:STRING=WITH_ASSERTS //Configure project to use Visual Studio native visualizers LLVM_ADD_NATIVE_VISUALIZERS_TO_SOLUTION:BOOL=ON //Embed the version control system revision in LLVM LLVM_APPEND_VC_REV:BOOL=ON //Value Computed by CMake LLVM_BINARY_DIR:STATIC=C:/llvm-project/build //PATH to binutils/include containing plugin-api.h for gold plugin. LLVM_BINUTILS_INCDIR:PATH= //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 LLVM-C.dll (Windows only) LLVM_BUILD_LLVM_C_DYLIB:BOOL=ON //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 //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= //Number of parallel compiler jobs. 0 means use all processors. // Default is 0. LLVM_COMPILER_JOBS:STRING=0 //Default target for which LLVM will generate code. LLVM_DEFAULT_TARGET_TRIPLE:STRING=i686-pc-windows-msvc //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=OFF //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 //Debug: Prints tablegen patterns that were used for selecting LLVM_ENABLE_DAGISEL_COV:BOOL=OFF //Use MSVC DIA SDK for debugging if available. LLVM_ENABLE_DIA_SDK:BOOL=ON //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=ON //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 //Disable optional build system features that cause problems for // IDE generators LLVM_ENABLE_IDE:BOOL=ON //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=OFF //Compile with -gmodules. LLVM_ENABLE_MODULE_DEBUGGING:BOOL=OFF //Build OCaml bindings documentation. LLVM_ENABLE_OCAMLDOC:BOOL=ON //OFF LLVM_ENABLE_PDB:BOOL=OFF //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=OFF //Semicolon-separated list of projects to build (clang;clang-tools-extra;compiler-rt;debuginfo-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;llgo;openmp;parallel-libs;polly;pstl), // or "all". LLVM_ENABLE_PROJECTS:STRING=clang;clang-tools-extra;lld;libcxx;libcxxabi LLVM_ENABLE_PROJECTS_USED:BOOL=ON //Enable run time type information LLVM_ENABLE_RTTI:BOOL=ON //Semicolon-separated list of runtimes to build (libcxx;libcxxabi;libunwind;compiler-rt), // or "all". LLVM_ENABLE_RUNTIMES:STRING= //Use Sphinx to generate llvm documentation. LLVM_ENABLE_SPHINX:BOOL=OFF //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. LLVM_ENABLE_ZLIB:BOOL=ON //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 LLVM_EXTERNAL_CLANG_SOURCE_DIR:PATH=C:/llvm-project/llvm/../clang LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR:PATH=C:/llvm-project/llvm/../clang-tools-extra //Path to compiler-rt source directory LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR:PATH= //Path to debuginfo-tests source directory LLVM_EXTERNAL_DEBUGINFO_TESTS_SOURCE_DIR:PATH= //Path to dragonegg source directory LLVM_EXTERNAL_DRAGONEGG_SOURCE_DIR:PATH= LLVM_EXTERNAL_LIBCXXABI_SOURCE_DIR:PATH=C:/llvm-project/llvm/../libcxxabi LLVM_EXTERNAL_LIBCXX_SOURCE_DIR:PATH=C:/llvm-project/llvm/../libcxx //Command used to spawn lit LLVM_EXTERNAL_LIT:STRING= //Path to lldb source directory LLVM_EXTERNAL_LLDB_SOURCE_DIR:PATH= LLVM_EXTERNAL_LLD_SOURCE_DIR:PATH=C:/llvm-project/llvm/../lld //Path to llgo source directory LLVM_EXTERNAL_LLGO_SOURCE_DIR:PATH= //Path to openmp source directory LLVM_EXTERNAL_OPENMP_SOURCE_DIR:PATH= //Path to parallel-libs source directory LLVM_EXTERNAL_PARALLEL_LIBS_SOURCE_DIR:PATH= //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=i686-pc-windows-msvc //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 //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=ON //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/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/ocaml-html //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 //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=-sv --no-progress-bar //Path to GnuWin32 tools LLVM_LIT_TOOLS_DIR:PATH= //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= //Build LLVM with Polly LLVM_POLLY_BUILD:BOOL=ON //Statically link Polly into tools (if available) LLVM_POLLY_LINK_INTO_TOOLS:BOOL=ON //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=LLVM_PTHREAD_LIBRARY_PATH-NOTFOUND //Value Computed by CMake LLVM_SOURCE_DIR:STATIC=C:/llvm-project/llvm //Use prefix for sources in debug info LLVM_SOURCE_PREFIX:STRING= //.spec file to use for srpm generation LLVM_SRPM_USER_BINARY_SPECFILE:FILEPATH=C:/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=all //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 //Path for binary subdirectory (defaults to 'bin') LLVM_TOOLS_INSTALL_DIR:STRING=bin //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=TRUE //Whether to build compiler-rt as part of LLVM LLVM_TOOL_COMPILER_RT_BUILD:BOOL=FALSE //Whether to build debuginfo-tests as part of LLVM LLVM_TOOL_DEBUGINFO_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 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=FALSE //Whether to build lld as part of LLVM LLVM_TOOL_LLD_BUILD:BOOL=TRUE //Whether to build llgo as part of LLVM LLVM_TOOL_LLGO_BUILD:BOOL=FALSE //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-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-dwarfdump as part of LLVM LLVM_TOOL_LLVM_DWARFDUMP_BUILD:BOOL=ON //Whether to build llvm-dwp as part of LLVM LLVM_TOOL_LLVM_DWP_BUILD:BOOL=ON //Whether to build llvm-elfabi as part of LLVM LLVM_TOOL_LLVM_ELFABI_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-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-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-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-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-rtdyld as part of LLVM LLVM_TOOL_LLVM_RTDYLD_BUILD:BOOL=ON //Whether to build llvm-shlib as part of LLVM LLVM_TOOL_LLVM_SHLIB_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-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 lto as part of LLVM LLVM_TOOL_LTO_BUILD:BOOL=ON //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 parallel-libs as part of LLVM LLVM_TOOL_PARALLEL_LIBS_BUILD:BOOL=FALSE //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 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 //Specify VC++ CRT to use for Debug configurations. LLVM_USE_CRT_DEBUG:STRING=MDd //Specify VC++ CRT to use for MinSizeRel configurations. LLVM_USE_CRT_MINSIZEREL:STRING=MD //No help, variable specified on the command line. LLVM_USE_CRT_RELEASE:UNINITIALIZED=MT //Specify VC++ CRT to use for RelWithDebInfo configurations. LLVM_USE_CRT_RELWITHDEBINFO:STRING=MD //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 //Build LLVM using the experimental new pass manager LLVM_USE_NEWPM: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 //Define the sanitizer used to build binaries and tests. LLVM_USE_SANITIZER:STRING= //Use -gsplit-dwarf when compiling llvm. 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 //Show target and host info when tools are invoked with --version. LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO:BOOL=ON //Install directory of the Z3 solver. LLVM_Z3_INSTALL_DIR:STRING= //Dependencies for the target LTO_LIB_DEPENDS:STATIC=general;LLVMAArch64AsmParser;general;LLVMAMDGPUAsmParser;general;LLVMARMAsmParser;general;LLVMBPFAsmParser;general;LLVMHexagonAsmParser;general;LLVMLanaiAsmParser;general;LLVMMipsAsmParser;general;LLVMMSP430AsmParser;general;LLVMPowerPCAsmParser;general;LLVMRISCVAsmParser;general;LLVMSparcAsmParser;general;LLVMSystemZAsmParser;general;LLVMWebAssemblyAsmParser;general;LLVMX86AsmParser;general;LLVMAArch64CodeGen;general;LLVMAMDGPUCodeGen;general;LLVMARMCodeGen;general;LLVMBPFCodeGen;general;LLVMHexagonCodeGen;general;LLVMLanaiCodeGen;general;LLVMMipsCodeGen;general;LLVMMSP430CodeGen;general;LLVMNVPTXCodeGen;general;LLVMPowerPCCodeGen;general;LLVMRISCVCodeGen;general;LLVMSparcCodeGen;general;LLVMSystemZCodeGen;general;LLVMWebAssemblyCodeGen;general;LLVMX86CodeGen;general;LLVMXCoreCodeGen;general;LLVMAArch64Desc;general;LLVMAMDGPUDesc;general;LLVMARMDesc;general;LLVMBPFDesc;general;LLVMHexagonDesc;general;LLVMLanaiDesc;general;LLVMMipsDesc;general;LLVMMSP430Desc;general;LLVMNVPTXDesc;general;LLVMPowerPCDesc;general;LLVMRISCVDesc;general;LLVMSparcDesc;general;LLVMSystemZDesc;general;LLVMWebAssemblyDesc;general;LLVMX86Desc;general;LLVMXCoreDesc;general;LLVMAArch64Disassembler;general;LLVMAMDGPUDisassembler;general;LLVMARMDisassembler;general;LLVMBPFDisassembler;general;LLVMHexagonDisassembler;general;LLVMLanaiDisassembler;general;LLVMMipsDisassembler;general;LLVMMSP430Disassembler;general;LLVMPowerPCDisassembler;general;LLVMRISCVDisassembler;general;LLVMSparcDisassembler;general;LLVMSystemZDisassembler;general;LLVMWebAssemblyDisassembler;general;LLVMX86Disassembler;general;LLVMXCoreDisassembler;general;LLVMAArch64Info;general;LLVMAMDGPUInfo;general;LLVMARMInfo;general;LLVMBPFInfo;general;LLVMHexagonInfo;general;LLVMLanaiInfo;general;LLVMMipsInfo;general;LLVMMSP430Info;general;LLVMNVPTXInfo;general;LLVMPowerPCInfo;general;LLVMRISCVInfo;general;LLVMSparcInfo;general;LLVMSystemZInfo;general;LLVMWebAssemblyInfo;general;LLVMX86Info;general;LLVMXCoreInfo;general;LLVMBitReader;general;LLVMCore;general;LLVMLTO;general;LLVMMC;general;LLVMMCDisassembler;general;LLVMSupport;general;LLVMTarget; //Path to the DIA SDK MSVC_DIA_SDK_DIR:PATH=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/DIA SDK //Path to a program. OCAMLFIND:FILEPATH=OCAMLFIND-NOTFOUND //pkg-config executable PKG_CONFIG_EXECUTABLE:FILEPATH=C:/Strawberry/perl/bin/pkg-config //Path to a program. PYTHON_EXECUTABLE:FILEPATH=C:/Users/Osman/AppData/Local/Programs/Python/Python38/python.exe //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 //Dependencies for the target Remarks_LIB_DEPENDS:STATIC=general;LLVMRemarks; //Plist name TOOL_INFO_PLIST:STRING=Info.plist //Path to a file. Z3_INCLUDE_DIR:PATH=Z3_INCLUDE_DIR-NOTFOUND //Path to a library. Z3_LIBRARIES:FILEPATH=Z3_LIBRARIES-NOTFOUND //Value Computed by CMake benchmark_BINARY_DIR:STATIC=C:/llvm-project/build/utils/benchmark //Dependencies for the target benchmark_LIB_DEPENDS:STATIC=general;shlwapi; //Value Computed by CMake benchmark_SOURCE_DIR:STATIC=C:/llvm-project/llvm/utils/benchmark //Dependencies for the target benchmark_main_LIB_DEPENDS:STATIC=general;benchmark; //Dependencies for the target clangTidy_LIB_DEPENDS:STATIC=general;clangStaticAnalyzerCore;general;clangStaticAnalyzerFrontend; //Dependencies for the target libclang_LIB_DEPENDS:STATIC=general;clangAST;general;clangBasic;general;clangDriver;general;clangFrontend;general;clangIndex;general;clangLex;general;clangSema;general;clangSerialization;general;clangTooling;general;LLVMSupport;general;clangARCMigrate;general;clangTidyPlugin;general;clangIncludeFixerPlugin;general;LLVMAArch64CodeGen;general;LLVMAArch64AsmParser;general;LLVMAArch64Desc;general;LLVMAArch64Disassembler;general;LLVMAArch64Info;general;LLVMAArch64Utils;general;LLVMAMDGPUCodeGen;general;LLVMAMDGPUAsmParser;general;LLVMAMDGPUDesc;general;LLVMAMDGPUDisassembler;general;LLVMAMDGPUInfo;general;LLVMAMDGPUUtils;general;LLVMARMCodeGen;general;LLVMARMAsmParser;general;LLVMARMDesc;general;LLVMARMDisassembler;general;LLVMARMInfo;general;LLVMARMUtils;general;LLVMBPFCodeGen;general;LLVMBPFAsmParser;general;LLVMBPFDesc;general;LLVMBPFDisassembler;general;LLVMBPFInfo;general;LLVMHexagonCodeGen;general;LLVMHexagonAsmParser;general;LLVMHexagonDesc;general;LLVMHexagonDisassembler;general;LLVMHexagonInfo;general;LLVMLanaiCodeGen;general;LLVMLanaiAsmParser;general;LLVMLanaiDesc;general;LLVMLanaiDisassembler;general;LLVMLanaiInfo;general;LLVMMipsCodeGen;general;LLVMMipsAsmParser;general;LLVMMipsDesc;general;LLVMMipsDisassembler;general;LLVMMipsInfo;general;LLVMMSP430CodeGen;general;LLVMMSP430AsmParser;general;LLVMMSP430Desc;general;LLVMMSP430Disassembler;general;LLVMMSP430Info;general;LLVMNVPTXCodeGen;general;LLVMNVPTXDesc;general;LLVMNVPTXInfo;general;LLVMPowerPCCodeGen;general;LLVMPowerPCAsmParser;general;LLVMPowerPCDesc;general;LLVMPowerPCDisassembler;general;LLVMPowerPCInfo;general;LLVMRISCVCodeGen;general;LLVMRISCVAsmParser;general;LLVMRISCVDesc;general;LLVMRISCVDisassembler;general;LLVMRISCVInfo;general;LLVMRISCVUtils;general;LLVMSparcCodeGen;general;LLVMSparcAsmParser;general;LLVMSparcDesc;general;LLVMSparcDisassembler;general;LLVMSparcInfo;general;LLVMSystemZCodeGen;general;LLVMSystemZAsmParser;general;LLVMSystemZDesc;general;LLVMSystemZDisassembler;general;LLVMSystemZInfo;general;LLVMWebAssemblyCodeGen;general;LLVMWebAssemblyAsmParser;general;LLVMWebAssemblyDesc;general;LLVMWebAssemblyDisassembler;general;LLVMWebAssemblyInfo;general;LLVMX86CodeGen;general;LLVMX86AsmParser;general;LLVMX86Desc;general;LLVMX86Disassembler;general;LLVMX86Info;general;LLVMX86Utils;general;LLVMXCoreCodeGen;general;LLVMXCoreDesc;general;LLVMXCoreDisassembler;general;LLVMXCoreInfo;general;LLVMCore;general;LLVMSupport; ######################## # INTERNAL cache entries ######################## //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: CLANG_EXECUTABLE_VERSION CLANG_EXECUTABLE_VERSION-ADVANCED:INTERNAL=1 //Have include sys/resource.h CLANG_HAVE_RLIMITS:INTERNAL= //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_OFFLOAD_BUNDLER_BUILD CLANG_TOOL_CLANG_OFFLOAD_BUNDLER_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_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_VIEW_BUILD CLANG_TOOL_SCAN_VIEW_BUILD-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_ASM_COMPILER CMAKE_ASM_COMPILER-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=c:/llvm-project/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=15 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=4 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake.exe //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cpack.exe //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/CMake/bin/ctest.exe //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_CXX_STANDARD_LIBRARIES CMAKE_CXX_STANDARD_LIBRARIES-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_C_STANDARD_LIBRARIES CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1 //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown //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=Visual Studio 16 2019 //Generator instance identifier. CMAKE_GENERATOR_INSTANCE:INTERNAL=C:/Program Files (x86)/Microsoft Visual Studio/2019/Community //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL=Win32 //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL=host=x64 //Have include pthread.h CMAKE_HAVE_PTHREAD_H:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=C:/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_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_MT CMAKE_MT-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=524 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_COMPILER CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1 CMAKE_RC_COMPILER_WORKS:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=C:/Program Files/CMake/share/cmake-3.15 //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_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE COMPILE_HAVE_GNU_POSIX_REGEX:INTERNAL=FALSE //Result of TRY_COMPILE COMPILE_HAVE_POSIX_REGEX:INTERNAL=FALSE //Result of TRY_COMPILE COMPILE_HAVE_STEADY_CLOCK:INTERNAL=TRUE //ADVANCED property for variable: CPACK_BINARY_7Z CPACK_BINARY_7Z-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_NUGET CPACK_BINARY_NUGET-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_WIX CPACK_BINARY_WIX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_BINARY_ZIP CPACK_BINARY_ZIP-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_7Z CPACK_SOURCE_7Z-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CPACK_SOURCE_ZIP CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 //Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW:INTERNAL= //Details about finding Git FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[C:/Program Files/Git/cmd/git.exe][v2.23.0.windows.1()] //Details about finding PythonInterp FIND_PACKAGE_MESSAGE_DETAILS_PythonInterp:INTERNAL=[C:/Users/Osman/AppData/Local/Programs/Python/Python38/python.exe][v3.8()] //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //ADVANCED property for variable: GIT_EXECUTABLE GIT_EXECUTABLE-ADVANCED:INTERNAL=1 //Have symbol CPU_COUNT HAVE_CPU_COUNT:INTERNAL= //Have include CrashReporterClient.h HAVE_CRASHREPORTERCLIENT_H:INTERNAL= //Test HAVE_CXX_FLAG_EHA_ HAVE_CXX_FLAG_EHA_:INTERNAL= //Test HAVE_CXX_FLAG_EHS_ HAVE_CXX_FLAG_EHS_:INTERNAL= //Have symbol arc4random HAVE_DECL_ARC4RANDOM:INTERNAL= //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=1 //Have include dlfcn.h HAVE_DLFCN_H:INTERNAL= //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= //Have symbol futimes HAVE_FUTIMES:INTERNAL= //Have symbol getpagesize HAVE_GETPAGESIZE:INTERNAL= //Have symbol getrlimit HAVE_GETRLIMIT:INTERNAL= //Have symbol getrusage HAVE_GETRUSAGE:INTERNAL= //Have include histedit.h HAVE_HISTEDIT_H:INTERNAL= //Have symbol isatty HAVE_ISATTY:INTERNAL= //Have library pfm HAVE_LIBPFM_INITIALIZE:INTERNAL= //Have library xar HAVE_LIBXAR:INTERNAL= //Have library z HAVE_LIBZ_Z:INTERNAL= //Have library zlib HAVE_LIBZ_ZLIB:INTERNAL= //Have library zlib_static HAVE_LIBZ_ZLIB_STATIC:INTERNAL= //Have include link.h HAVE_LINK_H:INTERNAL= //Have symbol lseek64 HAVE_LSEEK64:INTERNAL= //Have include mach/mach.h HAVE_MACH_MACH_H:INTERNAL= //Have symbol mallctl HAVE_MALLCTL:INTERNAL= //Have symbol mallinfo HAVE_MALLINFO:INTERNAL= //Have include malloc/malloc.h HAVE_MALLOC_MALLOC_H:INTERNAL= //Have symbol malloc_zone_statistics HAVE_MALLOC_ZONE_STATISTICS:INTERNAL= //Have symbol posix_fallocate HAVE_POSIX_FALLOCATE:INTERNAL= //Have symbol posix_spawn HAVE_POSIX_SPAWN:INTERNAL= //Have symbol pread HAVE_PREAD:INTERNAL= //Have symbol sbrk HAVE_SBRK:INTERNAL= //Have symbol sched_getaffinity HAVE_SCHED_GETAFFINITY:INTERNAL= //Have symbol setenv HAVE_SETENV:INTERNAL= //Have symbol setrlimit HAVE_SETRLIMIT:INTERNAL= //Have symbol sigaltstack HAVE_SIGALTSTACK:INTERNAL= //Have include signal.h HAVE_SIGNAL_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= //Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC:INTERNAL= //Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC:INTERNAL= //Have symbol sysconf HAVE_SYSCONF:INTERNAL= //Have include sys/ioctl.h HAVE_SYS_IOCTL_H:INTERNAL= //Have include sys/mman.h HAVE_SYS_MMAN_H:INTERNAL= //Have include sys/param.h HAVE_SYS_PARAM_H:INTERNAL= //Have include sys/resource.h HAVE_SYS_RESOURCE_H:INTERNAL= //Have include sys/stat.h HAVE_SYS_STAT_H:INTERNAL=1 //Have include sys/time.h HAVE_SYS_TIME_H:INTERNAL= //Have include sys/types.h HAVE_SYS_TYPES_H:INTERNAL=1 //Have include termios.h HAVE_TERMIOS_H:INTERNAL= //Have include unistd.h HAVE_UNISTD_H:INTERNAL= //Have include valgrind/valgrind.h HAVE_VALGRIND_VALGRIND_H:INTERNAL= //Have include zlib.h HAVE_ZLIB_H:INTERNAL= //Have function _alloca HAVE__ALLOCA:INTERNAL= //Have symbol _chsize_s HAVE__CHSIZE_S:INTERNAL=1 //Have symbol _Unwind_Backtrace HAVE__UNWIND_BACKTRACE:INTERNAL= //Have function __alloca HAVE___ALLOCA:INTERNAL= //Have function __ashldi3 HAVE___ASHLDI3:INTERNAL= //Have function __ashrdi3 HAVE___ASHRDI3:INTERNAL= //Have function __chkstk HAVE___CHKSTK:INTERNAL= //Have function __chkstk_ms HAVE___CHKSTK_MS:INTERNAL= //Have function __cmpdi2 HAVE___CMPDI2:INTERNAL= //Have function __divdi3 HAVE___DIVDI3:INTERNAL= //Have function __fixdfdi HAVE___FIXDFDI:INTERNAL= //Have function __fixsfdi HAVE___FIXSFDI:INTERNAL= //Have function __floatdidf HAVE___FLOATDIDF:INTERNAL= //Have function __lshrdi3 HAVE___LSHRDI3:INTERNAL= //Have function __main HAVE___MAIN:INTERNAL= //Have function __moddi3 HAVE___MODDI3:INTERNAL= //Have function __udivdi3 HAVE___UDIVDI3:INTERNAL= //Have function __umoddi3 HAVE___UMODDI3:INTERNAL= //Have function ___chkstk HAVE____CHKSTK:INTERNAL= //Have function ___chkstk_ms HAVE____CHKSTK_MS:INTERNAL= //ADVANCED property for variable: LIBCLANG_LIBRARY_VERSION LIBCLANG_LIBRARY_VERSION-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 //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=YES //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 //Test LLVM_HAS_ATOMICS LLVM_HAS_ATOMICS:INTERNAL=1 //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_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_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_DWARFDUMP_BUILD LLVM_TOOL_LLVM_DWARFDUMP_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_ELFABI_BUILD LLVM_TOOL_LLVM_ELFABI_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_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_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_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_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_RTDYLD_BUILD LLVM_TOOL_LLVM_RTDYLD_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_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_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_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_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 //STRINGS property for variable: LLVM_USE_CRT_DEBUG LLVM_USE_CRT_DEBUG-STRINGS:INTERNAL=MD;MDd;MT;MTd //STRINGS property for variable: LLVM_USE_CRT_MINSIZEREL LLVM_USE_CRT_MINSIZEREL-STRINGS:INTERNAL=MD;MDd;MT;MTd //STRINGS property for variable: LLVM_USE_CRT_RELWITHDEBINFO LLVM_USE_CRT_RELWITHDEBINFO-STRINGS:INTERNAL=MD;MDd;MT;MTd //ADVANCED property for variable: LLVM_USE_NEWPM LLVM_USE_NEWPM-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: OCAMLFIND OCAMLFIND-ADVANCED:INTERNAL=1 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_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= PC_LIBXML_libxml-2.0_INCLUDEDIR:INTERNAL= PC_LIBXML_libxml-2.0_LIBDIR:INTERNAL= PC_LIBXML_libxml-2.0_PREFIX:INTERNAL= PC_LIBXML_libxml-2.0_VERSION:INTERNAL= //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_EXECUTABLE PYTHON_EXECUTABLE-ADVANCED:INTERNAL=1 //Result of TRY_RUN RUN_HAVE_STEADY_CLOCK:INTERNAL=0 //Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG:INTERNAL= //Test SUPPORTS_VARIADIC_MACROS_FLAG SUPPORTS_VARIADIC_MACROS_FLAG:INTERNAL= //ADVANCED property for variable: Z3_INCLUDE_DIR Z3_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Z3_LIBRARIES Z3_LIBRARIES-ADVANCED:INTERNAL=1 //Have symbol backtrace _Backtrace_SYM_FOUND:INTERNAL= //CMAKE_INSTALL_PREFIX during last run _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/llvm-project/install __pkg_config_checked_PC_LIBXML:INTERNAL=1 //Have symbol os_signpost_interval_begin macos_signposts_available:INTERNAL=