Advertisement
Guest User

klee_configure.sh

a guest
Jan 22nd, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. ~/code/chopper-pspa/build$ ./klee_configure.sh
  2. -- KLEE version 1.4.0.0
  3. -- CMake generator: Unix Makefiles
  4. -- Build type: RelWithDebInfo
  5. -- KLEE assertions enabled
  6. -- LLVM_CONFIG_BINARY: /home/jruiz/code/llvm-3.8.0.build/bin/llvm-config
  7. -- LLVM_PACKAGE_VERSION: "3.8.0"
  8. -- LLVM_VERSION_MAJOR: "3"
  9. -- LLVM_VERSION_MINOR: "8"
  10. -- LLVM_VERSION_PATCH: "0"
  11. -- LLVM_DEFINITIONS: "-D_GNU_SOURCE;-D__STDC_CONSTANT_MACROS;-D__STDC_FORMAT_MACROS;-D__STDC_LIMIT_MACROS"
  12. -- LLVM_ENABLE_ASSERTIONS: "ON"
  13. -- LLVM_ENABLE_EH: "OFF"
  14. -- LLVM_ENABLE_RTTI: "OFF"
  15. -- LLVM_INCLUDE_DIRS: "/home/jruiz/code/llvm-3.8.0-project/llvm/include;/home/jruiz/code/llvm-3.8.0.build/include"
  16. -- LLVM_LIBRARY_DIRS: "/home/jruiz/code/llvm-3.8.0.build/lib"
  17. -- LLVM_TOOLS_BINARY_DIR: "/home/jruiz/code/llvm-3.8.0.build/bin"
  18. -- LLVM_ENABLE_VISIBILITY_INLINES_HIDDEN: "ON"
  19. -- TARGET_TRIPLE: "x86_64-unknown-linux-gnu"
  20. -- Looking for bitcode compilers
  21. -- Found /home/jruiz/code/llvm-3.8.0.build/bin/clang
  22. -- Found /home/jruiz/code/llvm-3.8.0.build/bin/clang++
  23. -- Testing bitcode compiler /home/jruiz/code/llvm-3.8.0.build/bin/clang
  24. -- Compile success
  25. -- Checking compatibility with LLVM 3.8.0
  26. -- "/home/jruiz/code/llvm-3.8.0.build/bin/clang" is compatible
  27. -- Testing bitcode compiler /home/jruiz/code/llvm-3.8.0.build/bin/clang++
  28. -- Compile success
  29. -- Checking compatibility with LLVM 3.8.0
  30. -- "/home/jruiz/code/llvm-3.8.0.build/bin/clang++" is compatible
  31. -- LLVMCC: /home/jruiz/code/llvm-3.8.0.build/bin/clang
  32. -- LLVMCXX: /home/jruiz/code/llvm-3.8.0.build/bin/clang++
  33. -- C++ compiler supports -Wall
  34. -- C++ compiler supports -Wextra
  35. -- C++ compiler supports -Wno-unused-parameter
  36. -- C compiler supports -Wall
  37. -- C compiler supports -Wextra
  38. -- C compiler supports -Wno-unused-parameter
  39. -- Not treating compiler warnings as errors
  40. -- STP solver support enabled
  41. -- Found STP version 2.3.3
  42. -- Using STP shared library
  43. -- STP_DIR: /home/jruiz/code/stp/build
  44. -- Could not find Z3 libraries
  45. -- Could not find Z3 include path
  46. -- Could NOT find Z3 (missing: Z3_INCLUDE_DIRS Z3_LIBRARIES)
  47. -- Z3 solver support disabled
  48. -- metaSMT solver support disabled
  49. -- C++ compiler supports -fno-exceptions
  50. -- C++ compiler supports -fno-rtti
  51. -- Zlib support enabled
  52. -- TCMalloc support enabled
  53. -- C++ compiler supports -fno-builtin-malloc
  54. -- C++ compiler supports -fno-builtin-calloc
  55. -- C++ compiler supports -fno-builtin-realloc
  56. -- C++ compiler supports -fno-builtin-free
  57. -- SELinux support disabled
  58. -- KLEE_RUNTIME_BUILD_TYPE: Release+Asserts
  59. -- POSIX runtime enabled
  60. -- klee-uclibc support enabled
  61. -- Found klee-uclibc library: "/home/jruiz/code/klee-uclibc/lib/libc.a"
  62. -- SVF root directory: /home/jruiz/code/SVF-dynamic/
  63. -- KLEE_GIT_SHA1HASH: 0d78f18afe72b99caa23ea7f6ba8cb63a1e5e933
  64. -- KLEE_COMPONENT_EXTRA_INCLUDE_DIRS: '/home/jruiz/code/llvm-3.8.0-project/llvm/include;/home/jruiz/code/llvm-3.8.0.build/include;/home/jruiz/code/stp/build/include;/usr/include'
  65. -- KLEE_COMPONENT_CXX_DEFINES: '-D_GNU_SOURCE;-D__STDC_CONSTANT_MACROS;-D__STDC_FORMAT_MACROS;-D__STDC_LIMIT_MACROS;-DKLEE_UCLIBC_BCA_NAME="klee-uclibc.bca"'
  66. -- KLEE_COMPONENT_CXX_FLAGS: '-fvisibility-inlines-hidden;-fno-exceptions;-fno-rtti;-fno-builtin-malloc;-fno-builtin-calloc;-fno-builtin-realloc;-fno-builtin-free'
  67. -- KLEE_COMPONENT_EXTRA_LIBRARIES: '/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libtcmalloc.so'
  68. -- Testing is enabled
  69. -- Using lit: /home/jruiz/code/llvm-3.8.0.build/bin/llvm-lit
  70. -- Unit tests disabled
  71. -- System tests enabled
  72. CMake Deprecation Warning at test/CMakeLists.txt:118 (cmake_policy):
  73. The OLD behavior for policy CMP0026 will be removed from a future version
  74. of CMake.
  75.  
  76. The cmake-policies(7) manual explains that the OLD behaviors of all
  77. policies are deprecated and that a policy should be set to OLD only under
  78. specific short-term circumstances. Projects should be ported to the NEW
  79. behavior and not rely on setting a policy to OLD.
  80.  
  81.  
  82. -- Doxygen found
  83. -- Configuring done
  84. -- Generating done
  85. -- Build files have been written to: /home/jruiz/code/chopper-pspa/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement