Advertisement
TELunus

LLVM CMakeCache posix seh

Nov 10th, 2021
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.28 KB | None | 0 0
  1. # This is the CMakeCache file.
  2. # For build in directory: z:/Projects/llvm-project/build
  3. # It was generated by CMake: C:/Program Files/CMake/bin/cmake.exe
  4. # You can edit this file to change values found and used by cmake.
  5. # If you do not want to change any of the values, simply exit the editor.
  6. # If you do want to change a value, simply edit, save, and exit the editor.
  7. # The syntax for the file is as follows:
  8. # KEY:TYPE=VALUE
  9. # KEY is the name of a variable in the cache.
  10. # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
  11. # VALUE is the current value for the KEY.
  12.  
  13. ########################
  14. # EXTERNAL cache entries
  15. ########################
  16.  
  17. //Build a 32 bit version of the library.
  18. BENCHMARK_BUILD_32_BITS:BOOL=OFF
  19.  
  20. //Flags used by the C++ compiler during coverage builds.
  21. BENCHMARK_CXX_FLAGS_COVERAGE:STRING=-g
  22.  
  23. //Allow the downloading and in-tree building of unmet dependencies
  24. BENCHMARK_DOWNLOAD_DEPENDENCIES:BOOL=OFF
  25.  
  26. //Enable building and running the assembly tests
  27. BENCHMARK_ENABLE_ASSEMBLY_TESTS:BOOL=OFF
  28.  
  29. //Enable the use of exceptions in the benchmark library.
  30. BENCHMARK_ENABLE_EXCEPTIONS:BOOL=OFF
  31.  
  32. //Enable building the unit tests which depend on gtest
  33. BENCHMARK_ENABLE_GTEST_TESTS:BOOL=OFF
  34.  
  35. //Enable installation of benchmark. (Projects embedding benchmark
  36. // may want to turn this OFF.)
  37. BENCHMARK_ENABLE_INSTALL:BOOL=OFF
  38.  
  39. //Enable link time optimisation of the benchmark library.
  40. BENCHMARK_ENABLE_LTO:BOOL=OFF
  41.  
  42. //Enable testing of the benchmark library.
  43. BENCHMARK_ENABLE_TESTING:BOOL=OFF
  44.  
  45. //Flags used for linking binaries during coverage builds.
  46. BENCHMARK_EXE_LINKER_FLAGS_COVERAGE:STRING=
  47.  
  48. //Flags used by the shared libraries linker during coverage builds.
  49. BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE:STRING=
  50.  
  51. //Build and test using libc++ as the standard library.
  52. BENCHMARK_USE_LIBCXX:BOOL=OFF
  53.  
  54. //Default URL where bug reports are to be submitted.
  55. BUG_REPORT_URL:STRING=https://bugs.llvm.org/
  56.  
  57. //Build clang-format VS plugin
  58. BUILD_CLANG_FORMAT_VS_PLUGIN:BOOL=OFF
  59.  
  60. //Build all libraries as shared libraries instead of static
  61. BUILD_SHARED_LIBS:BOOL=OFF
  62.  
  63. //Header providing backtrace(3) facility
  64. Backtrace_HEADER:STRING=backtrace.h
  65.  
  66. //Path to a file.
  67. Backtrace_INCLUDE_DIR:PATH=Backtrace_INCLUDE_DIR-NOTFOUND
  68.  
  69. //Path to a library.
  70. Backtrace_LIBRARY:FILEPATH=Backtrace_LIBRARY-NOTFOUND
  71.  
  72. //Build XPC Support For Clangd.
  73. CLANGD_BUILD_XPC:BOOL=OFF
  74.  
  75. //Call malloc_trim(3) periodically in Clangd. (only takes effect
  76. // when using glibc)
  77. CLANGD_MALLOC_TRIM:BOOL=ON
  78.  
  79. //Link all clang-tidy checks into clangd
  80. CLANGD_TIDY_CHECKS:BOOL=ON
  81.  
  82. //Build CLANG example programs by default.
  83. CLANG_BUILD_EXAMPLES:BOOL=OFF
  84.  
  85. //Build the Clang tools. If OFF, just generate build targets.
  86. CLANG_BUILD_TOOLS:BOOL=ON
  87.  
  88. //Default C++ stdlib to use ("libstdc++" or "libc++", empty for
  89. // platform default
  90. CLANG_DEFAULT_CXX_STDLIB:STRING=
  91.  
  92. //Default linker to use (linker name or absolute path, empty for
  93. // platform default)
  94. CLANG_DEFAULT_LINKER:STRING=
  95.  
  96. //Default objcopy executable to use.
  97. CLANG_DEFAULT_OBJCOPY:STRING=objcopy
  98.  
  99. //Default OpenMP runtime used by -fopenmp.
  100. CLANG_DEFAULT_OPENMP_RUNTIME:STRING=libomp
  101.  
  102. //Default runtime library to use ("libgcc" or "compiler-rt", empty
  103. // for platform default)
  104. CLANG_DEFAULT_RTLIB:STRING=
  105.  
  106. //Default standard to use for C/ObjC code (IDENT from LangStandards.def,
  107. // empty for platform default)
  108. CLANG_DEFAULT_STD_C:STRING=
  109.  
  110. //Default standard to use for C++/ObjC++ code (IDENT from LangStandards.def,
  111. // empty for platform default)
  112. CLANG_DEFAULT_STD_CXX:STRING=
  113.  
  114. //Default unwind library to use ("none" "libgcc" or "libunwind",
  115. // empty to match runtime library.)
  116. CLANG_DEFAULT_UNWINDLIB:STRING=
  117.  
  118. //Build ARCMT.
  119. CLANG_ENABLE_ARCMT:BOOL=ON
  120.  
  121. //Build clangd language server
  122. CLANG_ENABLE_CLANGD:BOOL=ON
  123.  
  124. //Build Clang protobuf fuzzer.
  125. CLANG_ENABLE_PROTO_FUZZER:BOOL=OFF
  126.  
  127. //Include static analyzer in clang binary.
  128. CLANG_ENABLE_STATIC_ANALYZER:BOOL=ON
  129.  
  130. //Major version number that will be appended to the clang executable
  131. // name
  132. CLANG_EXECUTABLE_VERSION:STRING=13
  133.  
  134. //Generate build targets for the Clang docs.
  135. CLANG_INCLUDE_DOCS:BOOL=ON
  136.  
  137. //Generate build targets for the Clang unit tests.
  138. CLANG_INCLUDE_TESTS:BOOL=ON
  139.  
  140. //Install the scan-build tool
  141. CLANG_INSTALL_SCANBUILD:BOOL=ON
  142.  
  143. //Install the scan-view tool
  144. CLANG_INSTALL_SCANVIEW:BOOL=ON
  145.  
  146. //Link tools against libclang-cpp.so
  147. CLANG_LINK_CLANG_DYLIB:BOOL=OFF
  148.  
  149. //Default architecture for OpenMP offloading to Nvidia GPUs.
  150. CLANG_OPENMP_NVPTX_DEFAULT_ARCH:STRING=sm_35
  151.  
  152. //The path to a lit testsuite containing samples for PGO and order
  153. // file generation
  154. CLANG_PGO_TRAINING_DATA:PATH=Z:/Projects/llvm-project/clang/utils/perf-training
  155.  
  156. //Build clang with plugin support
  157. CLANG_PLUGIN_SUPPORT:BOOL=ON
  158.  
  159. //Python versions to install libclang python bindings for
  160. CLANG_PYTHON_BINDINGS_VERSIONS:STRING=
  161.  
  162. //Vendor-specific text for showing the repository the source is
  163. // taken from.
  164. CLANG_REPOSITORY_STRING:STRING=
  165.  
  166. //Relative directory from the Clang binary to its resource files.
  167. CLANG_RESOURCE_DIR:STRING=
  168.  
  169. //Round-trip command line arguments in -cc1.
  170. CLANG_ROUND_TRIP_CC1_ARGS:BOOL=ON
  171.  
  172. //Whether clang should use a new process for the CC1 invocation
  173. CLANG_SPAWN_CC1:BOOL=OFF
  174.  
  175. //SystemZ Default Arch
  176. CLANG_SYSTEMZ_DEFAULT_ARCH:STRING=z10
  177.  
  178. //Native TableGen executable. Saves building one when cross-compiling.
  179. CLANG_TABLEGEN:STRING=clang-tblgen
  180.  
  181. //Run Clang tests under Valgrind
  182. CLANG_TEST_USE_VG:BOOL=OFF
  183.  
  184. //Include static analyzer checks in clang-tidy
  185. CLANG_TIDY_ENABLE_STATIC_ANALYZER:BOOL=ON
  186.  
  187. //Enable AST introspection
  188. CLANG_TOOLING_BUILD_AST_INTROSPECTION:BOOL=ON
  189.  
  190. //Generate build targets for the Clang Extra Tools docs.
  191. CLANG_TOOLS_EXTRA_INCLUDE_DOCS:BOOL=ON
  192.  
  193. //Run Clang tools' tests under Valgrind
  194. CLANG_TOOLS_TEST_USE_VG:BOOL=OFF
  195.  
  196. //Whether to build amdgpu-arch as part of CLANG
  197. CLANG_TOOL_AMDGPU_ARCH_BUILD:BOOL=ON
  198.  
  199. //Whether to build apinotes-test as part of CLANG
  200. CLANG_TOOL_APINOTES_TEST_BUILD:BOOL=ON
  201.  
  202. //Whether to build arcmt-test as part of CLANG
  203. CLANG_TOOL_ARCMT_TEST_BUILD:BOOL=ON
  204.  
  205. //Whether to build clang-check as part of CLANG
  206. CLANG_TOOL_CLANG_CHECK_BUILD:BOOL=ON
  207.  
  208. //Whether to build clang-diff as part of CLANG
  209. CLANG_TOOL_CLANG_DIFF_BUILD:BOOL=ON
  210.  
  211. //Whether to build clang-extdef-mapping as part of CLANG
  212. CLANG_TOOL_CLANG_EXTDEF_MAPPING_BUILD:BOOL=ON
  213.  
  214. //Whether to build clang-format as part of CLANG
  215. CLANG_TOOL_CLANG_FORMAT_BUILD:BOOL=ON
  216.  
  217. //Whether to build clang-format-vs as part of CLANG
  218. CLANG_TOOL_CLANG_FORMAT_VS_BUILD:BOOL=ON
  219.  
  220. //Whether to build clang-fuzzer as part of CLANG
  221. CLANG_TOOL_CLANG_FUZZER_BUILD:BOOL=ON
  222.  
  223. //Whether to build clang-import-test as part of CLANG
  224. CLANG_TOOL_CLANG_IMPORT_TEST_BUILD:BOOL=ON
  225.  
  226. //Whether to build clang-offload-bundler as part of CLANG
  227. CLANG_TOOL_CLANG_OFFLOAD_BUNDLER_BUILD:BOOL=ON
  228.  
  229. //Whether to build clang-offload-wrapper as part of CLANG
  230. CLANG_TOOL_CLANG_OFFLOAD_WRAPPER_BUILD:BOOL=ON
  231.  
  232. //Whether to build clang-refactor as part of CLANG
  233. CLANG_TOOL_CLANG_REFACTOR_BUILD:BOOL=ON
  234.  
  235. //Whether to build clang-rename as part of CLANG
  236. CLANG_TOOL_CLANG_RENAME_BUILD:BOOL=ON
  237.  
  238. //Whether to build clang-repl as part of CLANG
  239. CLANG_TOOL_CLANG_REPL_BUILD:BOOL=ON
  240.  
  241. //Whether to build clang-scan-deps as part of CLANG
  242. CLANG_TOOL_CLANG_SCAN_DEPS_BUILD:BOOL=ON
  243.  
  244. //Whether to build CLANG_SHLIB as part of CLANG
  245. CLANG_TOOL_CLANG_SHLIB_BUILD:BOOL=ON
  246.  
  247. //Whether to build c-arcmt-test as part of CLANG
  248. CLANG_TOOL_C_ARCMT_TEST_BUILD:BOOL=ON
  249.  
  250. //Whether to build c-index-test as part of CLANG
  251. CLANG_TOOL_C_INDEX_TEST_BUILD:BOOL=ON
  252.  
  253. //Whether to build diagtool as part of CLANG
  254. CLANG_TOOL_DIAGTOOL_BUILD:BOOL=ON
  255.  
  256. //Whether to build driver as part of CLANG
  257. CLANG_TOOL_DRIVER_BUILD:BOOL=ON
  258.  
  259. //Whether to build handle-cxx as part of CLANG
  260. CLANG_TOOL_HANDLE_CXX_BUILD:BOOL=ON
  261.  
  262. //Whether to build handle-llvm as part of CLANG
  263. CLANG_TOOL_HANDLE_LLVM_BUILD:BOOL=ON
  264.  
  265. //Whether to build libclang as part of CLANG
  266. CLANG_TOOL_LIBCLANG_BUILD:BOOL=ON
  267.  
  268. //Whether to build scan-build as part of CLANG
  269. CLANG_TOOL_SCAN_BUILD_BUILD:BOOL=ON
  270.  
  271. //Whether to build scan-build-py as part of CLANG
  272. CLANG_TOOL_SCAN_BUILD_PY_BUILD:BOOL=ON
  273.  
  274. //Whether to build scan-view as part of CLANG
  275. CLANG_TOOL_SCAN_VIEW_BUILD:BOOL=ON
  276.  
  277. //Vendor-specific text for showing with version information.
  278. CLANG_VENDOR:STRING=
  279.  
  280. //Vendor-specific uti.
  281. CLANG_VENDOR_UTI:STRING=org.llvm.clang
  282.  
  283. //Path to a program.
  284. CMAKE_ADDR2LINE:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/addr2line.exe
  285.  
  286. //Path to a program.
  287. CMAKE_AR:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ar.exe
  288.  
  289. //ASM compiler
  290. CMAKE_ASM_COMPILER:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc.exe
  291.  
  292. //A wrapper around 'ar' adding the appropriate '--plugin' option
  293. // for the GCC compiler
  294. CMAKE_ASM_COMPILER_AR:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc-ar.exe
  295.  
  296. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  297. // for the GCC compiler
  298. CMAKE_ASM_COMPILER_RANLIB:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc-ranlib.exe
  299.  
  300. //Flags used by the ASM compiler during all build types.
  301. CMAKE_ASM_FLAGS:STRING=
  302.  
  303. //Flags used by the ASM compiler during DEBUG builds.
  304. CMAKE_ASM_FLAGS_DEBUG:STRING=-g
  305.  
  306. //Flags used by the ASM compiler during MINSIZEREL builds.
  307. CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  308.  
  309. //Flags used by the ASM compiler during RELEASE builds.
  310. CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  311.  
  312. //Flags used by the ASM compiler during RELWITHDEBINFO builds.
  313. CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  314.  
  315. //Build type (default Debug)
  316. CMAKE_BUILD_TYPE:STRING=Release
  317.  
  318. //CXX compiler
  319. CMAKE_CXX_COMPILER:STRING=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/g++.exe
  320.  
  321. //A wrapper around 'ar' adding the appropriate '--plugin' option
  322. // for the GCC compiler
  323. CMAKE_CXX_COMPILER_AR:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc-ar.exe
  324.  
  325. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  326. // for the GCC compiler
  327. CMAKE_CXX_COMPILER_RANLIB:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc-ranlib.exe
  328.  
  329. //Flags used by the CXX compiler during all build types.
  330. CMAKE_CXX_FLAGS:STRING=
  331.  
  332. //Flags used by the CXX compiler during DEBUG builds.
  333. CMAKE_CXX_FLAGS_DEBUG:STRING=-g
  334.  
  335. //Flags used by the CXX compiler during MINSIZEREL builds.
  336. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  337.  
  338. //Flags used by the CXX compiler during RELEASE builds.
  339. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  340.  
  341. //Flags used by the CXX compiler during RELWITHDEBINFO builds.
  342. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  343.  
  344. //C++ standard to conform to
  345. CMAKE_CXX_STANDARD:STRING=14
  346.  
  347. //Libraries linked by default with all C++ applications.
  348. CMAKE_CXX_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
  349.  
  350. //C compiler
  351. CMAKE_C_COMPILER:STRING=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc.exe
  352.  
  353. //A wrapper around 'ar' adding the appropriate '--plugin' option
  354. // for the GCC compiler
  355. CMAKE_C_COMPILER_AR:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc-ar.exe
  356.  
  357. //A wrapper around 'ranlib' adding the appropriate '--plugin' option
  358. // for the GCC compiler
  359. CMAKE_C_COMPILER_RANLIB:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc-ranlib.exe
  360.  
  361. //Flags used by the C compiler during all build types.
  362. CMAKE_C_FLAGS:STRING=
  363.  
  364. //Flags used by the C compiler during DEBUG builds.
  365. CMAKE_C_FLAGS_DEBUG:STRING=-g
  366.  
  367. //Flags used by the C compiler during MINSIZEREL builds.
  368. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
  369.  
  370. //Flags used by the C compiler during RELEASE builds.
  371. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
  372.  
  373. //Flags used by the C compiler during RELWITHDEBINFO builds.
  374. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
  375.  
  376. //Libraries linked by default with all C applications.
  377. CMAKE_C_STANDARD_LIBRARIES:STRING=-lkernel32 -luser32 -lgdi32 -lwinspool -lshell32 -lole32 -loleaut32 -luuid -lcomdlg32 -ladvapi32
  378.  
  379. //Path to a program.
  380. CMAKE_DLLTOOL:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/dlltool.exe
  381.  
  382. //Flags used by the linker during all build types.
  383. CMAKE_EXE_LINKER_FLAGS:STRING=
  384.  
  385. //Flags used by the linker during DEBUG builds.
  386. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
  387.  
  388. //Flags used by the linker during MINSIZEREL builds.
  389. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
  390.  
  391. //Flags used by the linker during RELEASE builds.
  392. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
  393.  
  394. //Flags used by the linker during RELWITHDEBINFO builds.
  395. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  396.  
  397. //Enable/Disable output of compile commands during generation.
  398. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
  399.  
  400. //Convert GNU import libraries to MS format (requires Visual Studio)
  401. CMAKE_GNUtoMS:BOOL=OFF
  402.  
  403. //User executables (bin)
  404. CMAKE_INSTALL_BINDIR:PATH=bin
  405.  
  406. //Read-only architecture-independent data (DATAROOTDIR)
  407. CMAKE_INSTALL_DATADIR:PATH=
  408.  
  409. //Read-only architecture-independent data root (share)
  410. CMAKE_INSTALL_DATAROOTDIR:PATH=share
  411.  
  412. //Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
  413. CMAKE_INSTALL_DOCDIR:PATH=
  414.  
  415. //C header files (include)
  416. CMAKE_INSTALL_INCLUDEDIR:PATH=include
  417.  
  418. //Info documentation (DATAROOTDIR/info)
  419. CMAKE_INSTALL_INFODIR:PATH=
  420.  
  421. //Object code libraries (lib)
  422. CMAKE_INSTALL_LIBDIR:PATH=lib
  423.  
  424. //Program executables (libexec)
  425. CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
  426.  
  427. //Locale-dependent data (DATAROOTDIR/locale)
  428. CMAKE_INSTALL_LOCALEDIR:PATH=
  429.  
  430. //Modifiable single-machine data (var)
  431. CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
  432.  
  433. //Man documentation (DATAROOTDIR/man)
  434. CMAKE_INSTALL_MANDIR:PATH=
  435.  
  436. //C header files for non-gcc (/usr/include)
  437. CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
  438.  
  439. //Install path prefix, prepended onto install directories.
  440. CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/LLVM
  441.  
  442. //Run-time variable data (LOCALSTATEDIR/run)
  443. CMAKE_INSTALL_RUNSTATEDIR:PATH=
  444.  
  445. //System admin executables (sbin)
  446. CMAKE_INSTALL_SBINDIR:PATH=sbin
  447.  
  448. //Modifiable architecture-independent data (com)
  449. CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
  450.  
  451. //Read-only single-machine data (etc)
  452. CMAKE_INSTALL_SYSCONFDIR:PATH=etc
  453.  
  454. //Path to a program.
  455. CMAKE_LINKER:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ld.exe
  456.  
  457. //make program
  458. CMAKE_MAKE_PROGRAM:FILEPATH=C:/PROGRA~1/NINJA-~1/ninja.exe
  459.  
  460. //Flags used by the linker during the creation of modules during
  461. // all build types.
  462. CMAKE_MODULE_LINKER_FLAGS:STRING=
  463.  
  464. //Flags used by the linker during the creation of modules during
  465. // DEBUG builds.
  466. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
  467.  
  468. //Flags used by the linker during the creation of modules during
  469. // MINSIZEREL builds.
  470. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
  471.  
  472. //Flags used by the linker during the creation of modules during
  473. // RELEASE builds.
  474. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
  475.  
  476. //Flags used by the linker during the creation of modules during
  477. // RELWITHDEBINFO builds.
  478. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  479.  
  480. //Path to a program.
  481. CMAKE_NM:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/nm.exe
  482.  
  483. //Path to a program.
  484. CMAKE_OBJCOPY:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objcopy.exe
  485.  
  486. //Path to a program.
  487. CMAKE_OBJDUMP:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/objdump.exe
  488.  
  489. //Value Computed by CMake
  490. CMAKE_PROJECT_DESCRIPTION:STATIC=
  491.  
  492. //Value Computed by CMake
  493. CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
  494.  
  495. //Value Computed by CMake
  496. CMAKE_PROJECT_NAME:STATIC=LLVM
  497.  
  498. //Value Computed by CMake
  499. CMAKE_PROJECT_VERSION:STATIC=13.0.0
  500.  
  501. //Value Computed by CMake
  502. CMAKE_PROJECT_VERSION_MAJOR:STATIC=13
  503.  
  504. //Value Computed by CMake
  505. CMAKE_PROJECT_VERSION_MINOR:STATIC=0
  506.  
  507. //Value Computed by CMake
  508. CMAKE_PROJECT_VERSION_PATCH:STATIC=0
  509.  
  510. //Value Computed by CMake
  511. CMAKE_PROJECT_VERSION_TWEAK:STATIC=
  512.  
  513. //Path to a program.
  514. CMAKE_RANLIB:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ranlib.exe
  515.  
  516. //RC compiler
  517. CMAKE_RC_COMPILER:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/windres.exe
  518.  
  519. //Flags for Windows Resource Compiler during all build types.
  520. CMAKE_RC_FLAGS:STRING=
  521.  
  522. //Flags for Windows Resource Compiler during DEBUG builds.
  523. CMAKE_RC_FLAGS_DEBUG:STRING=
  524.  
  525. //Flags for Windows Resource Compiler during MINSIZEREL builds.
  526. CMAKE_RC_FLAGS_MINSIZEREL:STRING=
  527.  
  528. //Flags for Windows Resource Compiler during RELEASE builds.
  529. CMAKE_RC_FLAGS_RELEASE:STRING=
  530.  
  531. //Flags for Windows Resource Compiler during RELWITHDEBINFO builds.
  532. CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING=
  533.  
  534. //Path to a program.
  535. CMAKE_READELF:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/readelf.exe
  536.  
  537. //Flags used by the linker during the creation of shared libraries
  538. // during all build types.
  539. CMAKE_SHARED_LINKER_FLAGS:STRING=
  540.  
  541. //Flags used by the linker during the creation of shared libraries
  542. // during DEBUG builds.
  543. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
  544.  
  545. //Flags used by the linker during the creation of shared libraries
  546. // during MINSIZEREL builds.
  547. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
  548.  
  549. //Flags used by the linker during the creation of shared libraries
  550. // during RELEASE builds.
  551. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
  552.  
  553. //Flags used by the linker during the creation of shared libraries
  554. // during RELWITHDEBINFO builds.
  555. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  556.  
  557. //If set, runtime paths are not added when installing shared libraries,
  558. // but are added when building.
  559. CMAKE_SKIP_INSTALL_RPATH:BOOL=OFF
  560.  
  561. //If set, runtime paths are not added when using shared libraries.
  562. CMAKE_SKIP_RPATH:BOOL=OFF
  563.  
  564. //Flags used by the linker during the creation of static libraries
  565. // during all build types.
  566. CMAKE_STATIC_LINKER_FLAGS:STRING=
  567.  
  568. //Flags used by the linker during the creation of static libraries
  569. // during DEBUG builds.
  570. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
  571.  
  572. //Flags used by the linker during the creation of static libraries
  573. // during MINSIZEREL builds.
  574. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
  575.  
  576. //Flags used by the linker during the creation of static libraries
  577. // during RELEASE builds.
  578. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
  579.  
  580. //Flags used by the linker during the creation of static libraries
  581. // during RELWITHDEBINFO builds.
  582. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
  583.  
  584. //Path to a program.
  585. CMAKE_STRIP:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/strip.exe
  586.  
  587. //If this value is on, makefiles will be generated without the
  588. // .SILENT directive, and all commands will be echoed to the console
  589. // during the make. This is useful for debugging only. With Visual
  590. // Studio IDE projects all commands are done without /nologo.
  591. CMAKE_VERBOSE_MAKEFILE:BOOL=OFF
  592.  
  593. //Enable to build 7-Zip packages
  594. CPACK_BINARY_7Z:BOOL=OFF
  595.  
  596. //Enable to build IFW packages
  597. CPACK_BINARY_IFW:BOOL=OFF
  598.  
  599. //Enable to build NSIS packages
  600. CPACK_BINARY_NSIS:BOOL=ON
  601.  
  602. //Enable to build NuGet packages
  603. CPACK_BINARY_NUGET:BOOL=OFF
  604.  
  605. //Enable to build WiX packages
  606. CPACK_BINARY_WIX:BOOL=OFF
  607.  
  608. //Enable to build ZIP packages
  609. CPACK_BINARY_ZIP:BOOL=OFF
  610.  
  611. //Enable to build 7-Zip source packages
  612. CPACK_SOURCE_7Z:BOOL=ON
  613.  
  614. //Enable to build ZIP source packages
  615. CPACK_SOURCE_ZIP:BOOL=ON
  616.  
  617. //Compile device code in 64 bit mode
  618. CUDA_64_BIT_DEVICE_CODE:BOOL=ON
  619.  
  620. //Attach the build rule to the CUDA source file. Enable only when
  621. // the CUDA source file is added to at most one target.
  622. CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE:BOOL=ON
  623.  
  624. //Generate and parse .cubin files in Device mode.
  625. CUDA_BUILD_CUBIN:BOOL=OFF
  626.  
  627. //Build in Emulation mode
  628. CUDA_BUILD_EMULATION:BOOL=OFF
  629.  
  630. //"cudart" library
  631. CUDA_CUDART_LIBRARY:FILEPATH=CUDA_CUDART_LIBRARY-NOTFOUND
  632.  
  633. //"cuda" library (older versions only).
  634. CUDA_CUDA_LIBRARY:FILEPATH=CUDA_CUDA_LIBRARY-NOTFOUND
  635.  
  636. //Directory to put all the output files. If blank it will default
  637. // to the CMAKE_CURRENT_BINARY_DIR
  638. CUDA_GENERATED_OUTPUT_DIR:PATH=
  639.  
  640. //Generated file extension
  641. CUDA_HOST_COMPILATION_CPP:BOOL=ON
  642.  
  643. //Host side compiler used by NVCC
  644. CUDA_HOST_COMPILER:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc.exe
  645.  
  646. //Path to a program.
  647. CUDA_NVCC_EXECUTABLE:FILEPATH=CUDA_NVCC_EXECUTABLE-NOTFOUND
  648.  
  649. //Semi-colon delimit multiple arguments. during all build types.
  650. CUDA_NVCC_FLAGS:STRING=
  651.  
  652. //Semi-colon delimit multiple arguments. during DEBUG builds.
  653. CUDA_NVCC_FLAGS_DEBUG:STRING=
  654.  
  655. //Semi-colon delimit multiple arguments. during MINSIZEREL builds.
  656. CUDA_NVCC_FLAGS_MINSIZEREL:STRING=
  657.  
  658. //Semi-colon delimit multiple arguments. during RELEASE builds.
  659. CUDA_NVCC_FLAGS_RELEASE:STRING=
  660.  
  661. //Semi-colon delimit multiple arguments. during RELWITHDEBINFO
  662. // builds.
  663. CUDA_NVCC_FLAGS_RELWITHDEBINFO:STRING=
  664.  
  665. //Propagate C/CXX_FLAGS and friends to the host compiler via -Xcompile
  666. CUDA_PROPAGATE_HOST_FLAGS:BOOL=ON
  667.  
  668. //Path to a file.
  669. CUDA_SDK_ROOT_DIR:PATH=CUDA_SDK_ROOT_DIR-NOTFOUND
  670.  
  671. //Compile CUDA objects with separable compilation enabled. Requires
  672. // CUDA 5.0+
  673. CUDA_SEPARABLE_COMPILATION:BOOL=OFF
  674.  
  675. //Path to a file.
  676. CUDA_TOOLKIT_INCLUDE:PATH=CUDA_TOOLKIT_INCLUDE-NOTFOUND
  677.  
  678. //Print out the commands run while compiling the CUDA source file.
  679. // With the Makefile generator this defaults to VERBOSE variable
  680. // specified on the command line, but can be forced on with this
  681. // option.
  682. CUDA_VERBOSE_BUILD:BOOL=OFF
  683.  
  684. //"cublas" library
  685. CUDA_cublas_LIBRARY:FILEPATH=CUDA_cublas_LIBRARY-NOTFOUND
  686.  
  687. //"cublasemu" library
  688. CUDA_cublasemu_LIBRARY:FILEPATH=CUDA_cublasemu_LIBRARY-NOTFOUND
  689.  
  690. //"cufft" library
  691. CUDA_cufft_LIBRARY:FILEPATH=CUDA_cufft_LIBRARY-NOTFOUND
  692.  
  693. //"cufftemu" library
  694. CUDA_cufftemu_LIBRARY:FILEPATH=CUDA_cufftemu_LIBRARY-NOTFOUND
  695.  
  696. //Path to a library.
  697. CURSES_CURSES_LIBRARY:FILEPATH=CURSES_CURSES_LIBRARY-NOTFOUND
  698.  
  699. //Path to a library.
  700. CURSES_FORM_LIBRARY:FILEPATH=CURSES_FORM_LIBRARY-NOTFOUND
  701.  
  702. //Path to a file.
  703. CURSES_INCLUDE_PATH:PATH=CURSES_INCLUDE_PATH-NOTFOUND
  704.  
  705. //Path to a library.
  706. CURSES_NCURSES_LIBRARY:FILEPATH=CURSES_NCURSES_LIBRARY-NOTFOUND
  707.  
  708. //Colon separated list of directories clang will search for headers.
  709. C_INCLUDE_DIRS:STRING=
  710.  
  711. //Default <path> to all compiler invocations for --sysroot=<path>.
  712. DEFAULT_SYSROOT:STRING=
  713.  
  714. //Dot tool for use with Doxygen
  715. DOXYGEN_DOT_EXECUTABLE:FILEPATH=DOXYGEN_DOT_EXECUTABLE-NOTFOUND
  716.  
  717. //Doxygen documentation generation tool (http://www.doxygen.org)
  718. DOXYGEN_EXECUTABLE:FILEPATH=C:/Program Files/doxygen/bin/doxygen.exe
  719.  
  720. //Path to a program.
  721. DTRACE:FILEPATH=DTRACE-NOTFOUND
  722.  
  723. //pass --build-id to ld
  724. ENABLE_LINKER_BUILD_ID:BOOL=OFF
  725.  
  726. //enable x86 relax relocations by default
  727. ENABLE_X86_RELAX_RELOCATIONS:BOOL=ON
  728.  
  729. //Additional directory, where CMake should search for ffi.h or
  730. // ffi/ffi.h
  731. FFI_INCLUDE_DIR:PATH=
  732.  
  733. //Additional directory, where CMake should search for libffi.so
  734. FFI_LIBRARY_DIR:PATH=
  735.  
  736. //Directory where gcc is installed.
  737. GCC_INSTALL_PREFIX:PATH=
  738.  
  739. //Git command line client
  740. GIT_EXECUTABLE:FILEPATH=C:/Program Files/Git/cmd/git.exe
  741.  
  742. //The gold linker
  743. GOLD_EXECUTABLE:FILEPATH=C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/ld.gold.exe
  744.  
  745. //go executable
  746. GO_EXECUTABLE:FILEPATH=GO_EXECUTABLE-NOTFOUND
  747.  
  748. //Path to gRPC library manual installation.
  749. GRPC_INSTALL_PATH:PATH=
  750.  
  751. //OK
  752. HAVE_STD_REGEX:BOOL=ON
  753.  
  754. //Build libclang as a static library (in addition to a shared one)
  755. LIBCLANG_BUILD_STATIC:BOOL=OFF
  756.  
  757. //Major version number that will be appended to the libclang library
  758. LIBCLANG_LIBRARY_VERSION:STRING=13
  759.  
  760. //Path to a file.
  761. LIBLZMA_INCLUDE_DIR:PATH=LIBLZMA_INCLUDE_DIR-NOTFOUND
  762.  
  763. //Path to a library.
  764. LIBLZMA_LIBRARY_DEBUG:FILEPATH=LIBLZMA_LIBRARY_DEBUG-NOTFOUND
  765.  
  766. //Path to a library.
  767. LIBLZMA_LIBRARY_RELEASE:FILEPATH=LIBLZMA_LIBRARY_RELEASE-NOTFOUND
  768.  
  769. //Path to a library.
  770. LIBRT:FILEPATH=LIBRT-NOTFOUND
  771.  
  772. //Path to a file.
  773. LIBXML2_INCLUDE_DIR:PATH=LIBXML2_INCLUDE_DIR-NOTFOUND
  774.  
  775. //Path to a library.
  776. LIBXML2_LIBRARY:FILEPATH=LIBXML2_LIBRARY-NOTFOUND
  777.  
  778. //Path to a program.
  779. LIBXML2_XMLLINT_EXECUTABLE:FILEPATH=LIBXML2_XMLLINT_EXECUTABLE-NOTFOUND
  780.  
  781. //Build LLDB.framework (Darwin only)
  782. LLDB_BUILD_FRAMEWORK:BOOL=OFF
  783.  
  784. //Enable Building of Intel(R) Memory Protection Extensions
  785. LLDB_BUILD_INTEL_MPX:BOOL=ON
  786.  
  787. //Enable Building of Intel(R) Processor Trace Tool
  788. LLDB_BUILD_INTEL_PT:BOOL=OFF
  789.  
  790. //Enable curses support in LLDB On, Off or Auto (default)
  791. LLDB_ENABLE_CURSES:STRING=Auto
  792.  
  793. //Enable editline support in LLDB On, Off or Auto (default)
  794. LLDB_ENABLE_LIBEDIT:STRING=Auto
  795.  
  796. //Enable Libxml 2 support in LLDB On, Off or Auto (default)
  797. LLDB_ENABLE_LIBXML2:STRING=Auto
  798.  
  799. //Enable Lua scripting support in LLDB On, Off or Auto (default)
  800. LLDB_ENABLE_LUA:STRING=Auto
  801.  
  802. //Enable LZMA compression support in LLDB On, Off or Auto (default)
  803. LLDB_ENABLE_LZMA:STRING=Auto
  804.  
  805. //Enable Python scripting support in LLDB On, Off or Auto (default)
  806. LLDB_ENABLE_PYTHON:STRING=Auto
  807.  
  808. //Generate build targets for the LLDB unit tests.
  809. LLDB_INCLUDE_TESTS:BOOL=ON
  810.  
  811. //Disable default RPATH settings in binaries
  812. LLDB_NO_INSTALL_DEFAULT_RPATH:BOOL=OFF
  813.  
  814. //Whether to skip generating a dSYM when installing lldb.
  815. LLDB_SKIP_DSYM:BOOL=OFF
  816.  
  817. //Whether to skip stripping of binaries when installing lldb.
  818. LLDB_SKIP_STRIP:BOOL=OFF
  819.  
  820. //Native TableGen executable. Saves building one when cross-compiling.
  821. LLDB_TABLEGEN:STRING=lldb-tblgen
  822.  
  823. //Specify the architecture to run LLDB tests as (x86|x64). Determines
  824. // whether tests are compiled with -m32 or -m64
  825. LLDB_TEST_ARCH:STRING=x86_64
  826.  
  827. //The build root for building tests.
  828. LLDB_TEST_BUILD_DIRECTORY:PATH=Z:/Projects/llvm-project/build/lldb-test-build.noindex
  829.  
  830. //C Compiler to use for building LLDB test inferiors
  831. LLDB_TEST_COMPILER:PATH=Z:/Projects/llvm-project/build/./bin/clang.exe
  832.  
  833. //(Windows only) Enables debugging of tests in the test suite by
  834. // showing the crash dialog when lldb crashes
  835. LLDB_TEST_DEBUG_TEST_CRASHES:BOOL=OFF
  836.  
  837. //dsymutil used for generating dSYM bundles
  838. LLDB_TEST_DSYMUTIL:PATH=Z:/Projects/llvm-project/build/./bin/dsymutil.exe
  839.  
  840. //lldb executable used for testing
  841. LLDB_TEST_EXECUTABLE:PATH=Z:/Projects/llvm-project/build/./bin/lldb.exe
  842.  
  843. //(Windows only) Hides the console window for an inferior when
  844. // it is launched through the test suite
  845. LLDB_TEST_HIDE_CONSOLE_WINDOWS:BOOL=ON
  846.  
  847. //The Clang module cache used by the Clang while building tests.
  848. LLDB_TEST_MODULE_CACHE_CLANG:PATH=Z:/Projects/llvm-project/build/lldb-test-build.noindex/module-cache-clang
  849.  
  850. //The Clang module cache used by the Clang embedded in LLDB while
  851. // running tests.
  852. LLDB_TEST_MODULE_CACHE_LLDB:PATH=Z:/Projects/llvm-project/build/lldb-test-build.noindex/module-cache-lldb
  853.  
  854. //Specify additional arguments to pass to test runner. For example:
  855. // '-C gcc -C clang -A i386 -A x86_64'
  856. LLDB_TEST_USER_ARGS:STRING=
  857.  
  858. //Whether to build lldb-instr as part of LLDB
  859. LLDB_TOOL_LLDB_INSTR_BUILD:BOOL=ON
  860.  
  861. //Whether to build lldb-server as part of LLDB
  862. LLDB_TOOL_LLDB_SERVER_BUILD:BOOL=ON
  863.  
  864. //Whether to build lldb-vscode as part of LLDB
  865. LLDB_TOOL_LLDB_VSCODE_BUILD:BOOL=ON
  866.  
  867. //When codesigning, use entitlements if available
  868. LLDB_USE_ENTITLEMENTS:BOOL=ON
  869.  
  870. //Use the system's debugserver for testing (Darwin only).
  871. LLDB_USE_SYSTEM_DEBUGSERVER:BOOL=OFF
  872.  
  873. //Use six.py shipped with system and do not install a copy of it
  874. LLDB_USE_SYSTEM_SIX:BOOL=OFF
  875.  
  876. //Build the lld tools. If OFF, just generate build targets.
  877. LLD_BUILD_TOOLS:BOOL=ON
  878.  
  879. //Use MinGW as the default backend for ld.lld. If OFF, ELF will
  880. // be used.
  881. LLD_DEFAULT_LD_LLD_IS_MINGW:BOOL=OFF
  882.  
  883. //Enable VTune user task tracking.
  884. LLD_USE_VTUNE:BOOL=OFF
  885.  
  886. //Vendor-specific text for showing with version information.
  887. LLD_VENDOR:STRING=
  888.  
  889. //Enable abi-breaking checks. Can be WITH_ASSERTS, FORCE_ON or
  890. // FORCE_OFF.
  891. LLVM_ABI_BREAKING_CHECKS:STRING=WITH_ASSERTS
  892.  
  893. //Embed the version control system revision in LLVM
  894. LLVM_APPEND_VC_REV:BOOL=ON
  895.  
  896. //Value Computed by CMake
  897. LLVM_BINARY_DIR:STATIC=Z:/Projects/llvm-project/build
  898.  
  899. //PATH to binutils/include containing plugin-api.h for gold plugin.
  900. LLVM_BINUTILS_INCDIR:PATH=
  901.  
  902. //Add LLVM benchmark targets to the list of default
  903. //\ntargets. If OFF, benchmarks still could be built using Benchmarks
  904. // target.
  905. LLVM_BUILD_BENCHMARKS:BOOL=OFF
  906.  
  907. //Build the llvm documentation.
  908. LLVM_BUILD_DOCS:BOOL=OFF
  909.  
  910. //Build the LLVM example programs. If OFF, just generate build
  911. // targets.
  912. LLVM_BUILD_EXAMPLES:BOOL=OFF
  913.  
  914. //Build compiler-rt as an external project.
  915. LLVM_BUILD_EXTERNAL_COMPILER_RT:BOOL=OFF
  916.  
  917. //Build LLVM and tools with PGO instrumentation. May be specified
  918. // as IR or Frontend
  919. LLVM_BUILD_INSTRUMENTED:STRING=OFF
  920.  
  921. //Build LLVM and tools with Code Coverage instrumentation
  922. LLVM_BUILD_INSTRUMENTED_COVERAGE:BOOL=OFF
  923.  
  924. //Build libllvm-c re-export library (Darwin only)
  925. LLVM_BUILD_LLVM_C_DYLIB:BOOL=OFF
  926.  
  927. //Build libllvm dynamic library
  928. LLVM_BUILD_LLVM_DYLIB:BOOL=OFF
  929.  
  930. //Build the LLVM runtime libraries.
  931. LLVM_BUILD_RUNTIME:BOOL=ON
  932.  
  933. //Build the LLVM runtimes. If OFF, just generate build targets.
  934. LLVM_BUILD_RUNTIMES:BOOL=ON
  935.  
  936. //Build LLVM unit tests. If OFF, just generate build targets.
  937. LLVM_BUILD_TESTS:BOOL=OFF
  938.  
  939. //Build the LLVM tools. If OFF, just generate build targets.
  940. LLVM_BUILD_TOOLS:BOOL=ON
  941.  
  942. //Build LLVM utility binaries. If OFF, just generate build targets.
  943. LLVM_BUILD_UTILS:BOOL=ON
  944.  
  945. //Set to ON for a ccache enabled build
  946. LLVM_CCACHE_BUILD:BOOL=OFF
  947.  
  948. //Sign executables and dylibs with the given identity or skip if
  949. // empty (Darwin Only)
  950. LLVM_CODESIGNING_IDENTITY:STRING=
  951.  
  952. //Default target for which LLVM will generate code.
  953. LLVM_DEFAULT_TARGET_TRIPLE:STRING=x86_64-w64-windows-gnu
  954.  
  955. //Dependency debugging mode to verify correctly expressed library
  956. // dependencies (Darwin only)
  957. LLVM_DEPENDENCY_DEBUGGING:BOOL=OFF
  958.  
  959. //Semicolon-separated list of components to include in libLLVM,
  960. // or "all".
  961. LLVM_DYLIB_COMPONENTS:STRING=all
  962.  
  963. //Enable assertions
  964. LLVM_ENABLE_ASSERTIONS:BOOL=ON
  965.  
  966. //Enable embedding backtraces on crash.
  967. LLVM_ENABLE_BACKTRACES:BOOL=ON
  968.  
  969. //Build bindings.
  970. LLVM_ENABLE_BINDINGS:BOOL=ON
  971.  
  972. //Turn on memory dumps on crashes. Currently only implemented on
  973. // Windows.
  974. LLVM_ENABLE_CRASH_DUMPS:BOOL=OFF
  975.  
  976. //Enable crash overrides.
  977. LLVM_ENABLE_CRASH_OVERRIDES:BOOL=ON
  978.  
  979. //Debug: Prints tablegen patterns that were used for selecting
  980. LLVM_ENABLE_DAGISEL_COV:BOOL=OFF
  981.  
  982. //Use doxygen to generate llvm API documentation.
  983. LLVM_ENABLE_DOXYGEN:BOOL=OFF
  984.  
  985. //Enable dump functions even when assertions are disabled
  986. LLVM_ENABLE_DUMP:BOOL=OFF
  987.  
  988. //Enable Exception handling
  989. LLVM_ENABLE_EH:BOOL=OFF
  990.  
  991. //Enable expensive checks
  992. LLVM_ENABLE_EXPENSIVE_CHECKS:BOOL=OFF
  993.  
  994. //Use libffi to call external functions from the interpreter
  995. LLVM_ENABLE_FFI:BOOL=OFF
  996.  
  997. //Enable collection of GlobalISel rule coverage
  998. LLVM_ENABLE_GISEL_COV:BOOL=OFF
  999.  
  1000. //Disable optional build system features that cause problems for
  1001. // IDE generators
  1002. LLVM_ENABLE_IDE:BOOL=OFF
  1003.  
  1004. //Build LLVM and tools with IR PGO instrumentation (deprecated)
  1005. LLVM_ENABLE_IR_PGO:BOOL=OFF
  1006.  
  1007. //Use libc++ if available.
  1008. LLVM_ENABLE_LIBCXX:BOOL=OFF
  1009.  
  1010. //Use libedit if available.
  1011. LLVM_ENABLE_LIBEDIT:BOOL=ON
  1012.  
  1013. //Use libpfm for performance counters if available.
  1014. LLVM_ENABLE_LIBPFM:BOOL=ON
  1015.  
  1016. //Use libxml2 if available. Can be ON, OFF, or FORCE_ON
  1017. LLVM_ENABLE_LIBXML2:STRING=ON
  1018.  
  1019. //Use lld as C and C++ linker.
  1020. LLVM_ENABLE_LLD:BOOL=OFF
  1021.  
  1022. //Compile with -fmodules-local-submodule-visibility.
  1023. LLVM_ENABLE_LOCAL_SUBMODULE_VISIBILITY:BOOL=ON
  1024.  
  1025. //Build LLVM with LTO. May be specified as Thin or Full to use
  1026. // a particular kind of LTO
  1027. LLVM_ENABLE_LTO:STRING=OFF
  1028.  
  1029. //Compile with C++ modules enabled.
  1030. LLVM_ENABLE_MODULES:BOOL=OFF
  1031.  
  1032. //Compile with -gmodules.
  1033. LLVM_ENABLE_MODULE_DEBUGGING:BOOL=OFF
  1034.  
  1035. //Enable the new pass manager by default.
  1036. LLVM_ENABLE_NEW_PASS_MANAGER:BOOL=ON
  1037.  
  1038. //Build OCaml bindings documentation.
  1039. LLVM_ENABLE_OCAMLDOC:BOOL=ON
  1040.  
  1041. //Compile with pedantic enabled.
  1042. LLVM_ENABLE_PEDANTIC:BOOL=ON
  1043.  
  1044. //Enable per-target runtimes directory
  1045. LLVM_ENABLE_PER_TARGET_RUNTIME_DIR:BOOL=OFF
  1046.  
  1047. //Build Position-Independent Code
  1048. LLVM_ENABLE_PIC:BOOL=ON
  1049.  
  1050. //Enable plugin support
  1051. LLVM_ENABLE_PLUGINS:BOOL=OFF
  1052.  
  1053. //Semicolon-separated list of projects to build (clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;mlir;openmp;parallel-libs;polly;pstl;flang),
  1054. // or "all".
  1055. LLVM_ENABLE_PROJECTS:STRING=clang;clang-tools-extra;lld;lldb
  1056.  
  1057. LLVM_ENABLE_PROJECTS_USED:BOOL=ON
  1058.  
  1059. //Enable run time type information
  1060. LLVM_ENABLE_RTTI:BOOL=OFF
  1061.  
  1062. //Semicolon-separated list of runtimes to build (compiler-rt;libc;libcxx;libcxxabi;libunwind;openmp),
  1063. // or "all".
  1064. LLVM_ENABLE_RUNTIMES:STRING=libcxx;libcxxabi
  1065.  
  1066. //Use Sphinx to generate llvm documentation.
  1067. LLVM_ENABLE_SPHINX:BOOL=OFF
  1068.  
  1069. //Enable assertions that type is not scalable in implicit conversion
  1070. // from TypeSize to uint64_t and calls to getNumElements
  1071. LLVM_ENABLE_STRICT_FIXED_SIZE_VECTORS:BOOL=OFF
  1072.  
  1073. //Use terminfo database if available.
  1074. LLVM_ENABLE_TERMINFO:BOOL=ON
  1075.  
  1076. //Use threads if available.
  1077. LLVM_ENABLE_THREADS:BOOL=ON
  1078.  
  1079. //Emit unwind tables for the libraries
  1080. LLVM_ENABLE_UNWIND_TABLES:BOOL=ON
  1081.  
  1082. //Enable compiler warnings.
  1083. LLVM_ENABLE_WARNINGS:BOOL=ON
  1084.  
  1085. //Fail and stop if a warning is triggered.
  1086. LLVM_ENABLE_WERROR:BOOL=OFF
  1087.  
  1088. //Enable Support for the Z3 constraint solver in LLVM.
  1089. LLVM_ENABLE_Z3_SOLVER:BOOL=OFF
  1090.  
  1091. //Use zlib for compression/decompression if available. Can be ON,
  1092. // OFF, or FORCE_ON
  1093. LLVM_ENABLE_ZLIB:STRING=ON
  1094.  
  1095. //Semicolon-separated list of experimental targets to build.
  1096. LLVM_EXPERIMENTAL_TARGETS_TO_BUILD:STRING=
  1097.  
  1098. //Export symbols from LLVM tools so that plugins can import them
  1099. LLVM_EXPORT_SYMBOLS_FOR_PLUGINS:BOOL=OFF
  1100.  
  1101. //Generate dSYM files and strip executables and libraries (Darwin
  1102. // Only)
  1103. LLVM_EXTERNALIZE_DEBUGINFO:BOOL=OFF
  1104.  
  1105. LLVM_EXTERNAL_CLANG_SOURCE_DIR:PATH=Z:/Projects/llvm-project/llvm/../clang
  1106.  
  1107. LLVM_EXTERNAL_CLANG_TOOLS_EXTRA_SOURCE_DIR:PATH=Z:/Projects/llvm-project/llvm/../clang-tools-extra
  1108.  
  1109. //Path to compiler-rt source directory
  1110. LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR:PATH=
  1111.  
  1112. //Path to cross-project-tests source directory
  1113. LLVM_EXTERNAL_CROSS_PROJECT_TESTS_SOURCE_DIR:PATH=
  1114.  
  1115. //Path to dragonegg source directory
  1116. LLVM_EXTERNAL_DRAGONEGG_SOURCE_DIR:PATH=
  1117.  
  1118. //Path to flang source directory
  1119. LLVM_EXTERNAL_FLANG_SOURCE_DIR:PATH=
  1120.  
  1121. //Path to libcxxabi source directory
  1122. LLVM_EXTERNAL_LIBCXXABI_SOURCE_DIR:PATH=
  1123.  
  1124. //Path to libcxx source directory
  1125. LLVM_EXTERNAL_LIBCXX_SOURCE_DIR:PATH=
  1126.  
  1127. //Path to libc source directory
  1128. LLVM_EXTERNAL_LIBC_SOURCE_DIR:PATH=
  1129.  
  1130. //Path to libunwind source directory
  1131. LLVM_EXTERNAL_LIBUNWIND_SOURCE_DIR:PATH=
  1132.  
  1133. //Command used to spawn lit
  1134. LLVM_EXTERNAL_LIT:STRING=
  1135.  
  1136. LLVM_EXTERNAL_LLDB_SOURCE_DIR:PATH=Z:/Projects/llvm-project/llvm/../lldb
  1137.  
  1138. LLVM_EXTERNAL_LLD_SOURCE_DIR:PATH=Z:/Projects/llvm-project/llvm/../lld
  1139.  
  1140. //Path to mlir source directory
  1141. LLVM_EXTERNAL_MLIR_SOURCE_DIR:PATH=
  1142.  
  1143. //Path to openmp source directory
  1144. LLVM_EXTERNAL_OPENMP_SOURCE_DIR:PATH=
  1145.  
  1146. //Path to parallel-libs source directory
  1147. LLVM_EXTERNAL_PARALLEL_LIBS_SOURCE_DIR:PATH=
  1148.  
  1149. //Path to polly source directory
  1150. LLVM_EXTERNAL_POLLY_SOURCE_DIR:PATH=
  1151.  
  1152. //Path to pstl source directory
  1153. LLVM_EXTERNAL_PSTL_SOURCE_DIR:PATH=
  1154.  
  1155. //Enable statistics collection for builds that wouldn't normally
  1156. // enable it
  1157. LLVM_FORCE_ENABLE_STATS:BOOL=OFF
  1158.  
  1159. //Set to ON to force using an old, unsupported host toolchain.
  1160. LLVM_FORCE_USE_OLD_TOOLCHAIN:BOOL=OFF
  1161.  
  1162. //Host on which LLVM binaries will run
  1163. LLVM_HOST_TRIPLE:STRING=x86_64-w64-windows-gnu
  1164.  
  1165. //Generate benchmark targets. If OFF, benchmarks can't be built.
  1166. LLVM_INCLUDE_BENCHMARKS:BOOL=ON
  1167.  
  1168. //Generate build targets for llvm documentation.
  1169. LLVM_INCLUDE_DOCS:BOOL=ON
  1170.  
  1171. //Generate build targets for the LLVM examples
  1172. LLVM_INCLUDE_EXAMPLES:BOOL=ON
  1173.  
  1174. //Include the Go bindings tests in test build targets.
  1175. LLVM_INCLUDE_GO_TESTS:BOOL=ON
  1176.  
  1177. //Generate build targets for the LLVM runtimes.
  1178. LLVM_INCLUDE_RUNTIMES:BOOL=ON
  1179.  
  1180. //Generate build targets for the LLVM unit tests.
  1181. LLVM_INCLUDE_TESTS:BOOL=ON
  1182.  
  1183. //Generate build targets for the LLVM tools.
  1184. LLVM_INCLUDE_TOOLS:BOOL=ON
  1185.  
  1186. //Generate build targets for the LLVM utils.
  1187. LLVM_INCLUDE_UTILS:BOOL=ON
  1188.  
  1189. //Install symlinks from the binutils tool names to the corresponding
  1190. // LLVM tools.
  1191. LLVM_INSTALL_BINUTILS_SYMLINKS:BOOL=OFF
  1192.  
  1193. //Install symlinks from the cctools tool names to the corresponding
  1194. // LLVM tools.
  1195. LLVM_INSTALL_CCTOOLS_SYMLINKS:BOOL=OFF
  1196.  
  1197. //Doxygen-generated HTML documentation install directory
  1198. LLVM_INSTALL_DOXYGEN_HTML_DIR:STRING=share/doc/llvm/doxygen-html
  1199.  
  1200. //Install the modulemap files in the 'install' target.
  1201. LLVM_INSTALL_MODULEMAPS:BOOL=OFF
  1202.  
  1203. //OCamldoc-generated HTML documentation install directory
  1204. LLVM_INSTALL_OCAMLDOC_HTML_DIR:STRING=share/doc/llvm/ocaml-html
  1205.  
  1206. //Only include toolchain files in the 'install' target.
  1207. LLVM_INSTALL_TOOLCHAIN_ONLY:BOOL=OFF
  1208.  
  1209. //Include utility binaries in the 'install' target.
  1210. LLVM_INSTALL_UTILS:BOOL=OFF
  1211.  
  1212. //Replace the Windows CRT allocator with any of {rpmalloc|mimalloc|snmalloc}.
  1213. // Only works with /MT enabled.
  1214. LLVM_INTEGRATED_CRT_ALLOC:PATH=
  1215.  
  1216. //Value Computed by CMake
  1217. LLVM_IS_TOP_LEVEL:STATIC=ON
  1218.  
  1219. //Define suffix of library directory name (32/64)
  1220. LLVM_LIBDIR_SUFFIX:STRING=
  1221.  
  1222. //Path to fuzzing library for linking with fuzz targets
  1223. LLVM_LIB_FUZZING_ENGINE:PATH=
  1224.  
  1225. //Link tools against the libllvm dynamic library
  1226. LLVM_LINK_LLVM_DYLIB:BOOL=OFF
  1227.  
  1228. //Default options for lit
  1229. LLVM_LIT_ARGS:STRING=-sv
  1230.  
  1231. //Path to GnuWin32 tools
  1232. LLVM_LIT_TOOLS_DIR:PATH=
  1233.  
  1234. //If set, an absolute path added as rpath on binaries that do not
  1235. // already contain an executable-relative rpath.
  1236. LLVM_LOCAL_RPATH:FILEPATH=
  1237.  
  1238. //Force TableGen to be built with optimization
  1239. LLVM_OPTIMIZED_TABLEGEN:BOOL=OFF
  1240.  
  1241. //Pass -O1 on debug sanitizer builds
  1242. LLVM_OPTIMIZE_SANITIZED_BUILDS:BOOL=ON
  1243.  
  1244. //Define the maximum number of concurrent compilation jobs (Ninja
  1245. // only).
  1246. LLVM_PARALLEL_COMPILE_JOBS:STRING=
  1247.  
  1248. //Define the maximum number of concurrent link jobs (Ninja only).
  1249. LLVM_PARALLEL_LINK_JOBS:STRING=
  1250.  
  1251. //Profiling data file to use when compiling in order to improve
  1252. // runtime performance.
  1253. LLVM_PROFDATA_FILE:FILEPATH=
  1254.  
  1255. //Path to a library.
  1256. LLVM_PTHREAD_LIBRARY_PATH:FILEPATH=LLVM_PTHREAD_LIBRARY_PATH-NOTFOUND
  1257.  
  1258. //Value Computed by CMake
  1259. LLVM_SOURCE_DIR:STATIC=Z:/Projects/llvm-project/llvm
  1260.  
  1261. //Use prefix for sources
  1262. LLVM_SOURCE_PREFIX:STRING=
  1263.  
  1264. //.spec file to use for srpm generation
  1265. LLVM_SRPM_USER_BINARY_SPECFILE:FILEPATH=Z:/Projects/llvm-project/llvm/llvm.spec.in
  1266.  
  1267. //Statically link the standard library.
  1268. LLVM_STATIC_LINK_CXX_STDLIB:BOOL=OFF
  1269.  
  1270. //Native TableGen executable. Saves building one when cross-compiling.
  1271. LLVM_TABLEGEN:STRING=llvm-tblgen
  1272.  
  1273. //Semicolon-separated list of targets to build, or "all".
  1274. LLVM_TARGETS_TO_BUILD:STRING=all
  1275.  
  1276. //Set target to use for LLVM JIT or use "host" for automatic detection.
  1277. LLVM_TARGET_ARCH:STRING=host
  1278.  
  1279. //The name of environment variable to override default target.
  1280. // Disabled by blank.
  1281. LLVM_TARGET_TRIPLE_ENV:STRING=
  1282.  
  1283. //Set to ON to only warn when using a toolchain which is about
  1284. // to be deprecated, instead of emitting an error.
  1285. LLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN:BOOL=OFF
  1286.  
  1287. //Path for binary subdirectory (defaults to 'bin')
  1288. LLVM_TOOLS_INSTALL_DIR:STRING=bin
  1289.  
  1290. //Whether to build bugpoint as part of LLVM
  1291. LLVM_TOOL_BUGPOINT_BUILD:BOOL=ON
  1292.  
  1293. //Whether to build bugpoint-passes as part of LLVM
  1294. LLVM_TOOL_BUGPOINT_PASSES_BUILD:BOOL=ON
  1295.  
  1296. //Whether to build clang as part of LLVM
  1297. LLVM_TOOL_CLANG_BUILD:BOOL=TRUE
  1298.  
  1299. //Whether to build clang-tools-extra as part of LLVM
  1300. LLVM_TOOL_CLANG_TOOLS_EXTRA_BUILD:BOOL=TRUE
  1301.  
  1302. //Whether to build compiler-rt as part of LLVM
  1303. LLVM_TOOL_COMPILER_RT_BUILD:BOOL=FALSE
  1304.  
  1305. //Whether to build cross-project-tests as part of LLVM
  1306. LLVM_TOOL_CROSS_PROJECT_TESTS_BUILD:BOOL=FALSE
  1307.  
  1308. //Whether to build dragonegg as part of LLVM
  1309. LLVM_TOOL_DRAGONEGG_BUILD:BOOL=OFF
  1310.  
  1311. //Whether to build dsymutil as part of LLVM
  1312. LLVM_TOOL_DSYMUTIL_BUILD:BOOL=ON
  1313.  
  1314. //Whether to build flang as part of LLVM
  1315. LLVM_TOOL_FLANG_BUILD:BOOL=FALSE
  1316.  
  1317. //Whether to build gold as part of LLVM
  1318. LLVM_TOOL_GOLD_BUILD:BOOL=ON
  1319.  
  1320. //Whether to build LIBCLC as part of LLVM
  1321. LLVM_TOOL_LIBCLC_BUILD:BOOL=FALSE
  1322.  
  1323. //Whether to build libcxxabi as part of LLVM
  1324. LLVM_TOOL_LIBCXXABI_BUILD:BOOL=FALSE
  1325.  
  1326. //Whether to build libcxx as part of LLVM
  1327. LLVM_TOOL_LIBCXX_BUILD:BOOL=FALSE
  1328.  
  1329. //Whether to build libc as part of LLVM
  1330. LLVM_TOOL_LIBC_BUILD:BOOL=FALSE
  1331.  
  1332. //Whether to build libunwind as part of LLVM
  1333. LLVM_TOOL_LIBUNWIND_BUILD:BOOL=FALSE
  1334.  
  1335. //Whether to build llc as part of LLVM
  1336. LLVM_TOOL_LLC_BUILD:BOOL=ON
  1337.  
  1338. //Whether to build lldb as part of LLVM
  1339. LLVM_TOOL_LLDB_BUILD:BOOL=TRUE
  1340.  
  1341. //Whether to build lld as part of LLVM
  1342. LLVM_TOOL_LLD_BUILD:BOOL=TRUE
  1343.  
  1344. //Whether to build lli as part of LLVM
  1345. LLVM_TOOL_LLI_BUILD:BOOL=ON
  1346.  
  1347. //Whether to build llvm-ar as part of LLVM
  1348. LLVM_TOOL_LLVM_AR_BUILD:BOOL=ON
  1349.  
  1350. //Whether to build llvm-as as part of LLVM
  1351. LLVM_TOOL_LLVM_AS_BUILD:BOOL=ON
  1352.  
  1353. //Whether to build llvm-as-fuzzer as part of LLVM
  1354. LLVM_TOOL_LLVM_AS_FUZZER_BUILD:BOOL=ON
  1355.  
  1356. //Whether to build llvm-bcanalyzer as part of LLVM
  1357. LLVM_TOOL_LLVM_BCANALYZER_BUILD:BOOL=ON
  1358.  
  1359. //Whether to build llvm-cat as part of LLVM
  1360. LLVM_TOOL_LLVM_CAT_BUILD:BOOL=ON
  1361.  
  1362. //Whether to build llvm-cfi-verify as part of LLVM
  1363. LLVM_TOOL_LLVM_CFI_VERIFY_BUILD:BOOL=ON
  1364.  
  1365. //Whether to build llvm-config as part of LLVM
  1366. LLVM_TOOL_LLVM_CONFIG_BUILD:BOOL=ON
  1367.  
  1368. //Whether to build llvm-cov as part of LLVM
  1369. LLVM_TOOL_LLVM_COV_BUILD:BOOL=ON
  1370.  
  1371. //Whether to build llvm-cvtres as part of LLVM
  1372. LLVM_TOOL_LLVM_CVTRES_BUILD:BOOL=ON
  1373.  
  1374. //Whether to build llvm-cxxdump as part of LLVM
  1375. LLVM_TOOL_LLVM_CXXDUMP_BUILD:BOOL=ON
  1376.  
  1377. //Whether to build llvm-cxxfilt as part of LLVM
  1378. LLVM_TOOL_LLVM_CXXFILT_BUILD:BOOL=ON
  1379.  
  1380. //Whether to build llvm-cxxmap as part of LLVM
  1381. LLVM_TOOL_LLVM_CXXMAP_BUILD:BOOL=ON
  1382.  
  1383. //Whether to build llvm-c-test as part of LLVM
  1384. LLVM_TOOL_LLVM_C_TEST_BUILD:BOOL=ON
  1385.  
  1386. //Whether to build llvm-diff as part of LLVM
  1387. LLVM_TOOL_LLVM_DIFF_BUILD:BOOL=ON
  1388.  
  1389. //Whether to build llvm-dis as part of LLVM
  1390. LLVM_TOOL_LLVM_DIS_BUILD:BOOL=ON
  1391.  
  1392. //Whether to build llvm-dwarfdump as part of LLVM
  1393. LLVM_TOOL_LLVM_DWARFDUMP_BUILD:BOOL=ON
  1394.  
  1395. //Whether to build llvm-dwp as part of LLVM
  1396. LLVM_TOOL_LLVM_DWP_BUILD:BOOL=ON
  1397.  
  1398. //Whether to build llvm-exegesis as part of LLVM
  1399. LLVM_TOOL_LLVM_EXEGESIS_BUILD:BOOL=ON
  1400.  
  1401. //Whether to build llvm-extract as part of LLVM
  1402. LLVM_TOOL_LLVM_EXTRACT_BUILD:BOOL=ON
  1403.  
  1404. //Whether to build llvm-go as part of LLVM
  1405. LLVM_TOOL_LLVM_GO_BUILD:BOOL=ON
  1406.  
  1407. //Whether to build llvm-gsymutil as part of LLVM
  1408. LLVM_TOOL_LLVM_GSYMUTIL_BUILD:BOOL=ON
  1409.  
  1410. //Whether to build llvm-ifs as part of LLVM
  1411. LLVM_TOOL_LLVM_IFS_BUILD:BOOL=ON
  1412.  
  1413. //Whether to build llvm-isel-fuzzer as part of LLVM
  1414. LLVM_TOOL_LLVM_ISEL_FUZZER_BUILD:BOOL=ON
  1415.  
  1416. //Whether to build llvm-itanium-demangle-fuzzer as part of LLVM
  1417. LLVM_TOOL_LLVM_ITANIUM_DEMANGLE_FUZZER_BUILD:BOOL=ON
  1418.  
  1419. //Whether to build llvm-jitlink as part of LLVM
  1420. LLVM_TOOL_LLVM_JITLINK_BUILD:BOOL=ON
  1421.  
  1422. //Whether to build LLVM_JITLISTENER as part of LLVM
  1423. LLVM_TOOL_LLVM_JITLISTENER_BUILD:BOOL=ON
  1424.  
  1425. //Whether to build llvm-libtool-darwin as part of LLVM
  1426. LLVM_TOOL_LLVM_LIBTOOL_DARWIN_BUILD:BOOL=ON
  1427.  
  1428. //Whether to build llvm-link as part of LLVM
  1429. LLVM_TOOL_LLVM_LINK_BUILD:BOOL=ON
  1430.  
  1431. //Whether to build llvm-lipo as part of LLVM
  1432. LLVM_TOOL_LLVM_LIPO_BUILD:BOOL=ON
  1433.  
  1434. //Whether to build llvm-lto2 as part of LLVM
  1435. LLVM_TOOL_LLVM_LTO2_BUILD:BOOL=ON
  1436.  
  1437. //Whether to build llvm-lto as part of LLVM
  1438. LLVM_TOOL_LLVM_LTO_BUILD:BOOL=ON
  1439.  
  1440. //Whether to build llvm-mca as part of LLVM
  1441. LLVM_TOOL_LLVM_MCA_BUILD:BOOL=ON
  1442.  
  1443. //Whether to build llvm-mc-assemble-fuzzer as part of LLVM
  1444. LLVM_TOOL_LLVM_MC_ASSEMBLE_FUZZER_BUILD:BOOL=ON
  1445.  
  1446. //Whether to build llvm-mc as part of LLVM
  1447. LLVM_TOOL_LLVM_MC_BUILD:BOOL=ON
  1448.  
  1449. //Whether to build llvm-mc-disassemble-fuzzer as part of LLVM
  1450. LLVM_TOOL_LLVM_MC_DISASSEMBLE_FUZZER_BUILD:BOOL=ON
  1451.  
  1452. //Whether to build llvm-microsoft-demangle-fuzzer as part of LLVM
  1453. LLVM_TOOL_LLVM_MICROSOFT_DEMANGLE_FUZZER_BUILD:BOOL=ON
  1454.  
  1455. //Whether to build llvm-ml as part of LLVM
  1456. LLVM_TOOL_LLVM_ML_BUILD:BOOL=ON
  1457.  
  1458. //Whether to build llvm-modextract as part of LLVM
  1459. LLVM_TOOL_LLVM_MODEXTRACT_BUILD:BOOL=ON
  1460.  
  1461. //Whether to build llvm-mt as part of LLVM
  1462. LLVM_TOOL_LLVM_MT_BUILD:BOOL=ON
  1463.  
  1464. //Whether to build llvm-nm as part of LLVM
  1465. LLVM_TOOL_LLVM_NM_BUILD:BOOL=ON
  1466.  
  1467. //Whether to build llvm-objcopy as part of LLVM
  1468. LLVM_TOOL_LLVM_OBJCOPY_BUILD:BOOL=ON
  1469.  
  1470. //Whether to build llvm-objdump as part of LLVM
  1471. LLVM_TOOL_LLVM_OBJDUMP_BUILD:BOOL=ON
  1472.  
  1473. //Whether to build llvm-opt-fuzzer as part of LLVM
  1474. LLVM_TOOL_LLVM_OPT_FUZZER_BUILD:BOOL=ON
  1475.  
  1476. //Whether to build llvm-opt-report as part of LLVM
  1477. LLVM_TOOL_LLVM_OPT_REPORT_BUILD:BOOL=ON
  1478.  
  1479. //Whether to build llvm-pdbutil as part of LLVM
  1480. LLVM_TOOL_LLVM_PDBUTIL_BUILD:BOOL=ON
  1481.  
  1482. //Whether to build llvm-profdata as part of LLVM
  1483. LLVM_TOOL_LLVM_PROFDATA_BUILD:BOOL=ON
  1484.  
  1485. //Whether to build llvm-profgen as part of LLVM
  1486. LLVM_TOOL_LLVM_PROFGEN_BUILD:BOOL=ON
  1487.  
  1488. //Whether to build llvm-rc as part of LLVM
  1489. LLVM_TOOL_LLVM_RC_BUILD:BOOL=ON
  1490.  
  1491. //Whether to build llvm-readobj as part of LLVM
  1492. LLVM_TOOL_LLVM_READOBJ_BUILD:BOOL=ON
  1493.  
  1494. //Whether to build llvm-reduce as part of LLVM
  1495. LLVM_TOOL_LLVM_REDUCE_BUILD:BOOL=ON
  1496.  
  1497. //Whether to build llvm-rtdyld as part of LLVM
  1498. LLVM_TOOL_LLVM_RTDYLD_BUILD:BOOL=ON
  1499.  
  1500. //Whether to build llvm-rust-demangle-fuzzer as part of LLVM
  1501. LLVM_TOOL_LLVM_RUST_DEMANGLE_FUZZER_BUILD:BOOL=ON
  1502.  
  1503. //Whether to build LLVM_SHLIB as part of LLVM
  1504. LLVM_TOOL_LLVM_SHLIB_BUILD:BOOL=ON
  1505.  
  1506. //Whether to build llvm-sim as part of LLVM
  1507. LLVM_TOOL_LLVM_SIM_BUILD:BOOL=ON
  1508.  
  1509. //Whether to build llvm-size as part of LLVM
  1510. LLVM_TOOL_LLVM_SIZE_BUILD:BOOL=ON
  1511.  
  1512. //Whether to build llvm-special-case-list-fuzzer as part of LLVM
  1513. LLVM_TOOL_LLVM_SPECIAL_CASE_LIST_FUZZER_BUILD:BOOL=ON
  1514.  
  1515. //Whether to build llvm-split as part of LLVM
  1516. LLVM_TOOL_LLVM_SPLIT_BUILD:BOOL=ON
  1517.  
  1518. //Whether to build llvm-stress as part of LLVM
  1519. LLVM_TOOL_LLVM_STRESS_BUILD:BOOL=ON
  1520.  
  1521. //Whether to build llvm-strings as part of LLVM
  1522. LLVM_TOOL_LLVM_STRINGS_BUILD:BOOL=ON
  1523.  
  1524. //Whether to build llvm-symbolizer as part of LLVM
  1525. LLVM_TOOL_LLVM_SYMBOLIZER_BUILD:BOOL=ON
  1526.  
  1527. //Whether to build llvm-tapi-diff as part of LLVM
  1528. LLVM_TOOL_LLVM_TAPI_DIFF_BUILD:BOOL=ON
  1529.  
  1530. //Whether to build llvm-undname as part of LLVM
  1531. LLVM_TOOL_LLVM_UNDNAME_BUILD:BOOL=ON
  1532.  
  1533. //Whether to build llvm-xray as part of LLVM
  1534. LLVM_TOOL_LLVM_XRAY_BUILD:BOOL=ON
  1535.  
  1536. //Whether to build llvm-yaml-numeric-parser-fuzzer as part of LLVM
  1537. LLVM_TOOL_LLVM_YAML_NUMERIC_PARSER_FUZZER_BUILD:BOOL=ON
  1538.  
  1539. //Whether to build llvm-yaml-parser-fuzzer as part of LLVM
  1540. LLVM_TOOL_LLVM_YAML_PARSER_FUZZER_BUILD:BOOL=ON
  1541.  
  1542. //Whether to build lto as part of LLVM
  1543. LLVM_TOOL_LTO_BUILD:BOOL=ON
  1544.  
  1545. //Whether to build mlir as part of LLVM
  1546. LLVM_TOOL_MLIR_BUILD:BOOL=FALSE
  1547.  
  1548. //Whether to build obj2yaml as part of LLVM
  1549. LLVM_TOOL_OBJ2YAML_BUILD:BOOL=ON
  1550.  
  1551. //Whether to build openmp as part of LLVM
  1552. LLVM_TOOL_OPENMP_BUILD:BOOL=FALSE
  1553.  
  1554. //Whether to build opt as part of LLVM
  1555. LLVM_TOOL_OPT_BUILD:BOOL=ON
  1556.  
  1557. //Whether to build opt-viewer as part of LLVM
  1558. LLVM_TOOL_OPT_VIEWER_BUILD:BOOL=ON
  1559.  
  1560. //Whether to build parallel-libs as part of LLVM
  1561. LLVM_TOOL_PARALLEL_LIBS_BUILD:BOOL=FALSE
  1562.  
  1563. //Whether to build polly as part of LLVM
  1564. LLVM_TOOL_POLLY_BUILD:BOOL=FALSE
  1565.  
  1566. //Whether to build pstl as part of LLVM
  1567. LLVM_TOOL_PSTL_BUILD:BOOL=FALSE
  1568.  
  1569. //Whether to build remarks-shlib as part of LLVM
  1570. LLVM_TOOL_REMARKS_SHLIB_BUILD:BOOL=ON
  1571.  
  1572. //Whether to build sancov as part of LLVM
  1573. LLVM_TOOL_SANCOV_BUILD:BOOL=ON
  1574.  
  1575. //Whether to build sanstats as part of LLVM
  1576. LLVM_TOOL_SANSTATS_BUILD:BOOL=ON
  1577.  
  1578. //Whether to build split-file as part of LLVM
  1579. LLVM_TOOL_SPLIT_FILE_BUILD:BOOL=ON
  1580.  
  1581. //Whether to build verify-uselistorder as part of LLVM
  1582. LLVM_TOOL_VERIFY_USELISTORDER_BUILD:BOOL=ON
  1583.  
  1584. //Whether to build vfabi-demangle-fuzzer as part of LLVM
  1585. LLVM_TOOL_VFABI_DEMANGLE_FUZZER_BUILD:BOOL=ON
  1586.  
  1587. //Whether to build xcode-toolchain as part of LLVM
  1588. LLVM_TOOL_XCODE_TOOLCHAIN_BUILD:BOOL=ON
  1589.  
  1590. //Whether to build yaml2obj as part of LLVM
  1591. LLVM_TOOL_YAML2OBJ_BUILD:BOOL=ON
  1592.  
  1593. //Compile flags set to enable UBSan. Only used if LLVM_USE_SANITIZER
  1594. // contains 'Undefined'.
  1595. LLVM_UBSAN_FLAGS:STRING=-fsanitize=undefined -fno-sanitize=vptr,function -fno-sanitize-recover=all
  1596.  
  1597. //Enable solution folders in Visual Studio. Disable for Express
  1598. // versions.
  1599. LLVM_USE_FOLDERS:BOOL=ON
  1600.  
  1601. //Use Intel JIT API to inform Intel(R) VTune(TM) Amplifier XE 2011
  1602. // about JIT code
  1603. LLVM_USE_INTEL_JITEVENTS:BOOL=OFF
  1604.  
  1605. //Build LLVM using the experimental new pass manager
  1606. LLVM_USE_NEWPM:BOOL=OFF
  1607.  
  1608. //Use opagent JIT interface to inform OProfile about JIT code
  1609. LLVM_USE_OPROFILE:BOOL=OFF
  1610.  
  1611. //Use perf JIT interface to inform perf about JIT code
  1612. LLVM_USE_PERF:BOOL=OFF
  1613.  
  1614. //Use relative paths in debug info
  1615. LLVM_USE_RELATIVE_PATHS_IN_DEBUG_INFO:BOOL=OFF
  1616.  
  1617. //Use relative paths in sources and debug info
  1618. LLVM_USE_RELATIVE_PATHS_IN_FILES:BOOL=OFF
  1619.  
  1620. //Define the sanitizer used to build binaries and tests.
  1621. LLVM_USE_SANITIZER:STRING=
  1622.  
  1623. //Use -gsplit-dwarf when compiling llvm.
  1624. LLVM_USE_SPLIT_DWARF:BOOL=OFF
  1625.  
  1626. //Path to install LLVM utilities (enabled by LLVM_INSTALL_UTILS=ON)
  1627. // (defaults to LLVM_TOOLS_INSTALL_DIR)
  1628. LLVM_UTILS_INSTALL_DIR:STRING=bin
  1629.  
  1630. //Show target and host info when tools are invoked with --version.
  1631. LLVM_VERSION_PRINTER_SHOW_HOST_TARGET_INFO:BOOL=ON
  1632.  
  1633. //Value profile counters to use per site for IR PGO with Clang
  1634. LLVM_VP_COUNTERS_PER_SITE:STRING=1.5
  1635.  
  1636. //Install directory of the Z3 solver.
  1637. LLVM_Z3_INSTALL_DIR:STRING=
  1638.  
  1639. //Path to a file.
  1640. LibEdit_INCLUDE_DIRS:PATH=LibEdit_INCLUDE_DIRS-NOTFOUND
  1641.  
  1642. //Path to a library.
  1643. LibEdit_LIBRARIES:FILEPATH=LibEdit_LIBRARIES-NOTFOUND
  1644.  
  1645. //Ninja version number
  1646. NINJA_VERSION:STRING=1.10.2
  1647.  
  1648. //Path to a program.
  1649. OCAMLFIND:FILEPATH=OCAMLFIND-NOTFOUND
  1650.  
  1651. //The curses panel library
  1652. PANEL_LIBRARIES:FILEPATH=PANEL_LIBRARIES-NOTFOUND
  1653.  
  1654. //pkg-config executable
  1655. PKG_CONFIG_EXECUTABLE:FILEPATH=PKG_CONFIG_EXECUTABLE-NOTFOUND
  1656.  
  1657. //Failed to find python module 'pygments'
  1658. PY_PYGMENTS_FOUND:BOOL=OFF
  1659.  
  1660. //Failed to find python module 'pygments.lexers.c_cpp'
  1661. PY_PYGMENTS_LEXERS_C_CPP_FOUND:BOOL=OFF
  1662.  
  1663. //Failed to find python module 'yaml'
  1664. PY_YAML_FOUND:BOOL=OFF
  1665.  
  1666. //Path to a program.
  1667. SWIG_EXECUTABLE:FILEPATH=SWIG_EXECUTABLE-NOTFOUND
  1668.  
  1669. //Path to TensorFlow pip install dir
  1670. TENSORFLOW_AOT_PATH:PATH=
  1671.  
  1672. //Path to TensorFlow C library install
  1673. TENSORFLOW_C_LIB_PATH:PATH=
  1674.  
  1675. //Plist name
  1676. TOOL_INFO_PLIST:STRING=Info.plist
  1677.  
  1678. //Path to a file.
  1679. ZLIB_INCLUDE_DIR:PATH=ZLIB_INCLUDE_DIR-NOTFOUND
  1680.  
  1681. //Path to a library.
  1682. ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND
  1683.  
  1684. //Path to a library.
  1685. ZLIB_LIBRARY_RELEASE:FILEPATH=ZLIB_LIBRARY_RELEASE-NOTFOUND
  1686.  
  1687. //Value Computed by CMake
  1688. benchmark_BINARY_DIR:STATIC=Z:/Projects/llvm-project/build/utils/benchmark
  1689.  
  1690. //Value Computed by CMake
  1691. benchmark_IS_TOP_LEVEL:STATIC=OFF
  1692.  
  1693. //Value Computed by CMake
  1694. benchmark_SOURCE_DIR:STATIC=Z:/Projects/llvm-project/llvm/utils/benchmark
  1695.  
  1696. //The directory containing a CMake configuration file for hsa-runtime64.
  1697. hsa-runtime64_DIR:PATH=hsa-runtime64_DIR-NOTFOUND
  1698.  
  1699.  
  1700. ########################
  1701. # INTERNAL cache entries
  1702. ########################
  1703.  
  1704. //ADVANCED property for variable: BENCHMARK_CXX_FLAGS_COVERAGE
  1705. BENCHMARK_CXX_FLAGS_COVERAGE-ADVANCED:INTERNAL=1
  1706. //ADVANCED property for variable: BENCHMARK_EXE_LINKER_FLAGS_COVERAGE
  1707. BENCHMARK_EXE_LINKER_FLAGS_COVERAGE-ADVANCED:INTERNAL=1
  1708. //ADVANCED property for variable: BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE
  1709. BENCHMARK_SHARED_LINKER_FLAGS_COVERAGE-ADVANCED:INTERNAL=1
  1710. //ADVANCED property for variable: Backtrace_HEADER
  1711. Backtrace_HEADER-ADVANCED:INTERNAL=1
  1712. //ADVANCED property for variable: Backtrace_INCLUDE_DIR
  1713. Backtrace_INCLUDE_DIR-ADVANCED:INTERNAL=1
  1714. //ADVANCED property for variable: Backtrace_LIBRARY
  1715. Backtrace_LIBRARY-ADVANCED:INTERNAL=1
  1716. //ADVANCED property for variable: CLANG_EXECUTABLE_VERSION
  1717. CLANG_EXECUTABLE_VERSION-ADVANCED:INTERNAL=1
  1718. //Have include sys/resource.h
  1719. CLANG_HAVE_RLIMITS:INTERNAL=
  1720. //ADVANCED property for variable: CLANG_TOOL_AMDGPU_ARCH_BUILD
  1721. CLANG_TOOL_AMDGPU_ARCH_BUILD-ADVANCED:INTERNAL=1
  1722. //ADVANCED property for variable: CLANG_TOOL_APINOTES_TEST_BUILD
  1723. CLANG_TOOL_APINOTES_TEST_BUILD-ADVANCED:INTERNAL=1
  1724. //ADVANCED property for variable: CLANG_TOOL_ARCMT_TEST_BUILD
  1725. CLANG_TOOL_ARCMT_TEST_BUILD-ADVANCED:INTERNAL=1
  1726. //ADVANCED property for variable: CLANG_TOOL_CLANG_CHECK_BUILD
  1727. CLANG_TOOL_CLANG_CHECK_BUILD-ADVANCED:INTERNAL=1
  1728. //ADVANCED property for variable: CLANG_TOOL_CLANG_DIFF_BUILD
  1729. CLANG_TOOL_CLANG_DIFF_BUILD-ADVANCED:INTERNAL=1
  1730. //ADVANCED property for variable: CLANG_TOOL_CLANG_EXTDEF_MAPPING_BUILD
  1731. CLANG_TOOL_CLANG_EXTDEF_MAPPING_BUILD-ADVANCED:INTERNAL=1
  1732. //ADVANCED property for variable: CLANG_TOOL_CLANG_FORMAT_BUILD
  1733. CLANG_TOOL_CLANG_FORMAT_BUILD-ADVANCED:INTERNAL=1
  1734. //ADVANCED property for variable: CLANG_TOOL_CLANG_FORMAT_VS_BUILD
  1735. CLANG_TOOL_CLANG_FORMAT_VS_BUILD-ADVANCED:INTERNAL=1
  1736. //ADVANCED property for variable: CLANG_TOOL_CLANG_FUZZER_BUILD
  1737. CLANG_TOOL_CLANG_FUZZER_BUILD-ADVANCED:INTERNAL=1
  1738. //ADVANCED property for variable: CLANG_TOOL_CLANG_IMPORT_TEST_BUILD
  1739. CLANG_TOOL_CLANG_IMPORT_TEST_BUILD-ADVANCED:INTERNAL=1
  1740. //ADVANCED property for variable: CLANG_TOOL_CLANG_OFFLOAD_BUNDLER_BUILD
  1741. CLANG_TOOL_CLANG_OFFLOAD_BUNDLER_BUILD-ADVANCED:INTERNAL=1
  1742. //ADVANCED property for variable: CLANG_TOOL_CLANG_OFFLOAD_WRAPPER_BUILD
  1743. CLANG_TOOL_CLANG_OFFLOAD_WRAPPER_BUILD-ADVANCED:INTERNAL=1
  1744. //ADVANCED property for variable: CLANG_TOOL_CLANG_REFACTOR_BUILD
  1745. CLANG_TOOL_CLANG_REFACTOR_BUILD-ADVANCED:INTERNAL=1
  1746. //ADVANCED property for variable: CLANG_TOOL_CLANG_RENAME_BUILD
  1747. CLANG_TOOL_CLANG_RENAME_BUILD-ADVANCED:INTERNAL=1
  1748. //ADVANCED property for variable: CLANG_TOOL_CLANG_REPL_BUILD
  1749. CLANG_TOOL_CLANG_REPL_BUILD-ADVANCED:INTERNAL=1
  1750. //ADVANCED property for variable: CLANG_TOOL_CLANG_SCAN_DEPS_BUILD
  1751. CLANG_TOOL_CLANG_SCAN_DEPS_BUILD-ADVANCED:INTERNAL=1
  1752. //ADVANCED property for variable: CLANG_TOOL_CLANG_SHLIB_BUILD
  1753. CLANG_TOOL_CLANG_SHLIB_BUILD-ADVANCED:INTERNAL=1
  1754. //ADVANCED property for variable: CLANG_TOOL_C_ARCMT_TEST_BUILD
  1755. CLANG_TOOL_C_ARCMT_TEST_BUILD-ADVANCED:INTERNAL=1
  1756. //ADVANCED property for variable: CLANG_TOOL_C_INDEX_TEST_BUILD
  1757. CLANG_TOOL_C_INDEX_TEST_BUILD-ADVANCED:INTERNAL=1
  1758. //ADVANCED property for variable: CLANG_TOOL_DIAGTOOL_BUILD
  1759. CLANG_TOOL_DIAGTOOL_BUILD-ADVANCED:INTERNAL=1
  1760. //ADVANCED property for variable: CLANG_TOOL_DRIVER_BUILD
  1761. CLANG_TOOL_DRIVER_BUILD-ADVANCED:INTERNAL=1
  1762. //ADVANCED property for variable: CLANG_TOOL_LIBCLANG_BUILD
  1763. CLANG_TOOL_LIBCLANG_BUILD-ADVANCED:INTERNAL=1
  1764. //ADVANCED property for variable: CLANG_TOOL_SCAN_BUILD_BUILD
  1765. CLANG_TOOL_SCAN_BUILD_BUILD-ADVANCED:INTERNAL=1
  1766. //ADVANCED property for variable: CLANG_TOOL_SCAN_BUILD_PY_BUILD
  1767. CLANG_TOOL_SCAN_BUILD_PY_BUILD-ADVANCED:INTERNAL=1
  1768. //ADVANCED property for variable: CLANG_TOOL_SCAN_VIEW_BUILD
  1769. CLANG_TOOL_SCAN_VIEW_BUILD-ADVANCED:INTERNAL=1
  1770. //ADVANCED property for variable: CMAKE_ADDR2LINE
  1771. CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
  1772. //ADVANCED property for variable: CMAKE_AR
  1773. CMAKE_AR-ADVANCED:INTERNAL=1
  1774. //ADVANCED property for variable: CMAKE_ASM_COMPILER
  1775. CMAKE_ASM_COMPILER-ADVANCED:INTERNAL=1
  1776. //ADVANCED property for variable: CMAKE_ASM_COMPILER_AR
  1777. CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1
  1778. //ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB
  1779. CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  1780. CMAKE_ASM_COMPILER_WORKS:INTERNAL=1
  1781. //ADVANCED property for variable: CMAKE_ASM_FLAGS
  1782. CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1
  1783. //ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG
  1784. CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  1785. //ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL
  1786. CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  1787. //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE
  1788. CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  1789. //ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO
  1790. CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  1791. //This is the directory where this CMakeCache.txt was created
  1792. CMAKE_CACHEFILE_DIR:INTERNAL=z:/Projects/llvm-project/build
  1793. //Major version of cmake used to create the current loaded cache
  1794. CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
  1795. //Minor version of cmake used to create the current loaded cache
  1796. CMAKE_CACHE_MINOR_VERSION:INTERNAL=21
  1797. //Patch version of cmake used to create the current loaded cache
  1798. CMAKE_CACHE_PATCH_VERSION:INTERNAL=4
  1799. //Path to CMake executable.
  1800. CMAKE_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake.exe
  1801. //Path to cpack program executable.
  1802. CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cpack.exe
  1803. //Path to ctest program executable.
  1804. CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/CMake/bin/ctest.exe
  1805. //ADVANCED property for variable: CMAKE_CXX_COMPILER
  1806. CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
  1807. //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
  1808. CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
  1809. //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
  1810. CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  1811. //ADVANCED property for variable: CMAKE_CXX_FLAGS
  1812. CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
  1813. //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
  1814. CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  1815. //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
  1816. CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  1817. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
  1818. CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  1819. //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
  1820. CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  1821. //ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
  1822. CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
  1823. //ADVANCED property for variable: CMAKE_C_COMPILER
  1824. CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
  1825. //ADVANCED property for variable: CMAKE_C_COMPILER_AR
  1826. CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
  1827. //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
  1828. CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
  1829. //ADVANCED property for variable: CMAKE_C_FLAGS
  1830. CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
  1831. //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
  1832. CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  1833. //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
  1834. CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  1835. //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
  1836. CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  1837. //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
  1838. CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  1839. //ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
  1840. CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
  1841. //ADVANCED property for variable: CMAKE_DLLTOOL
  1842. CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
  1843. //Executable file format
  1844. CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
  1845. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
  1846. CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  1847. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
  1848. CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  1849. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
  1850. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  1851. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
  1852. CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  1853. //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
  1854. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  1855. //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
  1856. CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
  1857. //Name of external makefile project generator.
  1858. CMAKE_EXTRA_GENERATOR:INTERNAL=
  1859. //Name of generator.
  1860. CMAKE_GENERATOR:INTERNAL=Ninja
  1861. //Generator instance identifier.
  1862. CMAKE_GENERATOR_INSTANCE:INTERNAL=
  1863. //Name of generator platform.
  1864. CMAKE_GENERATOR_PLATFORM:INTERNAL=
  1865. //Name of generator toolset.
  1866. CMAKE_GENERATOR_TOOLSET:INTERNAL=
  1867. //Test CMAKE_HAVE_LIBC_PTHREAD
  1868. CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
  1869. //Have include pthread.h
  1870. CMAKE_HAVE_PTHREAD_H:INTERNAL=1
  1871. //Source directory with the top level CMakeLists.txt file for this
  1872. // project
  1873. CMAKE_HOME_DIRECTORY:INTERNAL=Z:/Projects/llvm-project/llvm
  1874. //ADVANCED property for variable: CMAKE_INSTALL_BINDIR
  1875. CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
  1876. //ADVANCED property for variable: CMAKE_INSTALL_DATADIR
  1877. CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
  1878. //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
  1879. CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
  1880. //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
  1881. CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
  1882. //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
  1883. CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
  1884. //ADVANCED property for variable: CMAKE_INSTALL_INFODIR
  1885. CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
  1886. //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
  1887. CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
  1888. //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
  1889. CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
  1890. //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
  1891. CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
  1892. //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
  1893. CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
  1894. //ADVANCED property for variable: CMAKE_INSTALL_MANDIR
  1895. CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
  1896. //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
  1897. CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
  1898. //ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
  1899. CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
  1900. //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
  1901. CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
  1902. //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
  1903. CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
  1904. //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
  1905. CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
  1906. //ADVANCED property for variable: CMAKE_LINKER
  1907. CMAKE_LINKER-ADVANCED:INTERNAL=1
  1908. //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
  1909. CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
  1910. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
  1911. CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
  1912. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
  1913. CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  1914. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
  1915. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  1916. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
  1917. CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  1918. //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
  1919. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  1920. //ADVANCED property for variable: CMAKE_NM
  1921. CMAKE_NM-ADVANCED:INTERNAL=1
  1922. //number of local generators
  1923. CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=776
  1924. //ADVANCED property for variable: CMAKE_OBJCOPY
  1925. CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
  1926. //ADVANCED property for variable: CMAKE_OBJDUMP
  1927. CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
  1928. //Platform information initialized
  1929. CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
  1930. //ADVANCED property for variable: CMAKE_RANLIB
  1931. CMAKE_RANLIB-ADVANCED:INTERNAL=1
  1932. //ADVANCED property for variable: CMAKE_RC_COMPILER
  1933. CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1
  1934. CMAKE_RC_COMPILER_WORKS:INTERNAL=1
  1935. //ADVANCED property for variable: CMAKE_RC_FLAGS
  1936. CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1
  1937. //ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG
  1938. CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  1939. //ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL
  1940. CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  1941. //ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE
  1942. CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  1943. //ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO
  1944. CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  1945. //ADVANCED property for variable: CMAKE_READELF
  1946. CMAKE_READELF-ADVANCED:INTERNAL=1
  1947. //Path to CMake installation.
  1948. CMAKE_ROOT:INTERNAL=C:/Program Files/CMake/share/cmake-3.21
  1949. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
  1950. CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
  1951. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
  1952. CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  1953. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
  1954. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  1955. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
  1956. CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  1957. //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
  1958. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  1959. //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
  1960. CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
  1961. //ADVANCED property for variable: CMAKE_SKIP_RPATH
  1962. CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
  1963. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
  1964. CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
  1965. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
  1966. CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  1967. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
  1968. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  1969. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
  1970. CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  1971. //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
  1972. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  1973. //ADVANCED property for variable: CMAKE_STRIP
  1974. CMAKE_STRIP-ADVANCED:INTERNAL=1
  1975. //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
  1976. CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
  1977. //Result of TRY_COMPILE
  1978. COMPILE_HAVE_GNU_POSIX_REGEX:INTERNAL=FALSE
  1979. //Result of TRY_COMPILE
  1980. COMPILE_HAVE_POSIX_REGEX:INTERNAL=FALSE
  1981. //Result of TRY_COMPILE
  1982. COMPILE_HAVE_STEADY_CLOCK:INTERNAL=TRUE
  1983. //ADVANCED property for variable: CPACK_BINARY_7Z
  1984. CPACK_BINARY_7Z-ADVANCED:INTERNAL=1
  1985. //ADVANCED property for variable: CPACK_BINARY_IFW
  1986. CPACK_BINARY_IFW-ADVANCED:INTERNAL=1
  1987. //ADVANCED property for variable: CPACK_BINARY_NSIS
  1988. CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1
  1989. //ADVANCED property for variable: CPACK_BINARY_NUGET
  1990. CPACK_BINARY_NUGET-ADVANCED:INTERNAL=1
  1991. //ADVANCED property for variable: CPACK_BINARY_WIX
  1992. CPACK_BINARY_WIX-ADVANCED:INTERNAL=1
  1993. //ADVANCED property for variable: CPACK_BINARY_ZIP
  1994. CPACK_BINARY_ZIP-ADVANCED:INTERNAL=1
  1995. //ADVANCED property for variable: CPACK_SOURCE_7Z
  1996. CPACK_SOURCE_7Z-ADVANCED:INTERNAL=1
  1997. //ADVANCED property for variable: CPACK_SOURCE_ZIP
  1998. CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1
  1999. //ADVANCED property for variable: CUDA_64_BIT_DEVICE_CODE
  2000. CUDA_64_BIT_DEVICE_CODE-ADVANCED:INTERNAL=1
  2001. //ADVANCED property for variable: CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE
  2002. CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE-ADVANCED:INTERNAL=1
  2003. //ADVANCED property for variable: CUDA_BUILD_CUBIN
  2004. CUDA_BUILD_CUBIN-ADVANCED:INTERNAL=1
  2005. //ADVANCED property for variable: CUDA_BUILD_EMULATION
  2006. CUDA_BUILD_EMULATION-ADVANCED:INTERNAL=1
  2007. //ADVANCED property for variable: CUDA_CUDART_LIBRARY
  2008. CUDA_CUDART_LIBRARY-ADVANCED:INTERNAL=1
  2009. //ADVANCED property for variable: CUDA_CUDA_LIBRARY
  2010. CUDA_CUDA_LIBRARY-ADVANCED:INTERNAL=1
  2011. //ADVANCED property for variable: CUDA_GENERATED_OUTPUT_DIR
  2012. CUDA_GENERATED_OUTPUT_DIR-ADVANCED:INTERNAL=1
  2013. //ADVANCED property for variable: CUDA_HOST_COMPILATION_CPP
  2014. CUDA_HOST_COMPILATION_CPP-ADVANCED:INTERNAL=1
  2015. //ADVANCED property for variable: CUDA_NVCC_EXECUTABLE
  2016. CUDA_NVCC_EXECUTABLE-ADVANCED:INTERNAL=1
  2017. //ADVANCED property for variable: CUDA_NVCC_FLAGS
  2018. CUDA_NVCC_FLAGS-ADVANCED:INTERNAL=1
  2019. //ADVANCED property for variable: CUDA_NVCC_FLAGS_DEBUG
  2020. CUDA_NVCC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
  2021. //ADVANCED property for variable: CUDA_NVCC_FLAGS_MINSIZEREL
  2022. CUDA_NVCC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
  2023. //ADVANCED property for variable: CUDA_NVCC_FLAGS_RELEASE
  2024. CUDA_NVCC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
  2025. //ADVANCED property for variable: CUDA_NVCC_FLAGS_RELWITHDEBINFO
  2026. CUDA_NVCC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
  2027. //ADVANCED property for variable: CUDA_PROPAGATE_HOST_FLAGS
  2028. CUDA_PROPAGATE_HOST_FLAGS-ADVANCED:INTERNAL=1
  2029. //This is the value of the last time CUDA_SDK_ROOT_DIR was set
  2030. // successfully.
  2031. CUDA_SDK_ROOT_DIR_INTERNAL:INTERNAL=CUDA_SDK_ROOT_DIR-NOTFOUND
  2032. //ADVANCED property for variable: CUDA_SEPARABLE_COMPILATION
  2033. CUDA_SEPARABLE_COMPILATION-ADVANCED:INTERNAL=1
  2034. //ADVANCED property for variable: CUDA_TOOLKIT_INCLUDE
  2035. CUDA_TOOLKIT_INCLUDE-ADVANCED:INTERNAL=1
  2036. //This is the value of the last time CUDA_TOOLKIT_ROOT_DIR was
  2037. // set successfully.
  2038. CUDA_TOOLKIT_ROOT_DIR_INTERNAL:INTERNAL=
  2039. //This is the value of the last time CUDA_TOOLKIT_TARGET_DIR was
  2040. // set successfully.
  2041. CUDA_TOOLKIT_TARGET_DIR_INTERNAL:INTERNAL=
  2042. CUDA_USE_STATIC_CUDA_RUNTIME:INTERNAL=OFF
  2043. //ADVANCED property for variable: CUDA_VERBOSE_BUILD
  2044. CUDA_VERBOSE_BUILD-ADVANCED:INTERNAL=1
  2045. //ADVANCED property for variable: CUDA_cublas_LIBRARY
  2046. CUDA_cublas_LIBRARY-ADVANCED:INTERNAL=1
  2047. //ADVANCED property for variable: CUDA_cublasemu_LIBRARY
  2048. CUDA_cublasemu_LIBRARY-ADVANCED:INTERNAL=1
  2049. //ADVANCED property for variable: CUDA_cufft_LIBRARY
  2050. CUDA_cufft_LIBRARY-ADVANCED:INTERNAL=1
  2051. //ADVANCED property for variable: CUDA_cufftemu_LIBRARY
  2052. CUDA_cufftemu_LIBRARY-ADVANCED:INTERNAL=1
  2053. //Location of make2cmake.cmake
  2054. CUDA_make2cmake:INTERNAL=C:/Program Files/CMake/share/cmake-3.21/Modules/FindCUDA/make2cmake.cmake
  2055. //Location of parse_cubin.cmake
  2056. CUDA_parse_cubin:INTERNAL=C:/Program Files/CMake/share/cmake-3.21/Modules/FindCUDA/parse_cubin.cmake
  2057. //Location of run_nvcc.cmake
  2058. CUDA_run_nvcc:INTERNAL=C:/Program Files/CMake/share/cmake-3.21/Modules/FindCUDA/run_nvcc.cmake
  2059. //ADVANCED property for variable: CURSES_CURSES_LIBRARY
  2060. CURSES_CURSES_LIBRARY-ADVANCED:INTERNAL=1
  2061. //ADVANCED property for variable: CURSES_FORM_LIBRARY
  2062. CURSES_FORM_LIBRARY-ADVANCED:INTERNAL=1
  2063. //ADVANCED property for variable: CURSES_INCLUDE_PATH
  2064. CURSES_INCLUDE_PATH-ADVANCED:INTERNAL=1
  2065. //ADVANCED property for variable: CURSES_NCURSES_LIBRARY
  2066. CURSES_NCURSES_LIBRARY-ADVANCED:INTERNAL=1
  2067. //Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG
  2068. CXX_SUPPORTS_CLASS_MEMACCESS_FLAG:INTERNAL=1
  2069. //Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
  2070. CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG:INTERNAL=
  2071. //Test CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG
  2072. CXX_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG:INTERNAL=
  2073. //Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG
  2074. CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG:INTERNAL=1
  2075. //Test CXX_SUPPORTS_FDATA_SECTIONS
  2076. CXX_SUPPORTS_FDATA_SECTIONS:INTERNAL=1
  2077. //Test CXX_SUPPORTS_FFUNCTION_SECTIONS
  2078. CXX_SUPPORTS_FFUNCTION_SECTIONS:INTERNAL=1
  2079. //Test CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG
  2080. CXX_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG:INTERNAL=1
  2081. //Test CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG
  2082. CXX_SUPPORTS_MISLEADING_INDENTATION_FLAG:INTERNAL=1
  2083. //Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG
  2084. CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG:INTERNAL=1
  2085. //Test CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG
  2086. CXX_SUPPORTS_NOEXCEPT_TYPE_FLAG:INTERNAL=1
  2087. //Test CXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS
  2088. CXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS:INTERNAL=1
  2089. //Test CXX_SUPPORTS_NO_DEPRECATED_REGISTER
  2090. CXX_SUPPORTS_NO_DEPRECATED_REGISTER:INTERNAL=1
  2091. //Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG
  2092. CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG:INTERNAL=
  2093. //Test CXX_SUPPORTS_NO_STRICT_ALIASING
  2094. CXX_SUPPORTS_NO_STRICT_ALIASING:INTERNAL=1
  2095. //Test CXX_SUPPORTS_NO_UNKNOWN_PRAGMAS
  2096. CXX_SUPPORTS_NO_UNKNOWN_PRAGMAS:INTERNAL=1
  2097. //Test CXX_SUPPORTS_NO_VLA_EXTENSION
  2098. CXX_SUPPORTS_NO_VLA_EXTENSION:INTERNAL=1
  2099. //Test CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG
  2100. CXX_SUPPORTS_PESSIMIZING_MOVE_FLAG:INTERNAL=
  2101. //Test CXX_SUPPORTS_REDUNDANT_MOVE_FLAG
  2102. CXX_SUPPORTS_REDUNDANT_MOVE_FLAG:INTERNAL=
  2103. //Test CXX_SUPPORTS_STRING_CONVERSION_FLAG
  2104. CXX_SUPPORTS_STRING_CONVERSION_FLAG:INTERNAL=
  2105. //Test CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG
  2106. CXX_SUPPORTS_SUGGEST_OVERRIDE_FLAG:INTERNAL=1
  2107. //Test CXX_SUPPORTS_WERROR_DATE_TIME
  2108. CXX_SUPPORTS_WERROR_DATE_TIME:INTERNAL=1
  2109. //Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW
  2110. CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW:INTERNAL=
  2111. //Test CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL
  2112. CXX_WSUGGEST_OVERRIDE_ALLOWS_ONLY_FINAL:INTERNAL=
  2113. //Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
  2114. C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG:INTERNAL=
  2115. //Test C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG
  2116. C_SUPPORTS_CXX98_COMPAT_EXTRA_SEMI_FLAG:INTERNAL=
  2117. //Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG
  2118. C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG:INTERNAL=
  2119. //Test C_SUPPORTS_FDATA_SECTIONS
  2120. C_SUPPORTS_FDATA_SECTIONS:INTERNAL=1
  2121. //Test C_SUPPORTS_FFUNCTION_SECTIONS
  2122. C_SUPPORTS_FFUNCTION_SECTIONS:INTERNAL=1
  2123. //Test C_SUPPORTS_FNO_FUNCTION_SECTIONS
  2124. C_SUPPORTS_FNO_FUNCTION_SECTIONS:INTERNAL=1
  2125. //Test C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG
  2126. C_SUPPORTS_IMPLICIT_FALLTHROUGH_FLAG:INTERNAL=1
  2127. //Test C_SUPPORTS_MISLEADING_INDENTATION_FLAG
  2128. C_SUPPORTS_MISLEADING_INDENTATION_FLAG:INTERNAL=1
  2129. //Test C_SUPPORTS_STRING_CONVERSION_FLAG
  2130. C_SUPPORTS_STRING_CONVERSION_FLAG:INTERNAL=
  2131. //Test C_SUPPORTS_WERROR_DATE_TIME
  2132. C_SUPPORTS_WERROR_DATE_TIME:INTERNAL=1
  2133. //Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW
  2134. C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW:INTERNAL=
  2135. //Test C_WCOMMENT_ALLOWS_LINE_WRAP
  2136. C_WCOMMENT_ALLOWS_LINE_WRAP:INTERNAL=
  2137. //ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE
  2138. DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1
  2139. //ADVANCED property for variable: DOXYGEN_EXECUTABLE
  2140. DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1
  2141. //Details about finding Doxygen
  2142. FIND_PACKAGE_MESSAGE_DETAILS_Doxygen:INTERNAL=[C:/Program Files/doxygen/bin/doxygen.exe][cfound components: doxygen missing components: dot][v1.8.14()]
  2143. //Details about finding Git
  2144. FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[C:/Program Files/Git/cmd/git.exe][v2.33.1.windows.1()]
  2145. //Details about finding Python3
  2146. FIND_PACKAGE_MESSAGE_DETAILS_Python3:INTERNAL=[C:/Program Files (x86)/Microsoft Visual Studio/Shared/Python37_64/python.exe][cfound components: Interpreter ][v3.7.5(3.6)]
  2147. //Details about finding Threads
  2148. FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
  2149. //ADVANCED property for variable: GIT_EXECUTABLE
  2150. GIT_EXECUTABLE-ADVANCED:INTERNAL=1
  2151. //Test HAS_MAYBE_UNINITIALIZED
  2152. HAS_MAYBE_UNINITIALIZED:INTERNAL=1
  2153. //Test HAS_WERROR_GLOBAL_CTORS
  2154. HAS_WERROR_GLOBAL_CTORS:INTERNAL=
  2155. //Have symbol accept4
  2156. HAVE_ACCEPT4:INTERNAL=
  2157. //Have include CrashReporterClient.h
  2158. HAVE_CRASHREPORTERCLIENT_H:INTERNAL=
  2159. //Test HAVE_CXX_ATOMICS64_WITHOUT_LIB
  2160. HAVE_CXX_ATOMICS64_WITHOUT_LIB:INTERNAL=1
  2161. //Test HAVE_CXX_ATOMICS_WITHOUT_LIB
  2162. HAVE_CXX_ATOMICS_WITHOUT_LIB:INTERNAL=1
  2163. //Test HAVE_CXX_FLAG_COVERAGE
  2164. HAVE_CXX_FLAG_COVERAGE:INTERNAL=1
  2165. //Test HAVE_CXX_FLAG_FNO_EXCEPTIONS
  2166. HAVE_CXX_FLAG_FNO_EXCEPTIONS:INTERNAL=1
  2167. //Test HAVE_CXX_FLAG_FSTRICT_ALIASING
  2168. HAVE_CXX_FLAG_FSTRICT_ALIASING:INTERNAL=1
  2169. //Test HAVE_CXX_FLAG_PEDANTIC
  2170. HAVE_CXX_FLAG_PEDANTIC:INTERNAL=1
  2171. //Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
  2172. HAVE_CXX_FLAG_PEDANTIC_ERRORS:INTERNAL=1
  2173. //Test HAVE_CXX_FLAG_STD_CXX11
  2174. HAVE_CXX_FLAG_STD_CXX11:INTERNAL=1
  2175. //Test HAVE_CXX_FLAG_WALL
  2176. HAVE_CXX_FLAG_WALL:INTERNAL=1
  2177. //Test HAVE_CXX_FLAG_WD654
  2178. HAVE_CXX_FLAG_WD654:INTERNAL=
  2179. //Test HAVE_CXX_FLAG_WEXTRA
  2180. HAVE_CXX_FLAG_WEXTRA:INTERNAL=1
  2181. //Test HAVE_CXX_FLAG_WFLOAT_EQUAL
  2182. HAVE_CXX_FLAG_WFLOAT_EQUAL:INTERNAL=1
  2183. //Test HAVE_CXX_FLAG_WNO_SUGGEST_OVERRIDE
  2184. HAVE_CXX_FLAG_WNO_SUGGEST_OVERRIDE:INTERNAL=1
  2185. //Test HAVE_CXX_FLAG_WSHADOW
  2186. HAVE_CXX_FLAG_WSHADOW:INTERNAL=1
  2187. //Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
  2188. HAVE_CXX_FLAG_WSHORTEN_64_TO_32:INTERNAL=
  2189. //Test HAVE_CXX_FLAG_WSTRICT_ALIASING
  2190. HAVE_CXX_FLAG_WSTRICT_ALIASING:INTERNAL=1
  2191. //Test HAVE_CXX_FLAG_WTHREAD_SAFETY
  2192. HAVE_CXX_FLAG_WTHREAD_SAFETY:INTERNAL=
  2193. //Have symbol arc4random
  2194. HAVE_DECL_ARC4RANDOM:INTERNAL=
  2195. //Have symbol FE_ALL_EXCEPT
  2196. HAVE_DECL_FE_ALL_EXCEPT:INTERNAL=1
  2197. //Have symbol FE_INEXACT
  2198. HAVE_DECL_FE_INEXACT:INTERNAL=1
  2199. //Have symbol strerror_s
  2200. HAVE_DECL_STRERROR_S:INTERNAL=1
  2201. //Have symbol __deregister_frame
  2202. HAVE_DEREGISTER_FRAME:INTERNAL=
  2203. //Have include dlfcn.h
  2204. HAVE_DLFCN_H:INTERNAL=
  2205. //Have include errno.h
  2206. HAVE_ERRNO_H:INTERNAL=1
  2207. //Have include fcntl.h
  2208. HAVE_FCNTL_H:INTERNAL=1
  2209. //Have include fenv.h
  2210. HAVE_FENV_H:INTERNAL=1
  2211. //Have symbol futimens
  2212. HAVE_FUTIMENS:INTERNAL=
  2213. //Have symbol futimes
  2214. HAVE_FUTIMES:INTERNAL=
  2215. //Have symbol getpagesize
  2216. HAVE_GETPAGESIZE:INTERNAL=
  2217. //Have symbol getrlimit
  2218. HAVE_GETRLIMIT:INTERNAL=
  2219. //Have symbol getrusage
  2220. HAVE_GETRUSAGE:INTERNAL=
  2221. //Have include histedit.h
  2222. HAVE_HISTEDIT_H:INTERNAL=
  2223. //Have symbol isatty
  2224. HAVE_ISATTY:INTERNAL=1
  2225. //Have library compression
  2226. HAVE_LIBCOMPRESSION:INTERNAL=
  2227. //Have library pfm
  2228. HAVE_LIBPFM_INITIALIZE:INTERNAL=
  2229. //Have include link.h
  2230. HAVE_LINK_H:INTERNAL=
  2231. //Have symbol lseek64
  2232. HAVE_LSEEK64:INTERNAL=1
  2233. //Have include mach/mach.h
  2234. HAVE_MACH_MACH_H:INTERNAL=
  2235. //Have symbol mallctl
  2236. HAVE_MALLCTL:INTERNAL=
  2237. //Have symbol mallinfo
  2238. HAVE_MALLINFO:INTERNAL=
  2239. //Have symbol mallinfo2
  2240. HAVE_MALLINFO2:INTERNAL=
  2241. //Have include malloc/malloc.h
  2242. HAVE_MALLOC_MALLOC_H:INTERNAL=
  2243. //Have symbol malloc_zone_statistics
  2244. HAVE_MALLOC_ZONE_STATISTICS:INTERNAL=
  2245. //Have symbol __NR_process_vm_readv
  2246. HAVE_NR_PROCESS_VM_READV:INTERNAL=
  2247. //Have symbol posix_fallocate
  2248. HAVE_POSIX_FALLOCATE:INTERNAL=
  2249. //Have symbol posix_spawn
  2250. HAVE_POSIX_SPAWN:INTERNAL=
  2251. //Have symbol ppoll
  2252. HAVE_PPOLL:INTERNAL=
  2253. //Have symbol pread
  2254. HAVE_PREAD:INTERNAL=
  2255. //Have symbol process_vm_readv
  2256. HAVE_PROCESS_VM_READV:INTERNAL=
  2257. //Have symbol proc_pid_rusage
  2258. HAVE_PROC_PID_RUSAGE:INTERNAL=
  2259. //Have symbol ptsname_r
  2260. HAVE_PTSNAME_R:INTERNAL=
  2261. //Have symbol __register_frame
  2262. HAVE_REGISTER_FRAME:INTERNAL=
  2263. //Have symbol sbrk
  2264. HAVE_SBRK:INTERNAL=
  2265. //Have symbol setenv
  2266. HAVE_SETENV:INTERNAL=
  2267. //Have symbol setrlimit
  2268. HAVE_SETRLIMIT:INTERNAL=
  2269. //Have symbol sigaction
  2270. HAVE_SIGACTION:INTERNAL=
  2271. //Have symbol sigaltstack
  2272. HAVE_SIGALTSTACK:INTERNAL=
  2273. //Have include signal.h
  2274. HAVE_SIGNAL_H:INTERNAL=1
  2275. //Test HAVE_STD_IS_TRIVIALLY_COPYABLE
  2276. HAVE_STD_IS_TRIVIALLY_COPYABLE:INTERNAL=1
  2277. //Have symbol strerror
  2278. HAVE_STRERROR:INTERNAL=1
  2279. //Have symbol strerror_r
  2280. HAVE_STRERROR_R:INTERNAL=
  2281. //Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC
  2282. HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC:INTERNAL=
  2283. //Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC
  2284. HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC:INTERNAL=
  2285. //Have symbol sysconf
  2286. HAVE_SYSCONF:INTERNAL=
  2287. //Have include sysexits.h
  2288. HAVE_SYSEXITS_H:INTERNAL=
  2289. //Have includes sys/types.h;sys/event.h
  2290. HAVE_SYS_EVENT_H:INTERNAL=
  2291. //Have include sys/ioctl.h
  2292. HAVE_SYS_IOCTL_H:INTERNAL=
  2293. //Have include sys/mman.h
  2294. HAVE_SYS_MMAN_H:INTERNAL=
  2295. //Have include sys/param.h
  2296. HAVE_SYS_PARAM_H:INTERNAL=1
  2297. //Have include sys/resource.h
  2298. HAVE_SYS_RESOURCE_H:INTERNAL=
  2299. //Have include sys/stat.h
  2300. HAVE_SYS_STAT_H:INTERNAL=1
  2301. //Have include sys/time.h
  2302. HAVE_SYS_TIME_H:INTERNAL=1
  2303. //Have include sys/types.h
  2304. HAVE_SYS_TYPES_H:INTERNAL=1
  2305. //Have include termios.h
  2306. HAVE_TERMIOS_H:INTERNAL=
  2307. //Have include unistd.h
  2308. HAVE_UNISTD_H:INTERNAL=1
  2309. //Have include valgrind/valgrind.h
  2310. HAVE_VALGRIND_VALGRIND_H:INTERNAL=
  2311. //Have function _alloca
  2312. HAVE__ALLOCA:INTERNAL=
  2313. //Have symbol _chsize_s
  2314. HAVE__CHSIZE_S:INTERNAL=1
  2315. //Have symbol _Unwind_Backtrace
  2316. HAVE__UNWIND_BACKTRACE:INTERNAL=1
  2317. //Have function __alloca
  2318. HAVE___ALLOCA:INTERNAL=1
  2319. //Have function __ashldi3
  2320. HAVE___ASHLDI3:INTERNAL=
  2321. //Have function __ashrdi3
  2322. HAVE___ASHRDI3:INTERNAL=
  2323. //Have function __chkstk
  2324. HAVE___CHKSTK:INTERNAL=
  2325. //Have function __chkstk_ms
  2326. HAVE___CHKSTK_MS:INTERNAL=
  2327. //Have function __cmpdi2
  2328. HAVE___CMPDI2:INTERNAL=
  2329. //Have function __divdi3
  2330. HAVE___DIVDI3:INTERNAL=
  2331. //Have function __fixdfdi
  2332. HAVE___FIXDFDI:INTERNAL=
  2333. //Have function __fixsfdi
  2334. HAVE___FIXSFDI:INTERNAL=
  2335. //Have function __floatdidf
  2336. HAVE___FLOATDIDF:INTERNAL=
  2337. //Have function __lshrdi3
  2338. HAVE___LSHRDI3:INTERNAL=
  2339. //Have function __main
  2340. HAVE___MAIN:INTERNAL=1
  2341. //Have function __moddi3
  2342. HAVE___MODDI3:INTERNAL=
  2343. //Have function __udivdi3
  2344. HAVE___UDIVDI3:INTERNAL=
  2345. //Have function __umoddi3
  2346. HAVE___UMODDI3:INTERNAL=
  2347. //Have function ___chkstk
  2348. HAVE____CHKSTK:INTERNAL=1
  2349. //Have function ___chkstk_ms
  2350. HAVE____CHKSTK_MS:INTERNAL=1
  2351. //ADVANCED property for variable: LIBCLANG_LIBRARY_VERSION
  2352. LIBCLANG_LIBRARY_VERSION-ADVANCED:INTERNAL=1
  2353. //ADVANCED property for variable: LIBLZMA_INCLUDE_DIR
  2354. LIBLZMA_INCLUDE_DIR-ADVANCED:INTERNAL=1
  2355. //ADVANCED property for variable: LIBLZMA_LIBRARY_DEBUG
  2356. LIBLZMA_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  2357. //ADVANCED property for variable: LIBLZMA_LIBRARY_RELEASE
  2358. LIBLZMA_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
  2359. //ADVANCED property for variable: LIBXML2_INCLUDE_DIR
  2360. LIBXML2_INCLUDE_DIR-ADVANCED:INTERNAL=1
  2361. //ADVANCED property for variable: LIBXML2_LIBRARY
  2362. LIBXML2_LIBRARY-ADVANCED:INTERNAL=1
  2363. //ADVANCED property for variable: LIBXML2_XMLLINT_EXECUTABLE
  2364. LIBXML2_XMLLINT_EXECUTABLE-ADVANCED:INTERNAL=1
  2365. //STRING
  2366. LLDB_DOTEST_ARGS:INTERNAL=-u;CXXFLAGS;-u;CFLAGS
  2367. //ADVANCED property for variable: LLVM_BUILD_INSTRUMENTED
  2368. LLVM_BUILD_INSTRUMENTED-ADVANCED:INTERNAL=1
  2369. //ADVANCED property for variable: LLVM_BUILD_INSTRUMENTED_COVERAGE
  2370. LLVM_BUILD_INSTRUMENTED_COVERAGE-ADVANCED:INTERNAL=1
  2371. LLVM_CONFIG_HAS_RTTI:INTERNAL=NO
  2372. //ADVANCED property for variable: LLVM_ENABLE_IR_PGO
  2373. LLVM_ENABLE_IR_PGO-ADVANCED:INTERNAL=1
  2374. //ADVANCED property for variable: LLVM_ENABLE_PROJECTS_USED
  2375. LLVM_ENABLE_PROJECTS_USED-ADVANCED:INTERNAL=1
  2376. //Test LLVM_HAS_ATOMICS
  2377. LLVM_HAS_ATOMICS:INTERNAL=1
  2378. //Have library xar
  2379. LLVM_HAVE_LIBXAR:INTERNAL=
  2380. //ADVANCED property for variable: LLVM_TARGET_TRIPLE_ENV
  2381. LLVM_TARGET_TRIPLE_ENV-ADVANCED:INTERNAL=1
  2382. //ADVANCED property for variable: LLVM_TOOLS_INSTALL_DIR
  2383. LLVM_TOOLS_INSTALL_DIR-ADVANCED:INTERNAL=1
  2384. //ADVANCED property for variable: LLVM_TOOL_BUGPOINT_BUILD
  2385. LLVM_TOOL_BUGPOINT_BUILD-ADVANCED:INTERNAL=1
  2386. //ADVANCED property for variable: LLVM_TOOL_BUGPOINT_PASSES_BUILD
  2387. LLVM_TOOL_BUGPOINT_PASSES_BUILD-ADVANCED:INTERNAL=1
  2388. //ADVANCED property for variable: LLVM_TOOL_DSYMUTIL_BUILD
  2389. LLVM_TOOL_DSYMUTIL_BUILD-ADVANCED:INTERNAL=1
  2390. //ADVANCED property for variable: LLVM_TOOL_GOLD_BUILD
  2391. LLVM_TOOL_GOLD_BUILD-ADVANCED:INTERNAL=1
  2392. //ADVANCED property for variable: LLVM_TOOL_LLC_BUILD
  2393. LLVM_TOOL_LLC_BUILD-ADVANCED:INTERNAL=1
  2394. //ADVANCED property for variable: LLVM_TOOL_LLI_BUILD
  2395. LLVM_TOOL_LLI_BUILD-ADVANCED:INTERNAL=1
  2396. //ADVANCED property for variable: LLVM_TOOL_LLVM_AR_BUILD
  2397. LLVM_TOOL_LLVM_AR_BUILD-ADVANCED:INTERNAL=1
  2398. //ADVANCED property for variable: LLVM_TOOL_LLVM_AS_BUILD
  2399. LLVM_TOOL_LLVM_AS_BUILD-ADVANCED:INTERNAL=1
  2400. //ADVANCED property for variable: LLVM_TOOL_LLVM_AS_FUZZER_BUILD
  2401. LLVM_TOOL_LLVM_AS_FUZZER_BUILD-ADVANCED:INTERNAL=1
  2402. //ADVANCED property for variable: LLVM_TOOL_LLVM_BCANALYZER_BUILD
  2403. LLVM_TOOL_LLVM_BCANALYZER_BUILD-ADVANCED:INTERNAL=1
  2404. //ADVANCED property for variable: LLVM_TOOL_LLVM_CAT_BUILD
  2405. LLVM_TOOL_LLVM_CAT_BUILD-ADVANCED:INTERNAL=1
  2406. //ADVANCED property for variable: LLVM_TOOL_LLVM_CFI_VERIFY_BUILD
  2407. LLVM_TOOL_LLVM_CFI_VERIFY_BUILD-ADVANCED:INTERNAL=1
  2408. //ADVANCED property for variable: LLVM_TOOL_LLVM_CONFIG_BUILD
  2409. LLVM_TOOL_LLVM_CONFIG_BUILD-ADVANCED:INTERNAL=1
  2410. //ADVANCED property for variable: LLVM_TOOL_LLVM_COV_BUILD
  2411. LLVM_TOOL_LLVM_COV_BUILD-ADVANCED:INTERNAL=1
  2412. //ADVANCED property for variable: LLVM_TOOL_LLVM_CVTRES_BUILD
  2413. LLVM_TOOL_LLVM_CVTRES_BUILD-ADVANCED:INTERNAL=1
  2414. //ADVANCED property for variable: LLVM_TOOL_LLVM_CXXDUMP_BUILD
  2415. LLVM_TOOL_LLVM_CXXDUMP_BUILD-ADVANCED:INTERNAL=1
  2416. //ADVANCED property for variable: LLVM_TOOL_LLVM_CXXFILT_BUILD
  2417. LLVM_TOOL_LLVM_CXXFILT_BUILD-ADVANCED:INTERNAL=1
  2418. //ADVANCED property for variable: LLVM_TOOL_LLVM_CXXMAP_BUILD
  2419. LLVM_TOOL_LLVM_CXXMAP_BUILD-ADVANCED:INTERNAL=1
  2420. //ADVANCED property for variable: LLVM_TOOL_LLVM_C_TEST_BUILD
  2421. LLVM_TOOL_LLVM_C_TEST_BUILD-ADVANCED:INTERNAL=1
  2422. //ADVANCED property for variable: LLVM_TOOL_LLVM_DIFF_BUILD
  2423. LLVM_TOOL_LLVM_DIFF_BUILD-ADVANCED:INTERNAL=1
  2424. //ADVANCED property for variable: LLVM_TOOL_LLVM_DIS_BUILD
  2425. LLVM_TOOL_LLVM_DIS_BUILD-ADVANCED:INTERNAL=1
  2426. //ADVANCED property for variable: LLVM_TOOL_LLVM_DWARFDUMP_BUILD
  2427. LLVM_TOOL_LLVM_DWARFDUMP_BUILD-ADVANCED:INTERNAL=1
  2428. //ADVANCED property for variable: LLVM_TOOL_LLVM_DWP_BUILD
  2429. LLVM_TOOL_LLVM_DWP_BUILD-ADVANCED:INTERNAL=1
  2430. //ADVANCED property for variable: LLVM_TOOL_LLVM_EXEGESIS_BUILD
  2431. LLVM_TOOL_LLVM_EXEGESIS_BUILD-ADVANCED:INTERNAL=1
  2432. //ADVANCED property for variable: LLVM_TOOL_LLVM_EXTRACT_BUILD
  2433. LLVM_TOOL_LLVM_EXTRACT_BUILD-ADVANCED:INTERNAL=1
  2434. //ADVANCED property for variable: LLVM_TOOL_LLVM_GO_BUILD
  2435. LLVM_TOOL_LLVM_GO_BUILD-ADVANCED:INTERNAL=1
  2436. //ADVANCED property for variable: LLVM_TOOL_LLVM_GSYMUTIL_BUILD
  2437. LLVM_TOOL_LLVM_GSYMUTIL_BUILD-ADVANCED:INTERNAL=1
  2438. //ADVANCED property for variable: LLVM_TOOL_LLVM_IFS_BUILD
  2439. LLVM_TOOL_LLVM_IFS_BUILD-ADVANCED:INTERNAL=1
  2440. //ADVANCED property for variable: LLVM_TOOL_LLVM_ISEL_FUZZER_BUILD
  2441. LLVM_TOOL_LLVM_ISEL_FUZZER_BUILD-ADVANCED:INTERNAL=1
  2442. //ADVANCED property for variable: LLVM_TOOL_LLVM_ITANIUM_DEMANGLE_FUZZER_BUILD
  2443. LLVM_TOOL_LLVM_ITANIUM_DEMANGLE_FUZZER_BUILD-ADVANCED:INTERNAL=1
  2444. //ADVANCED property for variable: LLVM_TOOL_LLVM_JITLINK_BUILD
  2445. LLVM_TOOL_LLVM_JITLINK_BUILD-ADVANCED:INTERNAL=1
  2446. //ADVANCED property for variable: LLVM_TOOL_LLVM_JITLISTENER_BUILD
  2447. LLVM_TOOL_LLVM_JITLISTENER_BUILD-ADVANCED:INTERNAL=1
  2448. //ADVANCED property for variable: LLVM_TOOL_LLVM_LIBTOOL_DARWIN_BUILD
  2449. LLVM_TOOL_LLVM_LIBTOOL_DARWIN_BUILD-ADVANCED:INTERNAL=1
  2450. //ADVANCED property for variable: LLVM_TOOL_LLVM_LINK_BUILD
  2451. LLVM_TOOL_LLVM_LINK_BUILD-ADVANCED:INTERNAL=1
  2452. //ADVANCED property for variable: LLVM_TOOL_LLVM_LIPO_BUILD
  2453. LLVM_TOOL_LLVM_LIPO_BUILD-ADVANCED:INTERNAL=1
  2454. //ADVANCED property for variable: LLVM_TOOL_LLVM_LTO2_BUILD
  2455. LLVM_TOOL_LLVM_LTO2_BUILD-ADVANCED:INTERNAL=1
  2456. //ADVANCED property for variable: LLVM_TOOL_LLVM_LTO_BUILD
  2457. LLVM_TOOL_LLVM_LTO_BUILD-ADVANCED:INTERNAL=1
  2458. //ADVANCED property for variable: LLVM_TOOL_LLVM_MCA_BUILD
  2459. LLVM_TOOL_LLVM_MCA_BUILD-ADVANCED:INTERNAL=1
  2460. //ADVANCED property for variable: LLVM_TOOL_LLVM_MC_ASSEMBLE_FUZZER_BUILD
  2461. LLVM_TOOL_LLVM_MC_ASSEMBLE_FUZZER_BUILD-ADVANCED:INTERNAL=1
  2462. //ADVANCED property for variable: LLVM_TOOL_LLVM_MC_BUILD
  2463. LLVM_TOOL_LLVM_MC_BUILD-ADVANCED:INTERNAL=1
  2464. //ADVANCED property for variable: LLVM_TOOL_LLVM_MC_DISASSEMBLE_FUZZER_BUILD
  2465. LLVM_TOOL_LLVM_MC_DISASSEMBLE_FUZZER_BUILD-ADVANCED:INTERNAL=1
  2466. //ADVANCED property for variable: LLVM_TOOL_LLVM_MICROSOFT_DEMANGLE_FUZZER_BUILD
  2467. LLVM_TOOL_LLVM_MICROSOFT_DEMANGLE_FUZZER_BUILD-ADVANCED:INTERNAL=1
  2468. //ADVANCED property for variable: LLVM_TOOL_LLVM_ML_BUILD
  2469. LLVM_TOOL_LLVM_ML_BUILD-ADVANCED:INTERNAL=1
  2470. //ADVANCED property for variable: LLVM_TOOL_LLVM_MODEXTRACT_BUILD
  2471. LLVM_TOOL_LLVM_MODEXTRACT_BUILD-ADVANCED:INTERNAL=1
  2472. //ADVANCED property for variable: LLVM_TOOL_LLVM_MT_BUILD
  2473. LLVM_TOOL_LLVM_MT_BUILD-ADVANCED:INTERNAL=1
  2474. //ADVANCED property for variable: LLVM_TOOL_LLVM_NM_BUILD
  2475. LLVM_TOOL_LLVM_NM_BUILD-ADVANCED:INTERNAL=1
  2476. //ADVANCED property for variable: LLVM_TOOL_LLVM_OBJCOPY_BUILD
  2477. LLVM_TOOL_LLVM_OBJCOPY_BUILD-ADVANCED:INTERNAL=1
  2478. //ADVANCED property for variable: LLVM_TOOL_LLVM_OBJDUMP_BUILD
  2479. LLVM_TOOL_LLVM_OBJDUMP_BUILD-ADVANCED:INTERNAL=1
  2480. //ADVANCED property for variable: LLVM_TOOL_LLVM_OPT_FUZZER_BUILD
  2481. LLVM_TOOL_LLVM_OPT_FUZZER_BUILD-ADVANCED:INTERNAL=1
  2482. //ADVANCED property for variable: LLVM_TOOL_LLVM_OPT_REPORT_BUILD
  2483. LLVM_TOOL_LLVM_OPT_REPORT_BUILD-ADVANCED:INTERNAL=1
  2484. //ADVANCED property for variable: LLVM_TOOL_LLVM_PDBUTIL_BUILD
  2485. LLVM_TOOL_LLVM_PDBUTIL_BUILD-ADVANCED:INTERNAL=1
  2486. //ADVANCED property for variable: LLVM_TOOL_LLVM_PROFDATA_BUILD
  2487. LLVM_TOOL_LLVM_PROFDATA_BUILD-ADVANCED:INTERNAL=1
  2488. //ADVANCED property for variable: LLVM_TOOL_LLVM_PROFGEN_BUILD
  2489. LLVM_TOOL_LLVM_PROFGEN_BUILD-ADVANCED:INTERNAL=1
  2490. //ADVANCED property for variable: LLVM_TOOL_LLVM_RC_BUILD
  2491. LLVM_TOOL_LLVM_RC_BUILD-ADVANCED:INTERNAL=1
  2492. //ADVANCED property for variable: LLVM_TOOL_LLVM_READOBJ_BUILD
  2493. LLVM_TOOL_LLVM_READOBJ_BUILD-ADVANCED:INTERNAL=1
  2494. //ADVANCED property for variable: LLVM_TOOL_LLVM_REDUCE_BUILD
  2495. LLVM_TOOL_LLVM_REDUCE_BUILD-ADVANCED:INTERNAL=1
  2496. //ADVANCED property for variable: LLVM_TOOL_LLVM_RTDYLD_BUILD
  2497. LLVM_TOOL_LLVM_RTDYLD_BUILD-ADVANCED:INTERNAL=1
  2498. //ADVANCED property for variable: LLVM_TOOL_LLVM_RUST_DEMANGLE_FUZZER_BUILD
  2499. LLVM_TOOL_LLVM_RUST_DEMANGLE_FUZZER_BUILD-ADVANCED:INTERNAL=1
  2500. //ADVANCED property for variable: LLVM_TOOL_LLVM_SHLIB_BUILD
  2501. LLVM_TOOL_LLVM_SHLIB_BUILD-ADVANCED:INTERNAL=1
  2502. //ADVANCED property for variable: LLVM_TOOL_LLVM_SIM_BUILD
  2503. LLVM_TOOL_LLVM_SIM_BUILD-ADVANCED:INTERNAL=1
  2504. //ADVANCED property for variable: LLVM_TOOL_LLVM_SIZE_BUILD
  2505. LLVM_TOOL_LLVM_SIZE_BUILD-ADVANCED:INTERNAL=1
  2506. //ADVANCED property for variable: LLVM_TOOL_LLVM_SPECIAL_CASE_LIST_FUZZER_BUILD
  2507. LLVM_TOOL_LLVM_SPECIAL_CASE_LIST_FUZZER_BUILD-ADVANCED:INTERNAL=1
  2508. //ADVANCED property for variable: LLVM_TOOL_LLVM_SPLIT_BUILD
  2509. LLVM_TOOL_LLVM_SPLIT_BUILD-ADVANCED:INTERNAL=1
  2510. //ADVANCED property for variable: LLVM_TOOL_LLVM_STRESS_BUILD
  2511. LLVM_TOOL_LLVM_STRESS_BUILD-ADVANCED:INTERNAL=1
  2512. //ADVANCED property for variable: LLVM_TOOL_LLVM_STRINGS_BUILD
  2513. LLVM_TOOL_LLVM_STRINGS_BUILD-ADVANCED:INTERNAL=1
  2514. //ADVANCED property for variable: LLVM_TOOL_LLVM_SYMBOLIZER_BUILD
  2515. LLVM_TOOL_LLVM_SYMBOLIZER_BUILD-ADVANCED:INTERNAL=1
  2516. //ADVANCED property for variable: LLVM_TOOL_LLVM_TAPI_DIFF_BUILD
  2517. LLVM_TOOL_LLVM_TAPI_DIFF_BUILD-ADVANCED:INTERNAL=1
  2518. //ADVANCED property for variable: LLVM_TOOL_LLVM_UNDNAME_BUILD
  2519. LLVM_TOOL_LLVM_UNDNAME_BUILD-ADVANCED:INTERNAL=1
  2520. //ADVANCED property for variable: LLVM_TOOL_LLVM_XRAY_BUILD
  2521. LLVM_TOOL_LLVM_XRAY_BUILD-ADVANCED:INTERNAL=1
  2522. //ADVANCED property for variable: LLVM_TOOL_LLVM_YAML_NUMERIC_PARSER_FUZZER_BUILD
  2523. LLVM_TOOL_LLVM_YAML_NUMERIC_PARSER_FUZZER_BUILD-ADVANCED:INTERNAL=1
  2524. //ADVANCED property for variable: LLVM_TOOL_LLVM_YAML_PARSER_FUZZER_BUILD
  2525. LLVM_TOOL_LLVM_YAML_PARSER_FUZZER_BUILD-ADVANCED:INTERNAL=1
  2526. //ADVANCED property for variable: LLVM_TOOL_LTO_BUILD
  2527. LLVM_TOOL_LTO_BUILD-ADVANCED:INTERNAL=1
  2528. //ADVANCED property for variable: LLVM_TOOL_OBJ2YAML_BUILD
  2529. LLVM_TOOL_OBJ2YAML_BUILD-ADVANCED:INTERNAL=1
  2530. //ADVANCED property for variable: LLVM_TOOL_OPT_BUILD
  2531. LLVM_TOOL_OPT_BUILD-ADVANCED:INTERNAL=1
  2532. //ADVANCED property for variable: LLVM_TOOL_OPT_VIEWER_BUILD
  2533. LLVM_TOOL_OPT_VIEWER_BUILD-ADVANCED:INTERNAL=1
  2534. //ADVANCED property for variable: LLVM_TOOL_REMARKS_SHLIB_BUILD
  2535. LLVM_TOOL_REMARKS_SHLIB_BUILD-ADVANCED:INTERNAL=1
  2536. //ADVANCED property for variable: LLVM_TOOL_SANCOV_BUILD
  2537. LLVM_TOOL_SANCOV_BUILD-ADVANCED:INTERNAL=1
  2538. //ADVANCED property for variable: LLVM_TOOL_SANSTATS_BUILD
  2539. LLVM_TOOL_SANSTATS_BUILD-ADVANCED:INTERNAL=1
  2540. //ADVANCED property for variable: LLVM_TOOL_SPLIT_FILE_BUILD
  2541. LLVM_TOOL_SPLIT_FILE_BUILD-ADVANCED:INTERNAL=1
  2542. //ADVANCED property for variable: LLVM_TOOL_VERIFY_USELISTORDER_BUILD
  2543. LLVM_TOOL_VERIFY_USELISTORDER_BUILD-ADVANCED:INTERNAL=1
  2544. //ADVANCED property for variable: LLVM_TOOL_VFABI_DEMANGLE_FUZZER_BUILD
  2545. LLVM_TOOL_VFABI_DEMANGLE_FUZZER_BUILD-ADVANCED:INTERNAL=1
  2546. //ADVANCED property for variable: LLVM_TOOL_XCODE_TOOLCHAIN_BUILD
  2547. LLVM_TOOL_XCODE_TOOLCHAIN_BUILD-ADVANCED:INTERNAL=1
  2548. //ADVANCED property for variable: LLVM_TOOL_YAML2OBJ_BUILD
  2549. LLVM_TOOL_YAML2OBJ_BUILD-ADVANCED:INTERNAL=1
  2550. //ADVANCED property for variable: LLVM_USE_NEWPM
  2551. LLVM_USE_NEWPM-ADVANCED:INTERNAL=1
  2552. //Have symbol __GLIBC__
  2553. LLVM_USING_GLIBC:INTERNAL=
  2554. //ADVANCED property for variable: LLVM_UTILS_INSTALL_DIR
  2555. LLVM_UTILS_INSTALL_DIR-ADVANCED:INTERNAL=1
  2556. //ADVANCED property for variable: LLVM_VP_COUNTERS_PER_SITE
  2557. LLVM_VP_COUNTERS_PER_SITE-ADVANCED:INTERNAL=1
  2558. //ADVANCED property for variable: LibEdit_INCLUDE_DIRS
  2559. LibEdit_INCLUDE_DIRS-ADVANCED:INTERNAL=1
  2560. //ADVANCED property for variable: LibEdit_LIBRARIES
  2561. LibEdit_LIBRARIES-ADVANCED:INTERNAL=1
  2562. //ADVANCED property for variable: OCAMLFIND
  2563. OCAMLFIND-ADVANCED:INTERNAL=1
  2564. PC_LIBEDIT_CFLAGS:INTERNAL=
  2565. PC_LIBEDIT_CFLAGS_I:INTERNAL=
  2566. PC_LIBEDIT_CFLAGS_OTHER:INTERNAL=
  2567. PC_LIBEDIT_FOUND:INTERNAL=
  2568. PC_LIBEDIT_INCLUDEDIR:INTERNAL=
  2569. PC_LIBEDIT_LIBDIR:INTERNAL=
  2570. PC_LIBEDIT_LIBS:INTERNAL=
  2571. PC_LIBEDIT_LIBS_L:INTERNAL=
  2572. PC_LIBEDIT_LIBS_OTHER:INTERNAL=
  2573. PC_LIBEDIT_LIBS_PATHS:INTERNAL=
  2574. PC_LIBEDIT_MODULE_NAME:INTERNAL=
  2575. PC_LIBEDIT_PREFIX:INTERNAL=
  2576. PC_LIBEDIT_STATIC_CFLAGS:INTERNAL=
  2577. PC_LIBEDIT_STATIC_CFLAGS_I:INTERNAL=
  2578. PC_LIBEDIT_STATIC_CFLAGS_OTHER:INTERNAL=
  2579. PC_LIBEDIT_STATIC_LIBDIR:INTERNAL=
  2580. PC_LIBEDIT_STATIC_LIBS:INTERNAL=
  2581. PC_LIBEDIT_STATIC_LIBS_L:INTERNAL=
  2582. PC_LIBEDIT_STATIC_LIBS_OTHER:INTERNAL=
  2583. PC_LIBEDIT_STATIC_LIBS_PATHS:INTERNAL=
  2584. PC_LIBEDIT_VERSION:INTERNAL=
  2585. PC_LIBXML_CFLAGS:INTERNAL=
  2586. PC_LIBXML_CFLAGS_I:INTERNAL=
  2587. PC_LIBXML_CFLAGS_OTHER:INTERNAL=
  2588. PC_LIBXML_FOUND:INTERNAL=
  2589. PC_LIBXML_INCLUDEDIR:INTERNAL=
  2590. PC_LIBXML_LIBDIR:INTERNAL=
  2591. PC_LIBXML_LIBS:INTERNAL=
  2592. PC_LIBXML_LIBS_L:INTERNAL=
  2593. PC_LIBXML_LIBS_OTHER:INTERNAL=
  2594. PC_LIBXML_LIBS_PATHS:INTERNAL=
  2595. PC_LIBXML_MODULE_NAME:INTERNAL=
  2596. PC_LIBXML_PREFIX:INTERNAL=
  2597. PC_LIBXML_STATIC_CFLAGS:INTERNAL=
  2598. PC_LIBXML_STATIC_CFLAGS_I:INTERNAL=
  2599. PC_LIBXML_STATIC_CFLAGS_OTHER:INTERNAL=
  2600. PC_LIBXML_STATIC_LIBDIR:INTERNAL=
  2601. PC_LIBXML_STATIC_LIBS:INTERNAL=
  2602. PC_LIBXML_STATIC_LIBS_L:INTERNAL=
  2603. PC_LIBXML_STATIC_LIBS_OTHER:INTERNAL=
  2604. PC_LIBXML_STATIC_LIBS_PATHS:INTERNAL=
  2605. PC_LIBXML_VERSION:INTERNAL=
  2606. //ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
  2607. PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
  2608. //Result of TRY_RUN
  2609. RUN_HAVE_STEADY_CLOCK:INTERNAL=0
  2610. //Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG
  2611. SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG:INTERNAL=
  2612. //Test SUPPORTS_VARIADIC_MACROS_FLAG
  2613. SUPPORTS_VARIADIC_MACROS_FLAG:INTERNAL=1
  2614. //ADVANCED property for variable: SWIG_EXECUTABLE
  2615. SWIG_EXECUTABLE-ADVANCED:INTERNAL=1
  2616. //ADVANCED property for variable: ZLIB_INCLUDE_DIR
  2617. ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
  2618. //ADVANCED property for variable: ZLIB_LIBRARY_DEBUG
  2619. ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
  2620. //ADVANCED property for variable: ZLIB_LIBRARY_RELEASE
  2621. ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
  2622. //Have symbol backtrace
  2623. _Backtrace_SYM_FOUND:INTERNAL=
  2624. //CMAKE_INSTALL_PREFIX during last run
  2625. _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=C:/Program Files (x86)/LLVM
  2626. //Path to a program.
  2627. _Python3_EXECUTABLE:INTERNAL=C:/Program Files (x86)/Microsoft Visual Studio/Shared/Python37_64/python.exe
  2628. //Python3 Properties
  2629. _Python3_INTERPRETER_PROPERTIES:INTERNAL=Python;3;7;5;64;;cp37-win_amd64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\Lib;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\Lib;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\Lib\site-packages;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\Lib\site-packages
  2630. _Python3_INTERPRETER_SIGNATURE:INTERNAL=9ddb09d990b063b8946ba217805b66a3
  2631. __pkg_config_checked_PC_LIBEDIT:INTERNAL=1
  2632. __pkg_config_checked_PC_LIBXML:INTERNAL=1
  2633. //Result of TRY_COMPILE
  2634. errc_compiled:INTERNAL=TRUE
  2635. //Result of TRY_RUN
  2636. errc_exit_code:INTERNAL=0
  2637. //Have symbol os_signpost_interval_begin
  2638. macos_signposts_available:INTERNAL=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement