forked from OSchip/llvm-project
				
			llvm-demangle-fuzzer: Link in Support
The refactoring in r318407 transiently includes abi-breaking.h which defines EnableABIBreakingChecks. This breaks my Debug build because this fuzzer did not link in Support with the symbol. Differential Revision: https://reviews.llvm.org/D40190 llvm-svn: 318553
This commit is contained in:
		
							parent
							
								
									42a97a94ca
								
							
						
					
					
						commit
						c6b7af2b4d
					
				| 
						 | 
					@ -1,6 +1,7 @@
 | 
				
			||||||
set(LLVM_LINK_COMPONENTS
 | 
					set(LLVM_LINK_COMPONENTS
 | 
				
			||||||
  Demangle
 | 
					  Demangle
 | 
				
			||||||
  FuzzMutate
 | 
					  FuzzMutate
 | 
				
			||||||
 | 
					  Support
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
add_llvm_fuzzer(llvm-demangle-fuzzer
 | 
					add_llvm_fuzzer(llvm-demangle-fuzzer
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue