[LLVMbugs] [Bug 12598] New: LLVM/Clang builds on PowerPC/wo compiler-rt but can't build itself

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 19 15:41:29 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=12598

             Bug #: 12598
           Summary: LLVM/Clang builds on PowerPC/wo compiler-rt but can't
                    build itself
           Product: clang
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: don.crandall.jr at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Repeatable: always

I can build LLVM on a PPC 10.5.8 Leopard machine, but if I use it to compile a
new LLVM/Clang the build fails.

I can do a simple hello.c to hello or hello.bc as described on the website. But
can't build the project. Mac OS X 10.7.3 uses clang by default and has no
problems.

I should also point out that I am using make. CMake fails to build at all.

My config is:(leading double-dash is assumed)

enable-optimaized
enable-jit
enable-targets=powerpc-apple-darwin9
build=powerpc-apple-darwin9
target=powerpc-apple-darwin9
host=powerpc-apple-darwin9

I then:
make DISABLE_ASSERTIONS=1

Have I missed something?

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list