aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2023-08-07 15:06:55 -0400
committerLouis Dionne <ldionne.2@gmail.com>2023-08-07 15:07:05 -0400
commitf0e8bda8e007b4e0520e0745b1d74ad466823a97 (patch)
treead55faf9aef8bd1e52a6fe435f883515c63c1aec /libcxxabi
parent5dde755188e34c0ba5304365612904476c8adfda (diff)
downloadllvm-f0e8bda8e007b4e0520e0745b1d74ad466823a97.zip
llvm-f0e8bda8e007b4e0520e0745b1d74ad466823a97.tar.gz
llvm-f0e8bda8e007b4e0520e0745b1d74ad466823a97.tar.bz2
[libc++abi] Update path to script in demangler documentation
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/src/demangle/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/demangle/README.txt b/libcxxabi/src/demangle/README.txt
index 76470f6..d38f6ab 100644
--- a/libcxxabi/src/demangle/README.txt
+++ b/libcxxabi/src/demangle/README.txt
@@ -34,7 +34,7 @@ differences, 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