[LLVMdev] Debugging lli using bugpoint
Eli Friedman
eli.friedman at gmail.com
Tue Oct 28 13:02:31 PDT 2008
On Tue, Oct 28, 2008 at 12:17 PM, Prakash Prabhu
<prakash.prabhu at gmail.com> wrote:
> Generating reference output from raw program: <cbe><gcc>
> Error running tool:
[snip]
> /tmp/cc08IpX8.o: In function `SyLoadModule':
> bugpoint-test-program.bc.cbe.c:(.text+0x25705): undefined reference to
> `dlopen'
[snip]
This is saying that compilation with CBE is failing. Try something
like -Xlinker -ldl?
-Eli
More information about the llvm-dev
mailing list