http://llvm.org/bugs/show_bug.cgi?id=6763

Chris Lattner <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Chris Lattner <[email protected]> 2010-04-01 22:02:14 CDT 
---
We can't avoid every possible crazy macro :)

If these are coming from system headers, I recommend doing a #undef before the
#include of the llvm header.  Alternatively, #include the llvm headers before
anything else.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to