[LLVMbugs] [Bug 15118] New: make tries to copy the darwin/ios compiler_rt.a even though it wasn't built

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jan 30 02:18:20 PST 2013


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

             Bug #: 15118
           Summary: make tries to copy the darwin/ios compiler_rt.a even
                    though it wasn't built
           Product: Build scripts
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: iamleeg at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


Created attachment 9946
  --> http://llvm.org/bugs/attachment.cgi?id=9946
Output of make from the failing case described.

Summary: I can't build llvm + clang from svn revision 173912 because it wants
to copy tools/clang/runtime/compiler-rt/clang_darwin/ios/libcompiler_rt.a to
Debug+Asserts/lib/clang/3.3/lib/darwin/libclang_rt.ios.a, which doesn't exist.
I wasn't trying, AFAICT, to build an iOS compiler or an ARM compiler of any
description.

Steps to reproduce:
[check out llvm r173912, then clang r173912 into tools/clang]
mkdir build && cd build
../configure --enable-targets=x86,x86_64
make

Expected results:
I get a compiler.

Actual results:
Build fails. The output of 'make > make.log 2>&1' is attached.

Regression:
Yes, this is a regression, but I don't know the first version where it started
occurring.

Notes: the attached make output is from a repeat build, not a clean build, so
it doesn't include all the compilation that went into failing at this point.

-- 
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