[LLVMdev] 64-bit Linux Support

Duraid Madina duraid at octopus.com.au
Wed Jun 1 20:30:12 PDT 2005


Hi guys,

> The answer to that is that we don't have IA-64 in-house, so we don't
> provide an IA-64 C/C++ front-end, but if someone were to contribute it
> to us, we would gratefully host it.

OK, I'll roll one up shortly! However,

> I noticed that it does not list IA-64 anywhere, but I assume the
> directions would be the same as for Linux/x86.  Let us know if that
> works for you, and I'll amend the doc accordingly.

Yes, just build the CFE as if you were on a plain old Linux/x86 box and 
everything will Just Work. Beware the terrible C++ alignment issue, though:

http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=546

for the moment, most C++ programs will fail on IA-64, even if you use 
the CBE. This one will get fixed shortly though, one way or another. ;)

	Duraid




More information about the llvm-dev mailing list