[LLVMbugs] [Bug 9763] New: llvm + clang + libc++ target conflicts
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 20 19:49:24 PDT 2011
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: unassignedbugs at nondot.org
ReportedBy: blelbach at cct.lsu.edu
CC: llvmbugs at cs.uiuc.edu, ofv at wanadoo.es
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.
More information about the llvm-bugs
mailing list