summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/RecordingMemoryManager.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-06-12 17:45:57 +0000
committerGreg Clayton <gclayton@apple.com>2010-06-12 17:45:57 +0000
commitef59f829e4501db5f2215f8654f879c03fedd0e6 (patch)
tree78bc77475c6f591ed9e75c9893fcd452fb2978cb /lldb/source/Expression/RecordingMemoryManager.cpp
parent250a21b79b14ad2757d665bef623fa11faa1c128 (diff)
downloadbcm5719-llvm-ef59f829e4501db5f2215f8654f879c03fedd0e6.tar.gz
bcm5719-llvm-ef59f829e4501db5f2215f8654f879c03fedd0e6.zip
Switched over to using the new lldb::SharingPtr from Howard Hinnant.
We need to put this in LLDB since we need to vend this in our API because our public API uses shared pointers to our private objects. Removed a deprecated file: include/lldb/Host/Types.h Added the new SharingPtr.cpp/.h files into source/Utility. Added a shell script build phase that fixes up all headers in the LLDB.framework. llvm-svn: 105895
Diffstat (limited to 'lldb/source/Expression/RecordingMemoryManager.cpp')
-rw-r--r--lldb/source/Expression/RecordingMemoryManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Expression/RecordingMemoryManager.cpp b/lldb/source/Expression/RecordingMemoryManager.cpp
index 9f732b6c976..e1ccdbe7267 100644
--- a/lldb/source/Expression/RecordingMemoryManager.cpp
+++ b/lldb/source/Expression/RecordingMemoryManager.cpp
@@ -7,7 +7,6 @@
//
//===----------------------------------------------------------------------===//
-#define NO_RTTI
// C Includes
// C++ Includes
// Other libraries and framework includes
OpenPOWER on IntegriCloud