[all-commits] [llvm/llvm-project] 8a002a: [libcxx] [test] Fix the transitive_includes test o...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Fri Aug 19 13:13:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8a002ab99eea0e368dfabf7c20c63be0a6722810
      https://github.com/llvm/llvm-project/commit/8a002ab99eea0e368dfabf7c20c63be0a6722810
  Author: Martin Storsjö <martin at martin.st>
  Date:   2022-08-19 (Fri, 19 Aug 2022)

  Changed paths:
    M libcxx/test/libcxx/transitive_includes.sanitize.py
    M libcxx/test/libcxx/transitive_includes.sh.cpp

  Log Message:
  -----------
  [libcxx] [test] Fix the transitive_includes test on Windows

Look for both kinds of slashes in include paths output from the
compiler.

Use "diff -w" to do a whitespace insensitive comparison, to ignore
differences in line endings (the python script writes to stdout
in text mode, with crlf newlines).

Differential Revision: https://reviews.llvm.org/D129428




More information about the All-commits mailing list