You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update update_libcxx.py to handle recent changes (#24392)
`update_libcxx.py` updates
- Now it handles the new `llvm-libc` directory
- It excludes unused `ryu_(long_double)constants.h` from libc
- It deletes `libcxx/include/__cxx03` for now because we are not using
it.
- Make `clean_dir` and `copy_tree` handle the case when the local dir
does not exist, which can happen when new directories are added
- Make `copy_tree` handle removing files in `excludes` when they are in
subdirectories (In libc, many `CMakeLists.txt` are in subdirectories)
This also adds `readme.txt` to `llvm-libc` directory.
0 commit comments