diff options
author | Martin Storsjö <martin@martin.st> | 2023-05-29 20:08:56 +0000 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2023-05-30 23:05:57 +0300 |
commit | 28b26b161c2f5f8aecf8fffa7220cacc990ba51c (patch) | |
tree | 5c370bf8b5833448b1eaad911c2b7b1f5089c4ee /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | d81ce04587c006b6731198956c522c93d0df1050 (diff) | |
download | llvm-28b26b161c2f5f8aecf8fffa7220cacc990ba51c.zip llvm-28b26b161c2f5f8aecf8fffa7220cacc990ba51c.tar.gz llvm-28b26b161c2f5f8aecf8fffa7220cacc990ba51c.tar.bz2 |
[clang] [test] Narrow down an MSVC specific behaviour to only not covever MinGW
This uses the same logic as in c2b256a990590dc8b69930259650cfeb085add03;
we can't check defined(_MSC_VER) invoked as %clang_cc1, therefore
check for !defined(__MINGW32__) instead.
This fixes the same issue in a new testcase that was added after this
issue was fixed last time in c2b256a990590dc8b69930259650cfeb085add03.
Differential Revision: https://reviews.llvm.org/D151661
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions