Displaying 2 results from an estimated 2 matches for "transcib".
Did you mean:
translib
2013 May 08
1
[LLVMdev] Clarifying the state of setjmp/longjmp support in LLVM and Clang
...ary call does not appear to be handled specially, although a
no-longer-comment in a test I removed in r181468 said:
"__builtin_longjmp/setjmp should get transformed into llvm.setjmp/longjmp
> just like explicit setjmp/longjmp calls are."
On my Ubuntu machine, the call actually gets transcibed to calling _setjmp,
but that may be due to compiler settings in system library headers.
LLVM.
LLVM supports two flavors of setjmp/longjmp intrinsics: llvm.{set|long}jmp
and llvm.eh.sjlj.{set|long}jmp
The latter is documented in http://llvm.org/docs/ExceptionHandling.html and
has some tests for...
2012 Jan 07
2
PXELINUX: how to debug initrd corruption?
Hi All,
I have a system, that, ~80% of the time, fails to properly boot using
pxelinux.0 as provided by RHEL 5.5 (syslinux 3.11, I think). The
gripe, before the console messages stop, is a message that comes from
the linux kernel complaining the compressed ram drive image is bad:
"invalid compressed format (err=[small number])".
I have two questions:
1. How should I go about