[LLVMdev] wrong debug information for library functions
Daniel Dunbar
daniel at zuster.org
Mon Aug 10 07:54:40 PDT 2009
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
>
>
More information about the llvm-dev
mailing list