Don't create implicit comdats.
comdats are explicitly represented for some time now. llvm-svn: 253924
This commit is contained in:
		
							parent
							
								
									f358bfff17
								
							
						
					
					
						commit
						bca90bf158
					
				| 
						 | 
					@ -451,8 +451,6 @@ static ld_plugin_status claim_file_hook(const ld_plugin_input_file *file,
 | 
				
			||||||
      const Comdat *C = Base->getComdat();
 | 
					      const Comdat *C = Base->getComdat();
 | 
				
			||||||
      if (C)
 | 
					      if (C)
 | 
				
			||||||
        sym.comdat_key = strdup(C->getName().str().c_str());
 | 
					        sym.comdat_key = strdup(C->getName().str().c_str());
 | 
				
			||||||
      else if (Base->hasWeakLinkage() || Base->hasLinkOnceLinkage())
 | 
					 | 
				
			||||||
        sym.comdat_key = strdup(sym.name);
 | 
					 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    sym.resolution = LDPR_UNKNOWN;
 | 
					    sym.resolution = LDPR_UNKNOWN;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue