summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2018-02-01 10:19:56 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2018-02-01 10:19:56 +0000
commit197e47f5c8f3ac74df0460e56f91355e2d9006f4 (patch)
tree801e8eb75a02f8ba010a925fe6ee04ca626f9810
parente0a3dec9fbf62ecb891f61e0f773e8e38180ea0c (diff)
downloadbcm5719-llvm-197e47f5c8f3ac74df0460e56f91355e2d9006f4.tar.gz
bcm5719-llvm-197e47f5c8f3ac74df0460e56f91355e2d9006f4.zip
[NFC] 'DWARFv5' -> 'DWARF v5'
llvm-svn: 323950
-rw-r--r--llvm/include/llvm/CodeGen/AccelTable.h2
-rw-r--r--llvm/tools/dsymutil/DwarfLinker.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/include/llvm/CodeGen/AccelTable.h b/llvm/include/llvm/CodeGen/AccelTable.h
index 62ec29836db..9c8a7215e2b 100644
--- a/llvm/include/llvm/CodeGen/AccelTable.h
+++ b/llvm/include/llvm/CodeGen/AccelTable.h
@@ -66,7 +66,7 @@
/// If we have a match we look at that same entry in the offsets table and grab
/// the offset in the data for our final match.
///
-/// The DWARFv5 accelerator table consists of zero or more name indices that
+/// The DWARF v5 accelerator table consists of zero or more name indices that
/// are output into an on-disk format that looks like this:
///
/// .------------------.
diff --git a/llvm/tools/dsymutil/DwarfLinker.cpp b/llvm/tools/dsymutil/DwarfLinker.cpp
index 4db6e6b31d3..70a8b7c82e9 100644
--- a/llvm/tools/dsymutil/DwarfLinker.cpp
+++ b/llvm/tools/dsymutil/DwarfLinker.cpp
@@ -3444,7 +3444,7 @@ void DwarfLinker::patchLineTableForUnit(CompileUnit &Unit,
reportWarning("line table parameters mismatch. Cannot emit.");
else {
uint32_t PrologueEnd = *StmtList + 10 + LineTable.Prologue.PrologueLength;
- // DWARFv5 has an extra 2 bytes of information before the header_length
+ // DWARF v5 has an extra 2 bytes of information before the header_length
// field.
if (LineTable.Prologue.getVersion() == 5)
PrologueEnd += 2;
OpenPOWER on IntegriCloud