search for: d43624

Displaying 2 results from an estimated 2 matches for "d43624".

2018 Mar 23
3
[RFC] Change DEBUG() macro to LLVM_DEBUG()
...top.org/archives/mesa-dev/2016-June/120738.html I noticed that others have left comments in the LLVM source about the same issue, so I decided to try to replace all DEBUG() uses with LLVM_DEBUG() and remove the old macro. A review for the LLVM side of the patch is here: https://reviews.llvm.org/D43624, this was generated mostly by a find/replace regex. This kind of change is quite invasive (~500 files) and might be disruptive to multiple parties. One possible way to avoid some of the disruption would be to keep arond the old macro during a transition period in which it would be "deprec...
2018 Mar 23
0
[RFC] Change DEBUG() macro to LLVM_DEBUG()
...2016-June/120738.html > > I noticed that others have left comments in the LLVM source about the > same issue, so I decided to try to replace all DEBUG() uses with > LLVM_DEBUG() and remove the old macro. > A review for the LLVM side of the patch is here: > https://reviews.llvm.org/D43624, this was generated mostly by a > find/replace regex. > > This kind of change is quite invasive (~500 files) and might be > disruptive to multiple parties. One possible way to avoid some of the > disruption would be to keep arond the old macro during a transition > period in which...