[LLVMdev] install-bytecode no longer works

Reid Spencer reid at x10sys.com
Fri Nov 12 12:23:21 PST 2004


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@

Reid.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041112/8da5603a/attachment.sig>


More information about the llvm-dev mailing list