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". -- Casey Carter Casey at Carter.net ccarter at uiuc.edu AIM: cartec69 -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: patch URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20020913/c2a65b95/attachment.ksh>
> 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/