Vasudev.Negi at microchip.com
2009-Aug-10 11:33 UTC
[LLVMdev] wrong debug information for library functions
I am using llvm-ld to make a library using -link-as-library -disable-opt options. Now I create a test case which invokes a function from this library and link the library in llvm-ld. The compilation unit that library function gets is the one in which the test case is defined and not the one where library function is defined. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090810/a312f20d/attachment.html>
Daniel Dunbar
2009-Aug-10 14:54 UTC
[LLVMdev] wrong debug information for library functions
Hi Vasudev, This kind of report is probably better filed as a bug than as an email (where it can get lost). Please file a bug, and attach the relevant .bc files and how to reproduce the problem; perhaps finding a simpler test case, if possible. - Daniel On Mon, Aug 10, 2009 at 4:33 AM, <Vasudev.Negi at microchip.com> wrote:> I am using llvm-ld to make a library using –link-as-library –disable-opt > options. Now I create a test case which invokes a function from this > library and link the library in llvm-ld. The compilation unit that library > function gets is the one in which the test case is defined and not the one > where library function is defined. > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >