------------------------------------------------------------ For building MCLinker, it needs to build LLVM first. Before building LLVM, the patch "${MCLINKER_SRC}/patch/LLVM.patch" should be applied first. Following the steps below to apply the patch: 1. cd $(LLVM_ROOT) 2. patch -p0 < ${MCLINKER_SRC}/patch/LLVM.patch This patch is for LLVM trunk@152063. ------------------------------------------------------------ commit c3384c93c0e4c50da4ad093f08997507f9281c75 Author: Jim Grosbach Date: Mon Mar 5 21:43:40 2012 +0000 ARM Refactor VLD/VST spaced pair instructions. Use the new composite physical registers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152063