Displaying 3 results from an estimated 3 matches for "armecc".
Did you mean:
armcc
2013 Sep 21
2
[LLVMdev] Debug info failing in assembler.
Hi,
I just updated from r190763 to r191137 and started getting failures in
generated assembly language when debug info is enabled. Here is the test
case:
// Compile and run for every target.
// RUN: %ecc -g -o %t %s && %t
// FAIL: %armecc -g -o %t %s && %armrun %t
// FAIL: %armebecc -g -o %t %s && %armebrun %t
// RUN: %i386ecc -g -o %t %s && %i386run %t
// FAIL: %microblazeecc -g -o %t %s && %microblazerun %t
// FAIL: %mipsecc -g -o %t %s && %mipsrun %t
// FAIL: %mipselecc -g -o %t %s &&am...
2013 Sep 21
0
[LLVMdev] Debug info failing in assembler.
...om> wrote:
> Hi,
>
> I just updated from r190763 to r191137 and started getting failures in
> generated assembly language when debug info is enabled. Here is the test
> case:
>
> // Compile and run for every target.
> // RUN: %ecc -g -o %t %s && %t
> // FAIL: %armecc -g -o %t %s && %armrun %t
> // FAIL: %armebecc -g -o %t %s && %armebrun %t
> // RUN: %i386ecc -g -o %t %s && %i386run %t
> // FAIL: %microblazeecc -g -o %t %s && %microblazerun %t
> // FAIL: %mipsecc -g -o %t %s && %mipsrun %t
> // FAIL: %mipse...
2013 Sep 22
1
[LLVMdev] Debug info failing in assembler.
...2013 5:52 AM
> Hi,
>
> I just updated from r190763 to r191137 and started getting failures in
> generated assembly language when debug info is enabled. Here is the
> test case:
>
> // Compile and run for every target.
> // RUN: %ecc -g -o %t %s && %t
> // FAIL: %armecc -g -o %t %s && %armrun %t
> // FAIL: %armebecc -g -o %t %s && %armebrun %t
> // RUN: %i386ecc -g -o %t %s && %i386run %t
> // FAIL: %microblazeecc -g -o %t %s && %microblazerun %t
> // FAIL: %mipsecc -g -o %t %s && %mipsrun %t
> // FAIL: %mipse...