[LLVMdev] [compiler-rt] cmake fails to configure for AArh64
Renato Golin
renato.golin at linaro.org
Wed Sep 24 06:42:58 PDT 2014
On 24 September 2014 14:05, Oleg Ranevskyy <llvm.mail.list at gmail.com> wrote:
> After the line with -m64 is commented out, cmake can complete the
> configuration and I am able to cross compile the whole LLVM.
Hi Oleg,
This option is only relevant to x86/64 platforms, not ARM. The
conditional should also check if the platform is x86.
cheers,
--renato
More information about the llvm-dev
mailing list