Enable RTTI for liblldbCore.a when GCC is the compiler
authorDaniel Malea <daniel.malea@intel.com>
Mon, 10 Dec 2012 21:05:57 +0000 (21:05 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Mon, 10 Dec 2012 21:05:57 +0000 (21:05 +0000)
commit48b917bceb60f12c7158db8b56d4d5432dd50527
treecfe93e4336862e4dcb5b755135117099c39ecebd
parent7352e4ffcb4a0903b6d2bf33e82756717da49fa5
Enable RTTI for liblldbCore.a when GCC is the compiler
- gcc does not like -fno-rtti mixed with dynamic_cast<> (in cxa_demangle.cpp)

llvm-svn: 169767
lldb/lib/Makefile
lldb/source/Core/Makefile
lldb/source/Utility/Makefile