[LLVMbugs] [Bug 6403] New: Create LLVM-style build variants
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Feb 23 00:55:26 PST 2010
http://llvm.org/bugs/show_bug.cgi?id=6403
Summary: Create LLVM-style build variants
Product: Build scripts
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P5
Component: cmake
AssignedTo: unassignedbugs at nondot.org
ReportedBy: dgregor at apple.com
CC: llvmbugs at cs.uiuc.edu
LLVM's Makefile-based build system generates variants Debug, Release,
Release-Asserts, Debug-Asserts. CMake also defines some build variants, but
they aren't the same as the LLVM ones. We should extend CMake's set of build
variants to cover those variants used by LLVM, and to do the same things. IDE
users would greatly benefit, since they can just select the appropriate variant
from a drop-down, and we'd have consistency across the build systems.
--
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