[lld][Driver] remove return after llvm_unreachable
llvm-svn: 189891
This commit is contained in:
		
							parent
							
								
									37f50b7ccc
								
							
						
					
					
						commit
						2eaa47a008
					
				| 
						 | 
				
			
			@ -64,7 +64,6 @@ bool Driver::link(const LinkingContext &context, raw_ostream &diagnostics) {
 | 
			
		|||
    }
 | 
			
		||||
    else {
 | 
			
		||||
      llvm_unreachable("Not handling other types of InputElements");
 | 
			
		||||
      return true;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
  for (const auto &input : linkerInputs) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue