mirror of
				https://git.proxmox.com/git/llvm-toolchain
				synced 2025-10-31 06:25:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			786 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			786 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Index: llvm-toolchain-snapshot_17~++20230601055733+ee6ec2c5f1a5/bolt/tools/merge-fdata/CMakeLists.txt
 | |
| ===================================================================
 | |
| --- llvm-toolchain-snapshot_17~++20230601055733+ee6ec2c5f1a5.orig/bolt/tools/merge-fdata/CMakeLists.txt
 | |
| +++ llvm-toolchain-snapshot_17~++20230601055733+ee6ec2c5f1a5/bolt/tools/merge-fdata/CMakeLists.txt
 | |
| @@ -12,6 +12,6 @@ add_bolt_tool(merge-fdata
 | |
|  add_dependencies(bolt merge-fdata)
 | |
|  
 | |
|  # Emit relocations for BOLT meta test (bolt/test/runtime/meta-merge-fdata.test)
 | |
| -if (BOLT_INCLUDE_TESTS AND UNIX AND NOT APPLE)
 | |
| -  target_link_options(merge-fdata PRIVATE LINKER:--emit-relocs)
 | |
| -endif()
 | |
| +# if (BOLT_INCLUDE_TESTS AND UNIX AND NOT APPLE)
 | |
| +#   target_link_options(merge-fdata PRIVATE LINKER:--emit-relocs)
 | |
| +# endif()
 | 
