[LLVMdev] how to compile a large project to LLVM IR?

Nema, Ashutosh Ashutosh.Nema at amd.com
Wed Jun 24 21:02:53 PDT 2015


You can probably generate different .bc files and link/merge them using llvm-link.

http://llvm.org/releases/2.7/docs/CommandGuide/html/llvm-link.html

Regards,
Ashutosh

From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Q Z
Sent: Wednesday, June 24, 2015 7:36 PM
To: llvmdev at cs.uiuc.edu
Subject: [LLVMdev] how to compile a large project to LLVM IR?

Hello,I want to compile a large project(for example,Apache httpd) to one .bc file. How can I do this? Can you give me some examples?


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150625/897d0b69/attachment.html>


More information about the llvm-dev mailing list