search for: sanitizer_platform_limits_linux

Displaying 3 results from an estimated 3 matches for "sanitizer_platform_limits_linux".

2013 Nov 21
2
[LLVMdev] [compiler-rt] Problem with asm/stat.h on openSUSE PPC64
Hi, This I believe is a bug in kernel headers on openSUSE PPC64 but maybe there is some workaround. compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc includes asm/stat.h which ends up with errors: /usr/include/asm/stat.h:31:2: error: unknown type name 'ino_t' ino_t st_ino; ^ /usr/include/asm/stat.h:34:2: error: unknown type name 'mode_t' mode_t st_mode; ^ /usr/include/...
2013 Nov 21
0
[LLVMdev] [compiler-rt] Problem with asm/stat.h on openSUSE PPC64
...to get hold of some PPC machine to verify our fix) On Thu, Nov 21, 2013 at 12:53 PM, İsmail Dönmez <ismail at donmez.ws> wrote: > Hi, > > This I believe is a bug in kernel headers on openSUSE PPC64 but maybe > there is some workaround. > > compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_linux.cc > > > includes asm/stat.h which ends up with errors: > > > /usr/include/asm/stat.h:31:2: error: unknown type name 'ino_t' > ino_t st_ino; > ^ > /usr/include/asm/stat.h:34:2: error: unknown type name 'mode_t' > mod...
2015 Mar 09
5
[LLVMdev] Build failure with compiler-rt on trunk under linux
I've been building clang on linux for a couple of years now, contributing to the testing on Ubuntu, but this one has me stumped: fatal error: 'asm/socket.h' file not found #include <asm/socket.h> [1556/4006] Building CXX object projects/compiler-rt/lib/sanitizer_common/CMakeFiles/RTSanitizerCommon.i386.dir/sanitizer_platform_limits_posix.cc.o FAILED: