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

Eric Christopher echristo at apple.com
Wed Jul 27 09:25:57 PDT 2011


On Jul 27, 2011, at 1:51 AM, Jay Foad wrote:

> 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.

Weird. I'll take a look. I'll make it darwin only for now as a workaround to get make test clean.

-eric



More information about the cfe-commits mailing list