[LLVMdev] Mergin .bc files

Juan Carlos Martinez Santos juanc.martinez.santos at gmail.com
Wed Dec 23 12:34:54 PST 2009


Hello,

Two questions:

1. How I can merge a project with several (.bc) files just in one (.bc)
file?
2. Is there a more efficient way to do the below procedure (and get the .bc
files)?

llvm-gcc -static -O3 -emit-llvm aes.c -c -o aes.bc
llvm-gcc -static -O3 -emit-llvm aesxam.c -c -o aesxam.bc
llvm-ld aes.bc aesxam.bc -o rijndael_llvm

-- 
Juan Carlos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091223/1c599623/attachment.html>


More information about the llvm-dev mailing list