I am converting an entire project, which include libraries, into LLVM bytecode.
What is the proper way to compile library objects (.lo) and libtool libraries (.la) into LLVM bytecode (.bc)?
EDIT: What I mean is emit LLVM from source code that was meant to compile into .la and .lo.