mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-29 08:26:07 +00:00

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