Revert the RTTI change from r151187. It make lldb compile with g++ 4.4 but it doesn't link anymore. The bug seems to be fixed in g++ 4.5.

llvm-svn: 151198
This commit is contained in:
Benjamin Kramer 2012-02-22 21:00:17 +00:00
parent c41c5a8c39
commit 7390330c86
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@ endif
# Set LLVM source root level. # Set LLVM source root level.
LEVEL := $(LLDB_LEVEL)/../.. LEVEL := $(LLDB_LEVEL)/../..
# shared_ptr from libstdc++ requires RTTI.
REQUIRES_RTTI := 1
# Include LLVM common makefile. # Include LLVM common makefile.
include $(LEVEL)/Makefile.common include $(LEVEL)/Makefile.common