[cfe-commits] r60981 - /cfe/trunk/test/CodeGen/mmintrin-test.c

Sebastian Redl sebastian.redl at getdesigned.at
Mon Dec 15 09:38:58 PST 2008


Daniel Dunbar wrote:
> On Sat, Dec 13, 2008 at 7:31 AM, Sebastian Redl
> <sebastian.redl at getdesigned.at> wrote:
>   
>> Author: cornedbee
>> Date: Sat Dec 13 09:31:28 2008
>> New Revision: 60981
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=60981&view=rev
>> Log:
>> stdlib.h is the wrong header for printf, and introduces test-breaking definitions of inlines on Linux
>>     
>
> Oops, sorry.
>
> Can you explain "test-breaking definitions of inlines"?
>   
The test checks that the resulting assembly file contains just a single 
function definition. stdlib.h contains (indirectly) three inline 
functions, for which code is emitted, thus bringing the number of 
definitions in the file to 4.

Sebastian



More information about the cfe-commits mailing list