[LLVMbugs] [Bug 17160] New: Error when trying to build fat binaries of compiler-rt

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Sep 8 14:24:48 PDT 2013


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

            Bug ID: 17160
           Summary: Error when trying to build fat binaries of compiler-rt
           Product: compiler-rt
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: coolstarorganization at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

When I try building fat binaries of LLVM 3.3 on OS X, it errors when trying to
build compiler-rt. I use the following configure command:

"../llvm-3.3/configure CC='xcrun -sdk macosx10.8 clang -arch i386 -arch x86_64'
CXX='xcrun -sdk macosx10.8 clang++ -arch i386 -arch x86_64' CPP='xcrun -sdk
macosx10.8 clang -arch x86_64 -E' CXXCPP='xcrun -sdk macosx10.8 clang++ -arch
x86_64 -E' --enable-optimized --disable-assertions"

When it tries making compiler_rt, lipo complains there's no files specified,
and the build stops. LLVM and Clang were built successfully, however.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130908/5168e9bb/attachment.html>


More information about the llvm-bugs mailing list