Advertisement
Guest User

CMake Output

a guest
Feb 12th, 2017
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. -- Target triple: x86_64-unknown-linux-gnu
  2. -- Native target architecture is X86
  3. -- Threads enabled.
  4. -- Doxygen disabled.
  5. -- Sphinx disabled.
  6. -- Go bindings disabled.
  7. -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
  8. -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
  9. -- OCaml bindings disabled.
  10. -- Building with -fPIC
  11. -- Constructing LLVMBuild project information
  12. -- Targeting AArch64
  13. -- Targeting AMDGPU
  14. -- Targeting ARM
  15. -- Targeting BPF
  16. -- Targeting Hexagon
  17. -- Targeting Mips
  18. -- Targeting MSP430
  19. -- Targeting NVPTX
  20. -- Targeting PowerPC
  21. -- Targeting Sparc
  22. -- Targeting SystemZ
  23. -- Targeting X86
  24. -- Targeting XCore
  25. -- LLD version: 3.9.1
  26. CMake Error at cmake/modules/LLVM-Config.cmake:203 (message):
  27. Library `Demangle' not found in list of llvm libraries.
  28. Call Stack (most recent call first):
  29. cmake/modules/AddLLVM.cmake:484 (llvm_map_components_to_libnames)
  30. tools/lld/cmake/modules/AddLLD.cmake:10 (llvm_add_library)
  31. tools/lld/lib/ReaderWriter/MachO/CMakeLists.txt:1 (add_lld_library)
  32.  
  33.  
  34. -- Configuring incomplete, errors occurred!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement