[LLVMbugs] [Bug 14109] New: CMake build for compiler-rt should use just-built clang

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Oct 17 09:14:45 PDT 2012


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: unassignedbugs at nondot.org
        ReportedBy: samsonov at google.com
                CC: devlists at shadowlab.org, eugeni.stepanov at gmail.com,
                    glider at google.com, kcc at google.com,
                    llvmbugs at cs.uiuc.edu
    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.



More information about the llvm-bugs mailing list