[cfe-commits] [PATCH][MS] - Fix 6 lit tests on windows
Douglas Gregor
dgregor at apple.com
Tue Sep 7 13:31:09 PDT 2010
On Sep 4, 2010, at 1:06 PM, Francois Pichet wrote:
> Hi,
>
> This patch fixes 6 failing lit tests on Windows. Someone me if this is
> the right approach?
> The problem is that %clang_cc1 is called instead of %clang even though
> the tests depend on -fms-extensions to be there to pass on Windows.
> -fms-extension must be there because the tests include some header
> files containing microsoft extensions.
Interesting. It's nicer to use %clang_cc1 when we can, but this patch is fine. Please go ahead and commit.
- Doug
More information about the cfe-commits
mailing list