forked from OSchip/llvm-project
				
			[DebugInfo] Fix typo "DWARG" in test comment (NFC)
Summary: The correct spelling is "DWARF", the debugging format, not "DWARG". The typo is in a (not executed by lit) comment in a test file, so fixing it does not result in any functional change. Test Plan: check-llvm, just in case llvm-svn: 332878
This commit is contained in:
		
							parent
							
								
									f36b128bae
								
							
						
					
					
						commit
						a398590f56
					
				| 
						 | 
				
			
			@ -1,7 +1,7 @@
 | 
			
		|||
; RUN: llc -mtriple=x86_64-unknown-linux-gnu %s -o %t -filetype=obj
 | 
			
		||||
; RUN: llvm-dwarfdump -debug-info %t | FileCheck %s
 | 
			
		||||
;
 | 
			
		||||
; Test the DW_AT_producer DWARG attribute.
 | 
			
		||||
; Test the DW_AT_producer DWARF attribute.
 | 
			
		||||
; When producer and flags are both given in DIComileUnit, set DW_AT_producer
 | 
			
		||||
; as two values combined.
 | 
			
		||||
;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue