search for: syloadmodule

Displaying 6 results from an estimated 6 matches for "syloadmodule".

Did you mean: symloadmodule
2008 Oct 28
2
[LLVMdev] Debugging lli using bugpoint
...9: warning: conflicting types for built-in function 'malloc' bugpoint-test-program.bc.cbe.c: In function 'ExecProccall0args': bugpoint-test-program.bc.cbe.c:401008: warning: passing argument 1 of 'longjmp' from incompatible pointer type .... */tmp/cc08IpX8.o: In function `SyLoadModule': bugpoint-test-program.bc.cbe.c:(.text+0x25705): undefined reference to `dlopen' bugpoint-test-program.bc.cbe.c:(.text+0x25719): undefined reference to `dlsym' /tmp/cc08IpX8.o: In function `SyFindOrLinkGapRootFile': bugpoint-test-program.bc.cbe.c:(.text+0x6b951): undefined referenc...
2008 Oct 28
0
[LLVMdev] Debugging lli using bugpoint
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
2008 Nov 02
2
[LLVMdev] Debugging lli using bugpoint
...eli.friedman at gmail.com>wrote: > 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 > _______________________________________________ > L...
2008 Nov 04
4
[LLVMdev] Debugging lli using bugpoint
...;wrote: > >> 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 >> __________________...
2008 Nov 03
0
[LLVMdev] Debugging lli using bugpoint
...eli.friedman at gmail.com> wrote: > 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 > _______________________________________________...
2008 Nov 11
0
[LLVMdev] Debugging lli using bugpoint
...m> wrote: >> 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 >> _______...