[LLVMdev] undefined reference to .Llabel

Eli Friedman eli.friedman at gmail.com
Tue Jun 24 10:22:53 PDT 2008


On Tue, Jun 24, 2008 at 2:03 AM, Ryan M. Lefever <lefever at crhc.uiuc.edu> wrote:
> My problem is that if I use the -g option in lines 1 and 2, then when I
> run llvm-ld in line 5, it complains that there are undefined references
> to .LlableX.

-g + optimization is unsupported at the moment.  Off the top of my
head, I know that global DCE and inlining break debug info; probably
other also cause issues.

-Eli



More information about the llvm-dev mailing list