Displaying 2 results from an estimated 2 matches for "120738".
Did you mean:
120238
2018 Mar 23
3
[RFC] Change DEBUG() macro to LLVM_DEBUG()
...ro names in
order to avoid clashes.
A quick search showed that Mesa had a similar issue with DEBUG being
used by LLVM and had a couple of proposed patches such as
https://lists.freedesktop.org/archives/mesa-dev/2016-July/124111.html
and https://lists.freedesktop.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
fi...
2018 Mar 23
0
[RFC] Change DEBUG() macro to LLVM_DEBUG()
...avoid clashes.
>
> A quick search showed that Mesa had a similar issue with DEBUG being
> used by LLVM and had a couple of proposed patches such as
> https://lists.freedesktop.org/archives/mesa-dev/2016-July/124111.html
> and https://lists.freedesktop.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...