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

             Bug #: 14109
           Summary: CMake build for compiler-rt should use just-built
                    clang
           Product: compiler-rt
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: compiler-rt
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected],
                    [email protected], [email protected],
                    [email protected]
    Classification: Unclassified


This would be useful as:
1) We'd be able to compile compiler-rt libraries for many targets (that is, for
targets supported by clang).
2) We'd need to support a single compiler (ToT Clang) instead of all kinds of
host compilers users may have.
3) It may simplify building ASan/(MSan?) unit tests that require
instrumentation, as just-built clang would have the "-faddress-sanitizer" flag
working.

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

Reply via email to