[LLVMbugs] [Bug 22661] New: No compiler-rt library is built when configured for i686-linux

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Feb 22 11:52:33 PST 2015


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

            Bug ID: 22661
           Summary: No compiler-rt library is built when configured for
                    i686-linux
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: compiler-rt
          Assignee: unassignedbugs at nondot.org
          Reporter: hjl.tools at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

make/platform/clang_linux.mk has

ifeq ($(CompilerTargetArch),i386)
  SupportedArches := i386

When llvm+clang is configured for i686-linux, llvm+clang builds
fine, but compiler-rt library won't build, which leads to build
failure.

-- 
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/20150222/3f50163b/attachment.html>


More information about the llvm-bugs mailing list