Displaying 1 result from an estimated 1 matches for "packetbuf".
Did you mean:
packet_buf
2015 Jul 31
1
[LLVMdev] error open a share library generated by a LLVM pass
Hello,
use command :
opt -load ../Release+Asserts/XX.o -XX <packetbuf.bc> /dev/null
then I got the error by use the XX.o in the LLVM pass directory:
Error opening "../Release+Asserts/XX.o" only ET_DYN and ET_EXEC can be
loaded
-load request ignored.
I got another error by use the XX.o in the LLVM src directory
$LLVM_SRC/Release+Asserts/lib/XX.o:
Error...