forked from OSchip/llvm-project
				
			Removing unnecessary link component for MCJIT unittests
llvm-svn: 193125
This commit is contained in:
		
							parent
							
								
									c53738a025
								
							
						
					
					
						commit
						9217452f30
					
				| 
						 | 
					@ -2,7 +2,6 @@ set(LLVM_LINK_COMPONENTS
 | 
				
			||||||
  asmparser
 | 
					  asmparser
 | 
				
			||||||
  bitreader
 | 
					  bitreader
 | 
				
			||||||
  bitwriter
 | 
					  bitwriter
 | 
				
			||||||
  jit
 | 
					 | 
				
			||||||
  mcjit
 | 
					  mcjit
 | 
				
			||||||
  nativecodegen
 | 
					  nativecodegen
 | 
				
			||||||
  )
 | 
					  )
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,7 +9,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
LEVEL = ../../..
 | 
					LEVEL = ../../..
 | 
				
			||||||
TESTNAME = MCJIT
 | 
					TESTNAME = MCJIT
 | 
				
			||||||
LINK_COMPONENTS := core jit mcjit native support
 | 
					LINK_COMPONENTS := core mcjit native support
 | 
				
			||||||
 | 
					
 | 
				
			||||||
include $(LEVEL)/Makefile.config
 | 
					include $(LEVEL)/Makefile.config
 | 
				
			||||||
include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
 | 
					include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue