svn commit: r343196 - vendor/libc++/dist-release_80

Dimitry Andric dim at FreeBSD.org
Sat Jan 19 18:45:02 UTC 2019


Author: dim
Date: Sat Jan 19 18:44:58 2019
New Revision: 343196
URL: https://svnweb.freebsd.org/changeset/base/343196

Log:
  Vendor import of libc++ release_80 branch r351543:
  https://llvm.org/svn/llvm-project/libcxx/branches/release_80@351543

Modified:
  vendor/libc++/dist-release_80/CMakeLists.txt

Modified: vendor/libc++/dist-release_80/CMakeLists.txt
==============================================================================
--- vendor/libc++/dist-release_80/CMakeLists.txt	Sat Jan 19 18:44:52 2019	(r343195)
+++ vendor/libc++/dist-release_80/CMakeLists.txt	Sat Jan 19 18:44:58 2019	(r343196)
@@ -27,7 +27,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR
   project(libcxx CXX C)
 
   set(PACKAGE_NAME libcxx)
-  set(PACKAGE_VERSION 8.0.0svn)
+  set(PACKAGE_VERSION 8.0.0)
   set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
   set(PACKAGE_BUGREPORT "llvm-bugs at lists.llvm.org")
 


More information about the svn-src-all mailing list