[PATCH] D23092: [libcxxabi] CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent spacing.

Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 8 11:06:59 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL278030: CMakeLists.txt cleanups: synchronize version with rest of LLVM, consistent… (authored by eugenezelenko).

Changed prior to commit:
  https://reviews.llvm.org/D23092?vs=66575&id=67205#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D23092

Files:
  libcxxabi/trunk/CMakeLists.txt

Index: libcxxabi/trunk/CMakeLists.txt
===================================================================
--- libcxxabi/trunk/CMakeLists.txt
+++ libcxxabi/trunk/CMakeLists.txt
@@ -64,7 +64,7 @@
   endif()
 
   set(PACKAGE_NAME libcxxabi)
-  set(PACKAGE_VERSION 3.7.0svn)
+  set(PACKAGE_VERSION 4.0.0svn)
   set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
   set(PACKAGE_BUGREPORT "llvm-bugs at lists.llvm.org")
 
@@ -189,8 +189,7 @@
 if (NOT LIBCXXABI_LIBCXX_LIBRARY_PATH)
   set(LIBCXXABI_LIBCXX_LIBRARY_PATH "${LIBCXXABI_LIBRARY_DIR}" CACHE PATH
       "The path to libc++ library.")
-endif ()
-
+endif()
 
 # Check that we can build with 32 bits if requested.
 if (CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT WIN32)
@@ -246,7 +245,7 @@
 
 if (LIBCXXABI_USE_COMPILER_RT)
   list(APPEND LIBCXXABI_LINK_FLAGS "-rtlib=compiler-rt")
-endif ()
+endif()
 
 append_if(LIBCXXABI_COMPILE_FLAGS LIBCXXABI_HAS_WERROR_FLAG -Werror=return-type)
 
@@ -383,7 +382,7 @@
 
   include_directories("${LIBCXXABI_LIBUNWIND_INCLUDES_INTERNAL}")
   include_directories("${LIBCXXABI_LIBUNWIND_SOURCES}")
-endif ()
+endif()
 
 # Add source code. This also contains all of the logic for deciding linker flags
 # soname, etc...


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23092.67205.patch
Type: text/x-patch
Size: 1201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160808/d13a8be9/attachment.bin>


More information about the llvm-commits mailing list