Hello,<div><br></div><div>Two questions:</div><div><br></div><div>1. How I can merge a project with several (.bc) files just in one (.bc) file?</div><div>2. Is there a more efficient way to do the below procedure (and get the .bc files)? </div>
<div><br></div><div><div>llvm-gcc -static -O3 -emit-llvm aes.c -c -o aes.bc</div><div>llvm-gcc -static -O3 -emit-llvm aesxam.c -c -o aesxam.bc</div><div>llvm-ld aes.bc aesxam.bc -o rijndael_llvm</div><br>-- <br>Juan Carlos<br>

</div>