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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to