Skip to content

Commit

Permalink
[libc++abi] Update path to script in demangler documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ldionne committed Aug 7, 2023
1 parent 5dde755 commit f0e8bda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libcxxabi/src/demangle/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion llvm/include/llvm/Demangle/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0e8bda

Please sign in to comment.