Displaying 2 results from an estimated 2 matches for "libscalaropts".
2004 Feb 02
0
[LLVMdev] Libraries? What Libraries?
...brary).
To make things more complex, we have some tools that want to link in
_every_ transformation/analysis in a directory, without having to know
what they all are (their static ctors register them). These tools (like
opt, bugpoint, and analyze) thus link to the scalaropts.o file instead of
the libscalaropts.a file, causing _all_ transformations to be linked in.
There isn't any good documentation of what each library does, but if you
have specific questions, I can certainly answer them. The big problem is
the dependencies between the libraries. For example, lib/Target/Sparc
depends on the scalar...
2004 Feb 02
2
[LLVMdev] Libraries? What Libraries?
Hi,
I'm trying to figure out which LLVM libraries (er.. object files that
is) I should link with my programs. It isn't clear to me what the build
output of LLVM is. I tried the new make "install" target and got a
plethora of .o files. The few .a files I got had _likely_to_conflict_
names such as "libsupport.a" and "libtarget.a". None of the .o files
are