[LLVMdev] llvm-test and _setjmp

Chris Lattner sabre at nondot.org
Fri Aug 25 21:03:05 PDT 2006


On Fri, 25 Aug 2006, Reid Spencer wrote:
> I'm trying to get the llvm-test suite going on Fedora Core 5 and I have
> a number of failures with the current HEAD. The major one (see PR879)
> has a workaround. Now, I'm getting a conflict in the CBakcned while
> compiling siod (and others):
> I assume this is because of the array vs. the pointer.  Why does the C
> Backend provide its own definition of _setjmp when it knows there is one
> in the header files vi the HAVE__SETJMP #define?

I don't know, but this may be related to rev 1.265 of CBackend/Writer.cpp.

-Chris

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



More information about the llvm-dev mailing list