[LLVMdev] Linux-x86 Compatability

Casey Carter ccarter at cs.uiuc.edu
Fri Sep 13 09:38:00 PDT 2002


ISSUE: In Interpreter::executeInstruction(), _sys_siglistp is a Solarisism.

ACTION: Replace _sys_siglistp[signo] with strsignal(signo) which is more 
portable, maybe POSIX?

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/7fe9dc4b/attachment.ksh>


More information about the llvm-dev mailing list