forked from OSchip/llvm-project
Fix NDEBUG build problem in r320895
Fix incorrect placement of #endif causing NDEBUG build failures. llvm-svn: 320897
This commit is contained in:
parent
a1f6fba4d1
commit
69b2de8466
|
@ -444,8 +444,8 @@ static void dumpImportListForModule(StringRef ModulePath,
|
|||
DEBUG(dbgs() << " - " << Src.second.size() << " functions imported from "
|
||||
<< SrcModName << "\n");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
/// Compute all the imports for the given module in the Index.
|
||||
void llvm::ComputeCrossModuleImportForModule(
|
||||
|
|
Loading…
Reference in New Issue