[LLVMdev] install-bytecode no longer works

Chris Lattner sabre at nondot.org
Fri Nov 12 12:50:22 PST 2004


On Fri, 12 Nov 2004, Reid Spencer wrote:

> On Fri, 2004-11-12 at 12:32, Chris Lattner wrote:
>
> > Perhaps the right way to handle this particular problem is to add the
> > appropriate autoconf check to the llvm-test configure, then have the
> > programs that need alloca use the detected value?
>
> Its already in the llvm configure which is inherited by llvm-test. If
> you want to define this in the makefiles, add the following to
> llvm-test/Makefile.config.in:
>
> HAVE_ALLOCA_H = @HAVE_ALLOCA_H@

Maybe the llvm-test module should have a config.h file?  Or perhaps
llvm-test should use the main llvm compatibility headers?  We've already
solved *this* issue with include/llvm/Config/alloca.h right?

-Chris

-- 
http://llvm.org/
http://nondot.org/sabre/




More information about the llvm-dev mailing list