[MinGW] Don't autoexport anything from libmsvcrt or libucrtbase
These libraries contain a number of object files with compat wrappers, in addition to the normal import library entries. Differential Revision: https://reviews.llvm.org/D39684 llvm-svn: 317505
This commit is contained in:
		
							parent
							
								
									b438ea3f1c
								
							
						
					
					
						commit
						6bde1667ba
					
				| 
						 | 
				
			
			@ -69,6 +69,8 @@ AutoExporter::AutoExporter() {
 | 
			
		|||
      "libc++",
 | 
			
		||||
      "libc++abi",
 | 
			
		||||
      "libunwind",
 | 
			
		||||
      "libmsvcrt",
 | 
			
		||||
      "libucrtbase",
 | 
			
		||||
  };
 | 
			
		||||
  ExcludeObjects = {
 | 
			
		||||
      "crt0.o",
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue