search for: r191137

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

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 //...
2013 Sep 21
0
[LLVMdev] Debug info failing in assembler.
Interesting. File please? Thanks. On Sep 21, 2013 6:01 AM, "Richard Pennington" <rich at pennware.com> 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 %...
2013 Sep 22
1
[LLVMdev] Debug info failing in assembler.
...______ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > Richard Pennington <mailto:rich at pennware.com> > Saturday, September 21, 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...