-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
| Bugzilla Link | 9990 |
| Resolution | FIXED |
| Resolved on | Nov 20, 2012 16:29 |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @dwblaikie |
Extended Description
I recently filed bug 9972 ( http://llvm.org/bugs/show_bug.cgi?id=9972 ). I am not sure if this is a result of errors in my build but I am not getting a new error after updating from trunk this morning (fails Clang :: Driver/hello.c)
Testing Time: 54.05s
Failing Tests (9):
Clang :: CodeGen/mmx-builtins.c
Clang :: CodeGen/mmx-inline-asm.c
Clang :: CodeGen/vector.c
Clang :: Driver/hello.c
Clang :: Headers/c89.c
Clang :: Headers/stdbool.cpp
Clang :: Headers/x86-intrinsics-headers.c
Clang :: Preprocessor/header_lookup1.c
Clang :: Sema/x86-builtin-palignr.c
Expected Passes : 3088
Expected Failures : 22
Unexpected Failures: 9
make[1]: *** [all] Error 1
make[1]: Leaving directory `/opt/llvm/build/tools/clang/test'
make: *** [test] Error 2
OUTPUT FROM HELLO.C Error:
FAIL: Clang :: Driver/hello.c (1376 of 3119)
******************** TEST 'Clang :: Driver/hello.c' FAILED ********************
Script:
/opt/llvm/build/Release+Asserts/bin/clang -ccc-echo -o /opt/llvm/build/tools/clang/test/Driver/Output/hello.c.tmp.exe /opt/llvm/llvm/tools/clang/test/Driver/hello.c 2> /opt/llvm/build/tools/clang/test/Driver/Output/hello.c.tmp.log
grep 'clang(-[0-9.]+)?(.[Ee][Xx][Ee])?" -cc1 .*hello.c' /opt/llvm/build/tools/clang/test/Driver/Output/hello.c.tmp.log
/opt/llvm/build/tools/clang/test/Driver/Output/hello.c.tmp.exe > /opt/llvm/build/tools/clang/test/Driver/Output/hello.c.tmp.out
grep "I'm a little driver, short and stout." /opt/llvm/build/tools/clang/test/Driver/Output/hello.c.tmp.out
Exit Code: 1
I have had all other errors since installing clang and am trying to get these resolved in another bug report, however I am used GCC 4.4.4 when compiling and am in the CentOS5 environment which is all supported so I certainly shouldn't be getting more issues (at least I wouldn't think).