[PATCH] D47528: [Release Notes] Add release note for the new LLVM_DEBUG

Daniel Sanders via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 30 08:29:54 PDT 2018


dsanders accepted this revision.
dsanders added a comment.
This revision is now accepted and ready to land.

LGTM with a note about clang-format



================
Comment at: docs/ReleaseNotes.rst:97
+
+    git grep -l 'DEBUG' | xargs perl -pi -e 's/\bDEBUG\s?\(/LLVM_DEBUG(/g'
+
----------------
We should probably mention that we also ran clang-format afterwards and provide a command for that. If someone needs to backport it to older branches then they'll want to use it to minimize the differences between the branches.


Repository:
  rL LLVM

https://reviews.llvm.org/D47528





More information about the llvm-commits mailing list