So where could I find a list of LLVM libraries so I can figure out which ones I actually need to link into my program?
Oscar Fuentes writes:
Eli Gottlieb <eligottlieb@gmail.com> writes:
So where could I find a list of LLVM libraries so I can figure out
which ones I actually need to link into my program?
What's not clear in
http://www.llvm.org/docs/CMake.html#embedding-llvm-in-your-project
? (suppossing that you are using CMake)
Also take a look at the llvm-config tool.