[all-commits] [llvm/llvm-project] 609102: [libc++] Make sure we use POSIX paths in header_in...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Jun 1 19:56:34 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6091025b857ac1d24c98dffe0eaa0cb38cb7d4b5
https://github.com/llvm/llvm-project/commit/6091025b857ac1d24c98dffe0eaa0cb38cb7d4b5
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-06-01 (Thu, 01 Jun 2023)
Changed paths:
M libcxx/utils/libcxx/test/header_information.py
Log Message:
-----------
[libc++] Make sure we use POSIX paths in header_information.py
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.
Differential Revision: https://reviews.llvm.org/D151913
More information about the All-commits
mailing list