CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/02/26 06:34:23
Modified files:
devel/llvm : Makefile
Added files:
devel/llvm/patches:
patch-lib_Transforms_Scalar_LoopIdiomRecognize_cpp
Log message:
Bring in from base:
Disable loop idiom recognition for _libc_memset and _libc_memcpy. These are
the internal names we use in libc for memset and memcpy and having the
compiler optimize them as calls to memset and memcpy will lead to infinite
recursion.
from Brad (maintainer)
