Otherwise, the various lists of headers have different content based
on whether they are run on Windows or other platforms, which makes it
really difficult to write .gen.py tests correctly.
Details
Details
- Reviewers
Mordante - Group Reviewers
Restricted Project - Commits
- rG6091025b857a: [libc++] Make sure we use POSIX paths in header_information.py
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM!
libcxx/utils/libcxx/test/header_information.py | ||
---|---|---|
133–136 | I really dislike this nested os.path.dirname, but it is pre-existing. |
I really dislike this nested os.path.dirname, but it is pre-existing.