mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-31 08:16:47 +00:00 
			
		
		
		
	In some places we've been using different suffixes for the different file formats involved in instrprof, but in others we've just ambiguously used .profdata. Update the test files to indicate the types of file more obviously. No functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214357 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			13 lines
		
	
	
		
			183 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			183 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # RUN: llvm-profdata merge %s -o %t.out 2>&1 | FileCheck %s
 | |
| # CHECK: overflow.proftext: overflow: Counter overflow
 | |
| 
 | |
| overflow
 | |
| 1
 | |
| 1
 | |
| 9223372036854775808
 | |
| 
 | |
| overflow
 | |
| 1
 | |
| 1
 | |
| 9223372036854775808
 |