diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2018-03-18 11:38:41 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2018-03-18 11:38:41 +0000 |
commit | a6ef1abc0970ff3ae49a643cf3575226e3c5e762 (patch) | |
tree | 23cd6d86b21fa86086e5f2ff498d602b476c8954 /llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | |
parent | f86d48b3ae89df16b4d39b45b55de444375c240e (diff) | |
download | bcm5719-llvm-a6ef1abc0970ff3ae49a643cf3575226e3c5e762.tar.gz bcm5719-llvm-a6ef1abc0970ff3ae49a643cf3575226e3c5e762.zip |
[dsymutil] Rename llvm-dsymutil -> dsymutil
Now that almost all functionality of Apple's dsymutil has been
upstreamed, the open source variant can be used as a drop in
replacement. Hence we feel it's no longer necessary to have the llvm
prefix.
Differential revision: https://reviews.llvm.org/D44527
llvm-svn: 327790
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp index 6455b6343d2..f08bd9251f9 100644 --- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp @@ -214,7 +214,7 @@ const DataLayout &AsmPrinter::getDataLayout() const { } // Do not use the cached DataLayout because some client use it without a Module -// (llvm-dsymutil, llvm-dwarfdump). +// (dsymutil, llvm-dwarfdump). unsigned AsmPrinter::getPointerSize() const { return TM.getPointerSize(0); // FIXME: Default address space } |