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

           Summary: llvm + clang + libc++ target conflicts
           Product: Build scripts
           Version: trunk
          Platform: HP
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: cmake
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


both LLVM and libc++'s CMake system define a check target (clang defines
"check-all"). This causes a problem, because CMake doesn't allow you to have
two targets with the same name (well, an option can change this to a warning,
but it'd screw up Makefile generation). Can we have check-llvm, check-clang and
check-libc++ targets?

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