[LLVMbugs] [Bug 13828] New: libprofile_rt should be built for --target (against different host)

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Sep 13 01:42:35 PDT 2012


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

             Bug #: 13828
           Summary: libprofile_rt should be built for --target (against
                    different host)
           Product: Runtime Libraries
           Version: trunk
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: libprofile library
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: geek4civic at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


For example, --target=i686-pc-mingw32 --host=x86_64-linux,

libprofile_rt.dll should be built, but not currently.

I know it would require cross compiler and binutils (eg. i686-pc-mingw32-gcc on
host)
Could it be built with clang in the build tree instead, when clang is enabled.
built-clang is expected to know --target.

I guess other runtime libraries, compiler-rt and libcxx might have similar
issue.

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