diff options
author | Eric Fiselier <eric@efcs.ca> | 2020-03-24 21:33:42 -0400 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2020-03-24 21:34:07 -0400 |
commit | d6fb02b196da16f77bf8cfede9296b3b51360798 (patch) | |
tree | cd45ec08823aeca99db1585136dc709113fd9c62 | |
parent | d16ee1174a9043d468cf925133133b0d58f3d937 (diff) | |
download | llvm-d6fb02b196da16f77bf8cfede9296b3b51360798.zip llvm-d6fb02b196da16f77bf8cfede9296b3b51360798.tar.gz llvm-d6fb02b196da16f77bf8cfede9296b3b51360798.tar.bz2 |
[libc++] Update a bad documentation link
-rw-r--r-- | libcxx/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libcxx/CMakeLists.txt b/libcxx/CMakeLists.txt index 6b2c471..fa194d4 100644 --- a/libcxx/CMakeLists.txt +++ b/libcxx/CMakeLists.txt @@ -1,4 +1,5 @@ -# See www/CMake.html for instructions on how to build libcxx with CMake. +# See https://libcxx.llvm.org/docs/BuildingLibcxx.html for instructions on how +# to build libcxx with CMake. #=============================================================================== # Setup Project |