[cfe-commits] r136159 - /cfe/trunk/test/CodeGen/

Jay Foad jay.foad at gmail.com
Wed Jul 27 01:51:31 PDT 2011


On 26 July 2011 23:17, Eric Christopher <echristo at apple.com> wrote:
> Author: echristo
> Date: Tue Jul 26 17:17:02 2011
> New Revision: 136159
>
> URL: http://llvm.org/viewvc/llvm-project?rev=136159&view=rev
> Log:
> Migrate most of the rest of test/FrontendC from llvm and migrate
> most of them to FileCheck.
>
> Added:

>    cfe/trunk/test/CodeGen/2003-10-29-AsmRename.c

Hi Eric,

This test is failing for me (Release+Asserts build on Linux/x86_64):

FAIL: Clang :: CodeGen/2003-10-29-AsmRename.c (80 of 610)
******************** TEST 'Clang :: CodeGen/2003-10-29-AsmRename.c'
FAILED ********************
Script:
--
/home/jay/llvm/objdir/Release+Asserts/bin/clang -cc1 -emit-llvm
/home/jay/svn/llvm-project/cfe/trunk/test/CodeGen/2003-10-29-AsmRename.c
 -o /dev/null
--
Exit Code: 134
Command Output (stderr):
--
clang: /home/jay/svn/llvm-project/cfe/trunk/lib/CodeGen/CodeGenModule.cpp:1473:
void clang::CodeGen::CodeGenModule::EmitGlobalFunctionDefinition(clang::GlobalDecl):
Assertion `OldFn->isDeclaration() && "Shouldn't replace
non-declaration"' failed.

Jay.




More information about the cfe-commits mailing list