Displaying 2 results from an estimated 2 matches for "3.4.99".
Did you mean:
3.4.9
2014 Feb 12
4
[LLVMdev] llvm trunk build failed in cmake_install.cmake on ARM platform
Hi dear list,
I tried to build llvm+clang on an OpenSuse BuildServer for ARM. The
build was carried out with CMake 2.8.11. In the installation step I got
the following error:
> [26815s] -- Installing: /home/abuild/rpmbuild/BUILDROOT/llvm-3.4.99-336.1.arm/usr/lib/libLLVMSupport.so
> [26815s] CMake Error at lib/Support/cmake_install.cmake:45 (FILE):
> [26815s] file RPATH_CHANGE could
2014 Feb 13
2
[LLVMdev] llvm trunk build failed in cmake_install.cmake on ARM platform
We try to change cmake's behaviour so that it uses $ORIGIN in the rpath, making the binaries relocatable. That might be falling in here for some reason.
Sent from my iPhone
> On Feb 12, 2014, at 11:07, Brad King <brad.king at kitware.com> wrote:
>
>> On 02/12/2014 08:08 AM, Mathias Bauer wrote:
>> Hi dear list,
>>
>> I tried to build llvm+clang on an