Displaying 2 results from an estimated 2 matches for "r199484".
2014 Jan 21
2
[LLVMdev] C++0x Bug in CMake?
...n 21, 2014 at 8:03 PM, Renato Golin <renato.golin at linaro.org>
> wrote:
> > Chandler,
> >
> > I may be doing this wrong, but I'm getting a weird error in building LLVM
> > with Clang via CMake.
>
> I have been debugging a similar issue that I isolated to r199484. The
> issue surfaces for me as:
>
> /opt/centos/devtoolset-1.1/root/usr/bin/ld:
> ../../lib/libLLVMAArch64CodeGen.a(AArch64AsmPrinter.cpp.o): relocation
> R_X86_64_32 against `.rodata..L.str5' can not be used when making a
> shared object; recompile with -fPIC
> ../../lib...
2014 Jan 21
4
[LLVMdev] C++0x Bug in CMake?
Chandler,
I may be doing this wrong, but I'm getting a weird error in building LLVM
with Clang via CMake.
On x86_64:
$ CC=clang CXX=clang++ cmake -G Ninja ../../src/llvm
-DCMAKE_BUILD_TYPE=Release -DLLVM_BUILD_TESTS=True
-DLLVM_ENABLE_ASSERTIONS=True
On ARM:
$ CC=clang CXX=clang++ cmake -G Ninja ../src/ -DCMAKE_BUILD_TYPE=Release
-DCMAKE_INSTALL_PREFIX=../install