[libcxx-commits] [libcxxabi] r373372 - [libc++] Update link to Itanium C++ ABI documentation

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Oct 1 11:14:27 PDT 2019


Author: ldionne
Date: Tue Oct  1 11:14:27 2019
New Revision: 373372

URL: http://llvm.org/viewvc/llvm-project?rev=373372&view=rev
Log:
[libc++] Update link to Itanium C++ ABI documentation

Modified:
    libcxxabi/trunk/include/cxxabi.h

Modified: libcxxabi/trunk/include/cxxabi.h
URL: http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/include/cxxabi.h?rev=373372&r1=373371&r2=373372&view=diff
==============================================================================
--- libcxxabi/trunk/include/cxxabi.h (original)
+++ libcxxabi/trunk/include/cxxabi.h Tue Oct  1 11:14:27 2019
@@ -11,7 +11,7 @@
 
 /*
  * This header provides the interface to the C++ ABI as defined at:
- *       http://www.codesourcery.com/cxx-abi/
+ *       https://itanium-cxx-abi.github.io/cxx-abi/
  */
 
 #include <stddef.h>




More information about the libcxx-commits mailing list