Describe the LLVM we found

[ROCm/clr commit: c909c00494]
This commit is contained in:
Chris Kitching
2017-10-27 16:17:24 +01:00
parent ae21f6400c
commit 57c7a33674
@@ -2,7 +2,10 @@ cmake_minimum_required(VERSION 2.8.8)
project(hipify-clang)
find_package(LLVM REQUIRED)
message(STATUS "Found LLVM ${LLVM_PACKAGE_VERSION}")
message(STATUS "Found LLVM ${LLVM_PACKAGE_VERSION}:")
message(STATUS " - CMake module path: ${LLVM_CMAKE_DIR}")
message(STATUS " - Include path : ${LLVM_INCLUDE_DIRS}")
message(STATUS " - Binary path : ${LLVM_TOOLS_BINARY_DIR}")
option(HIPIFY_CLANG_TESTS "Build the tests for hipify-clang, if lit is installed" OFF)