Displaying 2 results from an estimated 2 matches for "2c6c2150".
Did you mean:
262150
2011 Sep 22
0
[LLVMdev] running a module pass via opt on multiple bitcode files
...our target project and change CC and CFLAGS as
> follows:
> CC=llvm-gcc
> CFLAGS=-emit-llvm …
> 5) Build the project with LLVM.
-- John T.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110922/2c6c2150/attachment.html>
2011 Sep 22
2
[LLVMdev] running a module pass via opt on multiple bitcode files
Thanks John. I appreciate your help.
I have taken the libLTO approach and it worked like a charm :) For those who wanted to achieve the same thing, below are the steps I've taken.
John -- a small question: I thought I wouldn't need to touch Makefiles at all, but that wasn't the case. Could you take a look at Step 4) and tell me what you think? Thanks!
1) Create your own libLTO and