ISSUE: Linux doesn't have any steenking SIGEMT signal, as referred to in lib/Support/Signals.cpp.
ACTION: Wrap the use with a #ifdef SIGEMT / #endif.
PATCH: Apply from llvm top-level directory with "patch -p0".
patch (533 Bytes)
ISSUE: Linux doesn't have any steenking SIGEMT signal, as referred to in lib/Support/Signals.cpp.
ACTION: Wrap the use with a #ifdef SIGEMT / #endif.
PATCH: Apply from llvm top-level directory with "patch -p0".
patch (533 Bytes)
ISSUE: Linux doesn't have any steenking SIGEMT signal, as referred to in
lib/Support/Signals.cpp.ACTION: Wrap the use with a #ifdef SIGEMT / #endif.
Applied. Also the sys/time.h in Pass.cpp patch as well.
-Chris
http://llvm.cs.uiuc.edu/
http://www.nondot.org/~sabre/Projects/