Revert 75648 for now. It is causing test failures.
llvm-svn: 75684
This commit is contained in:
@@ -52,9 +52,7 @@ CodeGenModule::CodeGenModule(ASTContext &C, const CompileOptions &compileOpts,
|
||||
Runtime = CreateMacObjCRuntime(*this);
|
||||
|
||||
// If debug info generation is enabled, create the CGDebugInfo object.
|
||||
DebugInfo = 0;
|
||||
if (CompileOpts.DebugInfo)
|
||||
DebugInfo = new CGDebugInfo(this, &Context.Target);
|
||||
DebugInfo = CompileOpts.DebugInfo ? new CGDebugInfo(this) : 0;
|
||||
}
|
||||
|
||||
CodeGenModule::~CodeGenModule() {
|
||||
|
||||
Reference in New Issue
Block a user