Displaying 2 results from an estimated 2 matches for "r220490".
2014 Nov 04
2
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
...n about using CMake to generate shared libraries. Since I’ve done some patches in this area recently I thought I’d take a minute to explain the current state of things.
Historically LLVM’s CMake build system has been able to produce shared libraries for each of the llvm static libraries. My patch (r220490) added the llvm-shlib tool to the CMake build system. You can now set LLVM_BUILD_LLVM_DYLIB=On on the CMake command line to generate a single libLLVM.dylib with a default set of LLVM libraries included.
Tom, I’m really curious if this is close to meeting your needs. I’m guessing we probably need t...
2014 Nov 03
2
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
On Fri, Oct 31, 2014 at 11:19:22PM +0000, Eric Christopher wrote:
> On Fri Oct 31 2014 at 3:11:22 PM Tom Stellard <tom at stellard.net> wrote:
>
> > Hi,
> >
> > I would like to propose deprecating the autoconf build system at some
> > point in the future. Maintaining two build systems is a hassle not
> > only for this project, but also for other projects