mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-10-30 16:17:05 +00:00 
			
		
		
		
	This test compares the output of llvm-cov against a coverage file generated by gcov. Currently, llvm-cov does not work on certain platforms (namely big-endian architectures such as PowerPC, among others). These platforms are marked as XFAIL for now, but will be fixed later. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194616 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			8 lines
		
	
	
		
			247 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			247 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| These inputs were pre-generated to allow for easier testing of llvm-cov.
 | |
| 
 | |
| test.gcno and test.gcda were create by running clang:
 | |
|   clang++ -g -ftest-coverage -fprofile-arcs test.cpp
 | |
| 
 | |
| test.cpp.gcov was created by running gcov 4.2.1:
 | |
|   gcov test.cpp
 |