X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=CMakeLists.txt;h=2901257ea8b6b4a55580b6bff0ebbf5e0ed6c826;hb=994d77147eb5ea54044188217ba8512fce8d1266;hp=62511eab100bef1518dcf5b543d0dfd4f074736c;hpb=a8769fd4b28c6f656b1703061668b2e4847ee0b4;p=oota-llvm.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 62511eab100..2901257ea8b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,7 +59,7 @@ set(CMAKE_MODULE_PATH ) set(LLVM_VERSION_MAJOR 3) -set(LLVM_VERSION_MINOR 7) +set(LLVM_VERSION_MINOR 8) set(LLVM_VERSION_PATCH 0) set(LLVM_VERSION_SUFFIX svn) @@ -176,14 +176,15 @@ set(LLVM_INCLUDE_DIR ${CMAKE_CURRENT_BINARY_DIR}/include) set(LLVM_ALL_TARGETS AArch64 + AMDGPU ARM + BPF CppBackend Hexagon Mips MSP430 NVPTX PowerPC - R600 Sparc SystemZ X86 @@ -529,7 +530,7 @@ endif() # check its symbols. This is wasteful (the check was done when foo.so # was created) and can fail since it is not the dynamic linker and # doesn't know how to handle search paths correctly. -if (UNIX AND NOT APPLE) +if (UNIX AND NOT APPLE AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "SunOS") set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-allow-shlib-undefined") endif()