[LLVMdev] New debugging APIs
Talin
viridia at gmail.com
Fri Nov 27 14:16:56 PST 2009
I'm attempting to get my compiler to use the new APIs for source-level
debugging via SetCurrentDebugLocation(). I'm getting a lot of "duplicate
symbol" errors in my generated assembly code:
ReflectionTest.s:348: Error: symbol `.Lfunc_end6' is already defined
ReflectionTest.s:372: Error: symbol `.Lfunc_end6' is already defined
ReflectionTest.s:395: Error: symbol `.Lfunc_end6' is already defined
ReflectionTest.s:421: Error: symbol `.Lfunc_end6' is already defined
ReflectionTest.s:443: Error: symbol `.Lfunc_end6' is already defined
ReflectionTest.s:458: Error: symbol `.Lfunc_end6' is already defined
(and so on...)
This is with the head revision of LLVM as of last night.
--
-- Talin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091127/04b5cc96/attachment.html>
More information about the llvm-dev
mailing list