Advertisement
TELunus

LLVM CMake output

Nov 6th, 2021
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. clang project is enabled
  2. clang-tools-extra project is enabled
  3. compiler-rt project is disabled
  4. cross-project-tests project is disabled
  5. libc project is disabled
  6. libclc project is disabled
  7. libcxx project is disabled
  8. libcxxabi project is disabled
  9. libunwind project is disabled
  10. lld project is enabled
  11. lldb project is enabled
  12. mlir project is disabled
  13. openmp project is disabled
  14. parallel-libs project is disabled
  15. polly project is disabled
  16. pstl project is disabled
  17. flang project is disabled
  18. Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR)
  19. Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR)
  20. Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR)
  21. Native target architecture is X86
  22. Threads enabled.
  23. Doxygen disabled.
  24. Go bindings disabled.
  25. Ninja version: 1.10.2
  26. Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
  27. OCaml bindings disabled.
  28. LLVM host triple: x86_64-w64-windows-gnu
  29. LLVM default target triple: x86_64-w64-windows-gnu
  30. LLVMHello ignored -- Loadable modules not supported on this platform.
  31. Targeting AArch64
  32. Targeting AMDGPU
  33. Targeting ARM
  34. Targeting AVR
  35. Targeting BPF
  36. Targeting Hexagon
  37. Targeting Lanai
  38. Targeting Mips
  39. Targeting MSP430
  40. Targeting NVPTX
  41. Targeting PowerPC
  42. Targeting RISCV
  43. Targeting Sparc
  44. Targeting SystemZ
  45. Targeting WebAssembly
  46. Targeting X86
  47. Targeting XCore
  48. Clang version: 13.0.0
  49. Not building amdgpu-arch: hsa-runtime64 not found
  50. PrintFunctionNames ignored -- Loadable modules not supported on this platform.
  51. AnnotateFunctions ignored -- Loadable modules not supported on this platform.
  52. Attribute ignored -- Loadable modules not supported on this platform.
  53. CallSuperAttr ignored -- Loadable modules not supported on this platform.
  54. LLD version: 13.0.0
  55. Could NOT find LibEdit (missing: LibEdit_INCLUDE_DIRS LibEdit_LIBRARIES)
  56. Enable editline support in LLDB: FALSE
  57. Could NOT find CursesAndPanel (missing: CURSES_INCLUDE_DIRS CURSES_LIBRARIES PANEL_LIBRARIES)
  58. Enable curses support in LLDB: FALSE
  59. Could NOT find LibLZMA (missing: LIBLZMA_LIBRARY LIBLZMA_INCLUDE_DIR LIBLZMA_HAS_AUTO_DECODER LIBLZMA_HAS_EASY_ENCODER LIBLZMA_HAS_LZMA_PRESET)
  60. Enable LZMA compression support in LLDB: FALSE
  61. Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR) (Required is at least version "3.0")
  62. SWIG 3 or later is required for Lua support in LLDB but could not be found
  63. Could NOT find LuaAndSwig (missing: LUA_LIBRARIES LUA_INCLUDE_DIR SWIG_EXECUTABLE)
  64. Enable Lua scripting support in LLDB: FALSE
  65. Could NOT find SWIG (missing: SWIG_EXECUTABLE SWIG_DIR) (Required is at least version "3.0")
  66. SWIG 3 or later is required for Python support in LLDB but could not be found
  67. Could NOT find PythonAndSwig (missing: Python3_LIBRARIES Python3_INCLUDE_DIRS SWIG_EXECUTABLE)
  68. Enable Python scripting support in LLDB: FALSE
  69. Could NOT find LibXml2 (missing: LIBXML2_LIBRARY LIBXML2_INCLUDE_DIR) (Required is at least version "2.8")
  70. Enable Libxml 2 support in LLDB: FALSE
  71. LLDB version: 13.0.0
  72. BugpointPasses ignored -- Loadable modules not supported on this platform.
  73. CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.21/Modules/ExternalProject.cmake:2235 (message):
  74. Policy CMP0114 is not set: ExternalProject step targets fully adopt their
  75. steps. Run "cmake --help-policy CMP0114" for policy details. Use the
  76. cmake_policy command to set the policy and suppress this warning.
  77.  
  78. ExternalProject target 'runtimes' would depend on the targets for step(s)
  79. 'clean' under policy CMP0114, but this is being left out for compatibility
  80. since the policy is not set.
  81. Call Stack (most recent call first):
  82. cmake/modules/LLVMExternalProjectUtils.cmake:333 (ExternalProject_Add_StepTargets)
  83. runtimes/CMakeLists.txt:226 (llvm_ExternalProject_Add)
  84. runtimes/CMakeLists.txt:363 (runtime_default_target)
  85. This warning is for project developers. Use -Wno-dev to suppress it.
  86.  
  87. -- Version: 0.0.0
  88. -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
  89. -- Performing Test HAVE_POSIX_REGEX -- failed to compile
  90. CMake Warning at utils/benchmark/CMakeLists.txt:248 (message):
  91. Using std::regex with exceptions disabled is not fully supported
  92.  
  93.  
  94. -- Performing Test HAVE_STEADY_CLOCK -- success
  95. Configuring done
  96. Generating done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement