search for: babbusandy2006

Displaying 3 results from an estimated 3 matches for "babbusandy2006".

2014 May 27
4
[LLVMdev] Getting LLVM bit-code for programs using a couple of libraries
Hi guys, I am compiling some programs with clang which use a couple of libraries. When I compile with the command - "clang -O2 -I. -o hello -ldl -llttng-ust hello.c tp.c", it goes successful. My aim is to get the bitcode for these programs but if I try to generate the bitcode with -emit-llvm option, it produces linking issues as follows : (also at - http://pastebin.com/zkmL2SAH)
2014 Jun 10
4
[LLVMdev] use of undeclared identifier '__NR_*' error while building clang
Hi guys, I am following this[1] tutorial to install clang. However, I have made a small change in the configure command, and I am running it with '--enable-optimized' option to avoid the debug build. I am getting the errors (given at the end) related to *undeclared identifiers '__NR_*'*. Can someone please provide some input about how to tackle this issue? On my other machine, I
2014 May 27
2
[LLVMdev] Getting LLVM bit-code for programs using a couple of libraries
...ank you so much for the reply, Tim ! I have some follow up questions (in the inline replies), it would be great if you can answer those. On Tue, May 27, 2014 at 1:36 PM, Tim Northover <t.p.northover at gmail.com> wrote: > Hi Sandeep, > > On 27 May 2014 02:58, Sandeep K Chaudhary <babbusandy2006 at gmail.com> wrote: >> My aim is to get the bitcode for these programs but if I try to >> generate the bitcode with -emit-llvm option, it produces linking >> issues as follows : (also at - http://pastebin.com/zkmL2SAH) > > You shouldn't really expect "-emit-llvm...