search for: x86_64ecc

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

2013 Sep 21
2
[LLVMdev] Debug info failing in assembler.
...386run %t // FAIL: %microblazeecc -g -o %t %s && %microblazerun %t // FAIL: %mipsecc -g -o %t %s && %mipsrun %t // FAIL: %mipselecc -g -o %t %s && %mipselrun %t // FAIL: %ppcecc -g -o %t %s && %ppcrun %t // FAIL: %ppc64ecc -g -o %t %s && %ppc64run %t // RUN: %x86_64ecc -g -o %t %s && %x86_64run %t int comm; int main() { comm = 6; } This fails on all but the x86 processors. The typical failure looks like this: ... .type comm, at object # @comm .comm comm,4,4 .cfi_sections .debug_frame .bss .L.bss_e...
2013 Sep 21
0
[LLVMdev] Debug info failing in assembler.
...blazeecc -g -o %t %s && %microblazerun %t > // FAIL: %mipsecc -g -o %t %s && %mipsrun %t > // FAIL: %mipselecc -g -o %t %s && %mipselrun %t > // FAIL: %ppcecc -g -o %t %s && %ppcrun %t > // FAIL: %ppc64ecc -g -o %t %s && %ppc64run %t > // RUN: %x86_64ecc -g -o %t %s && %x86_64run %t > > int comm; > int main() > { > comm = 6; > } > > This fails on all but the x86 processors. The typical failure looks like > this: > ... > .type comm, at object # @comm > .comm comm,4,4 >...
2013 Sep 22
1
[LLVMdev] Debug info failing in assembler.
...blazeecc -g -o %t %s && %microblazerun %t > // FAIL: %mipsecc -g -o %t %s && %mipsrun %t > // FAIL: %mipselecc -g -o %t %s && %mipselrun %t > // FAIL: %ppcecc -g -o %t %s && %ppcrun %t > // FAIL: %ppc64ecc -g -o %t %s && %ppc64run %t > // RUN: %x86_64ecc -g -o %t %s && %x86_64run %t > > int comm; > int main() > { > comm = 6; > } > > This fails on all but the x86 processors. The typical failure looks > like this: > ... > .type comm, at object # @comm > .comm comm,4,4 &gt...