Jason Molenda
45f6b1f935
Remove lldb's custom copy of the C++ demangler, used only on Mac
...
OS X. Testsuite shows no change in results using the system runtime's
demangler.
<rdar://problem/12029914>
llvm-svn: 185510
2013-07-03 04:52:51 +00:00
Greg Clayton
9826c3f33d
Allow LLDB to be built on a system with an installed gcc/g++ that isn't the default. I recently installed gcc-4.7/g++-4.7 on Ubuntu and tried to build by specifying:
...
CC=gcc-4.7 CXX=g++-4.7
as configure and make args, but it didn't work when being run with makefiles. This patch fixes that.
llvm-svn: 182158
2013-05-17 20:56:55 +00:00
Filipe Cabecinhas
2f4ed2a8df
Only enable RTTI for cxa_demangle.cpp
...
If testing on Linux+clang proves it needs RTTI, wa can remove the
conditionals.
llvm-svn: 175242
2013-02-15 02:36:40 +00:00
Daniel Malea
48b917bceb
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
2012-12-10 21:05:57 +00:00
Greg Clayton
c982c768d2
Merged Eli Friedman's linux build changes where he added Makefile files that
...
enabled LLVM make style building and made this compile LLDB on Mac OS X. We
can now iterate on this to make the build work on both linux and macosx.
llvm-svn: 108009
2010-07-09 20:39:50 +00:00