search for: u3dmcq

Displaying 1 result from an estimated 1 matches for "u3dmcq".

2014 May 27
4
[LLVMdev] Getting LLVM bit-code for programs using a couple of libraries
...rograms but if I try to generate the bitcode with -emit-llvm option, it produces linking issues as follows : (also at - http://pastebin.com/zkmL2SAH) sandeep at ubuntu:~/lttng-git/lttng-ust/tests/hello2$ clang -emit-llvm -O2 -I. -o hello -ldl -llttng-ust hello.c tp.c /usr/bin/ld: error: /tmp/hello-u3dmcq.o:1:3: invalid character /usr/bin/ld: error: /tmp/hello-u3dmcq.o:1:3: syntax error, unexpected $end /usr/bin/ld: error: /tmp/hello-u3dmcq.o: not an object or archive /usr/bin/ld: error: /tmp/tp-1CR8ta.o:1:3: invalid character /usr/bin/ld: error: /tmp/tp-1CR8ta.o:1:3: syntax error, unexpected $end /...