search for: 5f06d9a5

Displaying 2 results from an estimated 2 matches for "5f06d9a5".

2013 Feb 21
0
[LLVMdev] llvm-ar llvm-link
...2: error: expected integer !<arch> ^ llvm-link: error loading file 'bsd.ar<http://bsd.ar>' What am I missing here ? Regards, Ankur -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130221/5f06d9a5/attachment.html>
2013 Feb 21
2
[LLVMdev] llvm-ar llvm-link
Hi, I tried to build an llvm archive and link it against an llvm bc file. However, it fails. Following is the procedure I followed ( abc.c is file which calls a function whose definition is present in bcd.c) $ clang -c -emit-llvm abc.c $ clang -c -emit-llvm bcd.c $ llvm-ar cr bsd.ar bcd.o $ llvm-link abc.o bsd.ar llvm-link: bsd.ar:1:2: error: expected integer !<arch> ^ llvm-link: