Displaying 2 results from an estimated 2 matches for "578a5667".
2018 Mar 23
0
[RFC] Change DEBUG() macro to LLVM_DEBUG()
..._____________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180323/578a5667/attachment.html>
2018 Mar 23
3
[RFC] Change DEBUG() macro to LLVM_DEBUG()
Hi all,
We recently stumbled upon some issues with the DEBUG() macro being
redefined in some internal libraries and some external ones, such as
LLVM. After trying out a few ideas to avoid the problem we thought that
the simplest solution would be to prefix all generic macro names in
order to avoid clashes.
A quick search showed that Mesa had a similar issue with DEBUG being
used by LLVM and