Skip to content

Commit f0e8bda

Browse files
committed
[libc++abi] Update path to script in demangler documentation
1 parent 5dde755 commit f0e8bda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxxabi/src/demangle/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ differences, we want to keep the "core" generic demangling library
3434
identical between both copies to simplify development and testing.
3535

3636
If you're working on the generic library, then do the work first in
37-
libcxxabi, then run the cp-to-llvm.sh script in src/demangle. This
37+
libcxxabi, then run libcxxabi/src/demangle/cp-to-llvm.sh. This
3838
script takes as an optional argument the path to llvm, and copies the
3939
changes you made to libcxxabi over. Note that this script just
4040
blindly overwrites all changes to the generic library in llvm, so be

llvm/include/llvm/Demangle/README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ differences, we want to keep the "core" generic demangling library
3434
identical between both copies to simplify development and testing.
3535

3636
If you're working on the generic library, then do the work first in
37-
libcxxabi, then run the cp-to-llvm.sh script in src/demangle. This
37+
libcxxabi, then run libcxxabi/src/demangle/cp-to-llvm.sh. This
3838
script takes as an optional argument the path to llvm, and copies the
3939
changes you made to libcxxabi over. Note that this script just
4040
blindly overwrites all changes to the generic library in llvm, so be

0 commit comments

Comments
 (0)