[LLVMbugs] [Bug 13774] New: Packaging advice omits information about CMake build
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Sep 5 18:06:20 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13774
Bug #: 13774
Summary: Packaging advice omits information about CMake build
Product: Documentation
Version: trunk
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: General docs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: tonysidaway at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
The file docs/Packaging.html has the following section which appears to apply
to the autoconfig/make build system. It needs to be updated to include
information on how to build with RTTI using CMake ( LLVM_REQUIRES_RTTI ).
C++ Features
RTTI
LLVM disables RTTI by default. Add REQUIRES_RTTI=1 to your
environment while running make to re-enable it. This will allow users to build
with
RTTI enabled and still inherit from LLVM classes.
--
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