https://bugs.llvm.org/show_bug.cgi?id=40415
Nick Desaulniers <ndesaulni...@google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Nick Desaulniers <ndesaulni...@google.com> ---
PEBKAC
without -nostdinc, the system bits/wordsize.h gets pulled in. This has:
```c
3 #if defined __x86_64__ && !defined __ILP32__
4 # define __WORDSIZE 64
5 #else
6 # define __WORDSIZE 32
7 #endif
```
so that's why I'm seeing this error. Sorry for the noise; closing.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs