[LLVMdev] Compiling with llvm-gcc

Eli Friedman eli.friedman at gmail.com
Sat Jul 25 13:38:18 PDT 2009


On Sat, Jul 25, 2009 at 1:13 PM, funceval<funceval at gmail.com> wrote:
>
> Using the command:
> llvm-gcc -m64 hello.c
>
> resulted in the following error:
> sorry, unimplemented: 64-bit mode not compiled in

Using a 32-bit compiler probably isn't going to work quite right on a
64-bit system; make sure you're configuring llvm-gcc for a 64-bit
target.

-Eli



More information about the llvm-dev mailing list