Skip to content
Snippets Groups Projects
Commit 66de0866 authored by Brad King's avatar Brad King
Browse files

Ninja: Fix clang-cl /showIncludes prefix detection

We run MSVC-like compilers with the `/showIncludes` option and match the
output to extract the corresponding message.  Fix the matching to
support compilers like `clang-cl` that print the message on the first
line such that it is not preceded by a newline.

LLVM-Issue: https://llvm.org/bugs/show_bug.cgi?id=27226
parent 24b2a367
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment