[cfe-commits] r51676 - in /cfe/trunk: lib/CodeGen/CodeGenModule.cpp test/CodeGen/var-align.c
Eli Friedman
eli.friedman at gmail.com
Thu May 29 14:25:16 PDT 2008
On Thu, May 29, 2008 at 12:31 PM, Steve Naroff <snaroff at apple.com> wrote:
> Eli,
>
> fyi...I am seeing the following failure now...
>
> ******************** TEST 'CodeGen/var-align.c' FAILED! ********************
> Command:
> clang -emit-llvm CodeGen/var-align.c -o - | grep "align 16" | count 2
> Incorrect Output:
> count: expected 2 lines and got 1.
> ******************** TEST 'CodeGen/var-align.c' FAILED! ********************
Oops; that depends on my patch for Sema struct layout. I'll xfail
until that goes in (I'll check it in later today).
-Eli
More information about the cfe-commits
mailing list