Displaying 1 result from an estimated 1 matches for "rijndael_llvm".
2009 Dec 23
1
[LLVMdev] Mergin .bc files
...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>