forked from OSchip/llvm-project
Reverting the part of the debug-in-ofile patch from earlier today that removes them from the shared module list. That was causing a bunch of asserts. Greg is working on a better fix.
llvm-svn: 127201
This commit is contained in:
parent
45acbd03db
commit
5ca40258ea
|
@ -165,7 +165,7 @@ SymbolFileDWARFDebugMap::GetModuleByCompUnitInfo (CompileUnitInfo *comp_unit_inf
|
|||
if (oso_symbol)
|
||||
{
|
||||
FileSpec oso_file_spec(oso_symbol->GetMangled().GetName().AsCString(), true);
|
||||
//#define SYMBOL_FILE_DWARF_DEBUG_MODULES 1
|
||||
#define SYMBOL_FILE_DWARF_DEBUG_MODULES 1
|
||||
#if defined (SYMBOL_FILE_DWARF_DEBUG_MODULES)
|
||||
// Normally we don't want the .o files we open added to the shared
|
||||
// module list. This is because we will add our own section
|
||||
|
|
Loading…
Reference in New Issue