Merge remote-tracking branch 'upstream/master' into contextual-clues

This commit is contained in:
Robert Widmann
2020-04-17 11:52:53 -07:00
36 changed files with 670 additions and 423 deletions

View File

@@ -76,7 +76,7 @@ void IRGenModule::emitCoverageMapping() {
// Encode the filenames.
std::string Filenames;
llvm::LLVMContext &Ctx = LLVMContext;
llvm::LLVMContext &Ctx = getLLVMContext();
{
llvm::raw_string_ostream OS(Filenames);
llvm::coverage::CoverageFilenamesSectionWriter(FilenameRefs).write(OS);