From 10af7c430a426ab649ac000152bc51c3601eb395 Mon Sep 17 00:00:00 2001 From: Sean Callanan Date: Thu, 4 Nov 2010 01:51:38 +0000 Subject: Re-enabled LLDB's pointer checkers, and moved the implementation of the Objective-C object checkers into the Objective-C language runtime. llvm-svn: 118226 --- lldb/source/Expression/ClangExpressionParser.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'lldb/source/Expression/ClangExpressionParser.cpp') diff --git a/lldb/source/Expression/ClangExpressionParser.cpp b/lldb/source/Expression/ClangExpressionParser.cpp index 97d54a89e0f..016a637fdee 100644 --- a/lldb/source/Expression/ClangExpressionParser.cpp +++ b/lldb/source/Expression/ClangExpressionParser.cpp @@ -454,8 +454,6 @@ ClangExpressionParser::MakeJIT (lldb::addr_t &func_addr, if (m_expr.NeedsValidation() && exe_ctx.process->GetDynamicCheckers()) { - /* - Disabled temporarily - TODO Centralize and re-enable this inside Process to avoid race conditions IRDynamicChecks ir_dynamic_checks(*exe_ctx.process->GetDynamicCheckers(), function_name.c_str()); if (!ir_dynamic_checks.runOnModule(*module)) @@ -464,7 +462,6 @@ ClangExpressionParser::MakeJIT (lldb::addr_t &func_addr, err.SetErrorString("Couldn't add dynamic checks to the expression"); return err; } - */ } } -- cgit v1.2.3