llvm-project/lld/lib/Driver
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
..
CMakeLists.txt lld: Prune unused libdeps. 2017-10-12 00:04:24 +00:00
DarwinLdDriver.cpp [lld] Update uses of DEBUG macro to LLVM_DEBUG. 2018-05-15 13:36:20 +00:00
DarwinLdOptions.td Add cmdline options for LC_DATA_IN_CODE load command. 2016-02-09 02:10:39 +00:00