llvm-capstone/lld/lib
Nicola Zaghen e7245b429b [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
2018-05-15 13:36:20 +00:00
..
Core Move new lld's code to Common subdirectory. 2017-10-02 21:00:41 +00:00
Driver [lld] Update uses of DEBUG macro to LLVM_DEBUG. 2018-05-15 13:36:20 +00:00
ReaderWriter [lld] Update uses of DEBUG macro to LLVM_DEBUG. 2018-05-15 13:36:20 +00:00
CMakeLists.txt Move new lld's code to Common subdirectory. 2017-10-02 21:00:41 +00:00