diff options
author | Nicola Zaghen <nicola.zaghen@imgtec.com> | 2018-05-15 13:36:20 +0000 |
---|---|---|
committer | Nicola Zaghen <nicola.zaghen@imgtec.com> | 2018-05-15 13:36:20 +0000 |
commit | e7245b429b942946ed3cb8f422b22e3de6d00a3c (patch) | |
tree | 742ccba1753aa082ed42138d043a0b70baec8ddb /llvm/tools/llvm-objcopy/llvm-objcopy.cpp | |
parent | 3538b39ed55e8bcce9a15f6144d605b6843c1cd0 (diff) | |
download | bcm5719-llvm-e7245b429b942946ed3cb8f422b22e3de6d00a3c.tar.gz bcm5719-llvm-e7245b429b942946ed3cb8f422b22e3de6d00a3c.zip |
[lld] Update uses of DEBUG macro to LLVM_DEBUG.
The DEBUG() macro is very generic so it might clash with other projects.
The renaming was done as follows:
- git grep -l 'DEBUG' | xargs sed -i 's/\bDEBUG\s\?(/LLVM_DEBUG(/g'
- git diff -U0 master | ../clang/tools/clang-format/clang-format-diff.py -i -p1 -style LLVM
Differential Revision: https://reviews.llvm.org/D44977
llvm-svn: 332351
Diffstat (limited to 'llvm/tools/llvm-objcopy/llvm-objcopy.cpp')
0 files changed, 0 insertions, 0 deletions