[llvm-testresults] Cygwin GCC 3.4.4 build
Chris Lattner
clattner at apple.com
Sat May 19 10:39:27 PDT 2007
On May 19, 2007, at 10:14 AM, Aaron Gray wrote:
> Cygwin (snapshot) with GCC 3.4.4 build 'make check' test results
> for LLVM and LLVM-GCC4. Second prerelease.
>
> === Summary ===
>
> # of expected passes 1946
> # of unexpected failures 43
> # of expected failures 3
>
> Results attached.
>
> Most of the failures are failures to find _alloca, but there are a
> few segmentation faults.
Hi Aaron,
Most of these look like general non-portability of LLVM 2.0 to
cygwin, either of tests or of specific features.
Please file a bug with this information in it, and hopefully someone
will improve it for 2.1. Most of the issues appear to be things we
don't claim to support:
1. CFrontend/extern-weak.c is just not portable to cygwin yet.
2. The debugging tests don't work on cygwin, because apparently debug
info doesn't work there yet.
3. There are some portability issues with alloca, as you noticed.
4. There is a small smattering of real bugs, such as llc targeting
cygwin/x86-64. We don't support this target yet, but should fix the
bugs as we find them.
Thank you for testing this. Despite a few non-portability issues in
the testsuite and a few unsupported features, it looks like cygwin is
in pretty good shape!
-Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-testresults/attachments/20070519/5aeded1e/attachment.html>
More information about the llvm-testresults
mailing list