[llvm] f0e8bda - [libc++abi] Update path to script in demangler documentation

Louis Dionne via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 7 12:07:12 PDT 2023


Author: Louis Dionne
Date: 2023-08-07T15:07:05-04:00
New Revision: f0e8bda8e007b4e0520e0745b1d74ad466823a97

URL: https://github.com/llvm/llvm-project/commit/f0e8bda8e007b4e0520e0745b1d74ad466823a97
DIFF: https://github.com/llvm/llvm-project/commit/f0e8bda8e007b4e0520e0745b1d74ad466823a97.diff

LOG: [libc++abi] Update path to script in demangler documentation

Added: 
    

Modified: 
    libcxxabi/src/demangle/README.txt
    llvm/include/llvm/Demangle/README.txt

Removed: 
    


################################################################################
diff  --git a/libcxxabi/src/demangle/README.txt b/libcxxabi/src/demangle/README.txt
index 76470f61f959d1..d38f6abbb02f7f 100644
--- a/libcxxabi/src/demangle/README.txt
+++ b/libcxxabi/src/demangle/README.txt
@@ -34,7 +34,7 @@ 
diff erences, we want to keep the "core" generic demangling library
 identical between both copies to simplify development and testing.
 
 If you're working on the generic library, then do the work first in
-libcxxabi, then run the cp-to-llvm.sh script in src/demangle. This
+libcxxabi, then run libcxxabi/src/demangle/cp-to-llvm.sh. This
 script takes as an optional argument the path to llvm, and copies the
 changes you made to libcxxabi over.  Note that this script just
 blindly overwrites all changes to the generic library in llvm, so be

diff  --git a/llvm/include/llvm/Demangle/README.txt b/llvm/include/llvm/Demangle/README.txt
index 76470f61f959d1..d38f6abbb02f7f 100644
--- a/llvm/include/llvm/Demangle/README.txt
+++ b/llvm/include/llvm/Demangle/README.txt
@@ -34,7 +34,7 @@ 
diff erences, we want to keep the "core" generic demangling library
 identical between both copies to simplify development and testing.
 
 If you're working on the generic library, then do the work first in
-libcxxabi, then run the cp-to-llvm.sh script in src/demangle. This
+libcxxabi, then run libcxxabi/src/demangle/cp-to-llvm.sh. This
 script takes as an optional argument the path to llvm, and copies the
 changes you made to libcxxabi over.  Note that this script just
 blindly overwrites all changes to the generic library in llvm, so be


        


More information about the llvm-commits mailing list