Open GoogleCodeExporter opened 8 years ago
It's like this issue was fixed by clang?
http://llvm.org/bugs/show_bug.cgi?id=8703
Original comment by shinichi...@gmail.com
on 20 Feb 2013 at 4:52
I just tested with up to clang 3.2, this issue is not fixed.
Maybe it will be fixed in future release.
So, I think this change should be better.
// For clang 3.2 and earlier
#ifdef __clang__
#if __clang_major__ < 3 || __clang_major__ == 3 && __clang_minor__ <= 2
#define __unwind_word__ __word__
#endif // __clang__ version
#endif // __clang__
Original comment by chen3feng
on 20 Feb 2013 at 12:06
Original issue reported on code.google.com by
chen3feng
on 20 Feb 2013 at 4:22