[cfe-dev] clang++ linker issues on Ubuntu AMD64.
İsmail Dönmez
ismail at namtrac.org
Wed Jan 5 01:02:30 PST 2011
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/10633362/attachment.html>
More information about the cfe-dev
mailing list