search for: r96165

Displaying 3 results from an estimated 3 matches for "r96165".

2010 Feb 14
1
[LLVMdev] llc generated assembly does not work with gcc 3.4.4
Hi, Chris > Anton, the issue here is the 'isWindows' X86 sub-target.  Should it just use > the MCAsmInfo values as MingW? Yes, it should. This was fixed in r96165 -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2010 Jan 28
2
[LLVMdev] llc generated assembly does not work with gcc 3.4.4
Hi, I tried that before, it produces .text ALIGN 16 .globl _main _main: ; @main ; BB#0: ; %entry subl $20, %esp movl $0, 16(%esp) movl 24(%esp), %eax movl %eax, 12(%esp) movl 28(%esp), %eax movl %eax, 8(%esp) movl $($_.str),
2010 Feb 09
0
[LLVMdev] llc generated assembly does not work with gcc 3.4.4
On Jan 28, 2010, at 1:31 AM, Alexander Herz wrote: > Hi, > > I tried that before, it produces Anton, the issue here is the 'isWindows' X86 sub-target. Should it just use the MCAsmInfo values as MingW? -Chris > > .text > ALIGN 16 > .globl _main > _main: ; @main > ; BB#0: