diff options
author | Adrian Prantl <aprantl@apple.com> | 2018-10-09 18:12:04 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2018-10-09 18:12:04 +0000 |
commit | d969abde1b91737e9cdc8d251096a2ad629e3a0a (patch) | |
tree | bcbf4efee4d1b8a3aaf14a235cd9b4d5f35bc6b0 | |
parent | b7dd12b7a8ef05e7802e244f87c632fd72838f4f (diff) | |
download | bcm5719-llvm-d969abde1b91737e9cdc8d251096a2ad629e3a0a.tar.gz bcm5719-llvm-d969abde1b91737e9cdc8d251096a2ad629e3a0a.zip |
Add missing space
llvm-svn: 344064
-rw-r--r-- | llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp b/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp index 672fbb93104..320bcc8f0bc 100644 --- a/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp +++ b/llvm/tools/llvm-dwarfdump/llvm-dwarfdump.cpp @@ -156,7 +156,7 @@ static list<std::string> Name( value_desc("pattern"), cat(DwarfDumpCategory)); static alias NameAlias("n", desc("Alias for -name"), aliasopt(Name)); static opt<unsigned long long> Lookup("lookup", - desc("Lookup <address> in the debug information and print out any" + desc("Lookup <address> in the debug information and print out any " "available file, function, block and line table details."), value_desc("address"), cat(DwarfDumpCategory)); static opt<std::string> |