OSDN Git Service

[DebugInfo] Fix typo "DWARG" in test comment (NFC)
authorBrian Gesiak <modocache@gmail.com>
Mon, 21 May 2018 19:48:27 +0000 (19:48 +0000)
committerBrian Gesiak <modocache@gmail.com>
Mon, 21 May 2018 19:48:27 +0000 (19:48 +0000)
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@332878 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/debug-info-producer-with-flags.ll

index dc5d25d..5672671 100644 (file)
@@ -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.
 ;