On ons, 2011-01-05 at 15:23 +0800, ext 陳韋任 wrote:> Hi, folks > > I am "stll" trying to build LLVM-GCC 4.2 on a Linux/PS3 machine, which > has a 64-bit OS.Don't know if it helps, but clang at least builds nicely. Unfortunately I have a 32bit runtime installed and this seems to cause problems somewhere - clang defaults to 64bit assembly (if I understood the output correctly), and the assembly made from running 'clang --ccc-host-triple=powerpc-linux-gnu' is not accepted by the default system assembler. It might work better on a 64bit system. And I probably should file a bug. Is ppc32 still maintained? kalle -- "Modern computing machines are very complex objects" -von Neumann introducing the NORC, 1954
Erik de Castro Lopo
2011-Jan-05 21:47 UTC
[LLVMdev] Building LLVM-GCC on Linux/PowerPC failed
Kalle Raiskila wrote:> And I probably should file a bug. Is ppc32 still maintained?I have no concrete knowledge of this, but llvm compiles and passes all tests on ppc32, so it seems to be maintained. About once a week I grab the latest SVN head and check this. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
On Jan 5, 2011, at 1:47 PM, Erik de Castro Lopo wrote:> Kalle Raiskila wrote: > >> And I probably should file a bug. Is ppc32 still maintained? > > I have no concrete knowledge of this, but llvm compiles > and passes all tests on ppc32, so it seems to be maintained. > About once a week I grab the latest SVN head and check this.It is run by one of the automatic testers, and introduced bugs that break the tester get fixed. Nobody is doing new work on it. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110105/d0cfe222/attachment.html>