[LLVMdev] Practical --enable-shared LLVM builds.
Dan Gohman
gohman at apple.com
Thu Nov 13 10:57:13 PST 2008
On Nov 12, 2008, at 10:05 PM, Nick Lewycky wrote:
> There's very very little that we don't want exposed. LLVM is by
> design a
> framework where everything is reusable.
Note that many parts of LLVM today do not have stable ABIs. From a
quick survey, there are even some ABIs which change when NDEBUG is
defined. Anyone interested in persuing shared libraries of LLVM
should come with a plan for dealing with this.
Dan
More information about the llvm-dev
mailing list