[cfe-commits] [PATCH][MS] - Fix 6 lit tests on windows

Francois Pichet pichet2000 at gmail.com
Sat Sep 4 13:06:50 PDT 2010


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.


I'll look at the remaining tests failing on windows later:
Failing Tests (10):
    Clang :: Driver/darwin-ld.c
    Clang :: Index/complete-exprs.c
    Clang :: Index/complete-hiding.c
    Clang :: Index/complete-macros.c
    Clang :: Index/complete-natural.m
    Clang :: Index/complete-preprocessor.m
    Clang :: Index/preamble-reparse.c
    Clang :: Index/preamble.c
    Clang :: SemaCXX/nullptr.cpp
    Clang :: SemaCXX/reinterpret-cast.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_win32_lit.patch
Type: application/octet-stream
Size: 3885 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20100904/c004363a/attachment.obj>


More information about the cfe-commits mailing list