[Lldb-commits] [lldb] r148146 - /lldb/trunk/source/Target/Target.cpp

Sean Callanan scallanan at apple.com
Fri Jan 13 14:19:53 PST 2012


Author: spyffe
Date: Fri Jan 13 16:19:53 2012
New Revision: 148146

URL: http://llvm.org/viewvc/llvm-project?rev=148146&view=rev
Log:
Only create new ASTImporters on demand, not
proactively.

Modified:
    lldb/trunk/source/Target/Target.cpp

Modified: lldb/trunk/source/Target/Target.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Target/Target.cpp?rev=148146&r1=148145&r2=148146&view=diff
==============================================================================
--- lldb/trunk/source/Target/Target.cpp (original)
+++ lldb/trunk/source/Target/Target.cpp Fri Jan 13 16:19:53 2012
@@ -840,8 +840,6 @@
                 }
             }
         }
-        
-        m_ast_importer_ap.reset(new ClangASTImporter());
     }
 
     UpdateInstanceName();





More information about the lldb-commits mailing list