[llvm] r332878 - [DebugInfo] Fix typo "DWARG" in test comment (NFC)

Brian Gesiak via llvm-commits llvm-commits at lists.llvm.org
Mon May 21 12:48:27 PDT 2018


Author: modocache
Date: Mon May 21 12:48:27 2018
New Revision: 332878

URL: http://llvm.org/viewvc/llvm-project?rev=332878&view=rev
Log:
[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


Modified:
    llvm/trunk/test/DebugInfo/X86/debug-info-producer-with-flags.ll

Modified: llvm/trunk/test/DebugInfo/X86/debug-info-producer-with-flags.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/debug-info-producer-with-flags.ll?rev=332878&r1=332877&r2=332878&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/debug-info-producer-with-flags.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/debug-info-producer-with-flags.ll Mon May 21 12:48:27 2018
@@ -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.
 ;




More information about the llvm-commits mailing list