[JITLink] Fix typo in debugging output.
This commit is contained in:
		
							parent
							
								
									60eb06be6d
								
							
						
					
					
						commit
						57f6fd0a34
					
				| 
						 | 
				
			
			@ -38,7 +38,7 @@ public:
 | 
			
		|||
    if (EntryI == Entries.end()) {
 | 
			
		||||
      auto &Entry = impl().createEntry(G, Target);
 | 
			
		||||
      DEBUG_WITH_TYPE("jitlink", {
 | 
			
		||||
        dbgs() << "    Created" << impl().getSectionName() << "entry for "
 | 
			
		||||
        dbgs() << "    Created " << impl().getSectionName() << "entry for "
 | 
			
		||||
               << Target.getName() << ": " << Entry << "\n";
 | 
			
		||||
      });
 | 
			
		||||
      EntryI = Entries.insert(std::make_pair(Target.getName(), &Entry)).first;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue