[cfe-dev] clang++ linker issues on Ubuntu AMD64.
Lang Hames
lhames at gmail.com
Wed Jan 5 01:04:03 PST 2011
Ok, I guess this is somehow Ubuntu specific.
-Lang.
On Wed, Jan 5, 2011 at 8:02 PM, İsmail Dönmez <ismail at namtrac.org> wrote:
> Hi;
>
> 2011/1/5 Lang Hames <lhames at gmail.com>
>
>> Further details:
>>
>> The assembly output from "int main() {}", compiled with "clang -S -o
>> empty empty.c" is
>>
>> .file "empty.c"
>> .text
>> .globl ":main"
>> .align 16, 0x90
>>
>
> Nope, what I see is
>
> .file "empty.c"
> .text
> .globl main
> .align 16, 0x90
> .type main, at function
>
> Regards,
> ismail
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110105/d3c8bb4c/attachment.html>
More information about the cfe-dev
mailing list