search for: ioctl_fdwerrorget

Displaying 7 results from an estimated 7 matches for "ioctl_fdwerrorget".

2013 Jul 31
2
[LLVMdev] Error building compiler-rt
...ll -Werror -Wno-maybe-uninitialized -fno-exceptions -fno-rtti -DTSAN_GO -DSANITIZER_GO -DTSAN_SHADOW_COUNT=4 $OSCFLAGS" lib/sanitizer_common/sanitizer_platform_limits_posix.cc:410: unsigned IOCTL_FDWERRORCLR = FDWERRORCLR; lib/sanitizer_common/sanitizer_platform_limits_posix.cc:411: unsigned IOCTL_FDWERRORGET = FDWERRORGET; lib/sanitizer_common/sanitizer_platform_limits_posix.h:442: extern unsigned IOCTL_FDWERRORCLR; lib/sanitizer_common/sanitizer_platform_limits_posix.h:443: extern unsigned IOCTL_FDWERRORGET; lib/sanitizer_common/tests/CMakeLists.txt:36: -Wall -Werror -Werror=sign-compare) lib/sanit...
2013 Aug 01
0
[LLVMdev] Error building compiler-rt
...nitialized -fno-exceptions -fno-rtti -DTSAN_GO -DSANITIZER_GO > -DTSAN_SHADOW_COUNT=4 $OSCFLAGS" > lib/sanitizer_common/sanitizer_platform_limits_posix.cc:410: unsigned > IOCTL_FDWERRORCLR = FDWERRORCLR; > lib/sanitizer_common/sanitizer_platform_limits_posix.cc:411: unsigned > IOCTL_FDWERRORGET = FDWERRORGET; > lib/sanitizer_common/sanitizer_platform_limits_posix.h:442: extern > unsigned IOCTL_FDWERRORCLR; > lib/sanitizer_common/sanitizer_platform_limits_posix.h:443: extern > unsigned IOCTL_FDWERRORGET; > lib/sanitizer_common/tests/CMakeLists.txt:36: -Wall -Werror > -...
2013 Aug 01
2
[LLVMdev] Error building compiler-rt
...ptions -fno-rtti -DTSAN_GO -DSANITIZER_GO >> -DTSAN_SHADOW_COUNT=4 $OSCFLAGS" >> lib/sanitizer_common/sanitizer_platform_limits_posix.cc:410: unsigned >> IOCTL_FDWERRORCLR = FDWERRORCLR; >> lib/sanitizer_common/sanitizer_platform_limits_posix.cc:411: unsigned >> IOCTL_FDWERRORGET = FDWERRORGET; >> lib/sanitizer_common/sanitizer_platform_limits_posix.h:442: extern >> unsigned IOCTL_FDWERRORCLR; >> lib/sanitizer_common/sanitizer_platform_limits_posix.h:443: extern >> unsigned IOCTL_FDWERRORGET; >> lib/sanitizer_common/tests/CMakeLists.txt:36:...
2013 Aug 01
2
[LLVMdev] Error building compiler-rt
...O >>>> -DTSAN_SHADOW_COUNT=4 $OSCFLAGS" >>>> lib/sanitizer_common/sanitizer_platform_limits_posix.cc:410: unsigned >>>> IOCTL_FDWERRORCLR = FDWERRORCLR; >>>> lib/sanitizer_common/sanitizer_platform_limits_posix.cc:411: unsigned >>>> IOCTL_FDWERRORGET = FDWERRORGET; >>>> lib/sanitizer_common/sanitizer_platform_limits_posix.h:442: extern >>>> unsigned IOCTL_FDWERRORCLR; >>>> lib/sanitizer_common/sanitizer_platform_limits_posix.h:443: extern >>>> unsigned IOCTL_FDWERRORGET; >>>> lib/san...
2013 Aug 01
0
[LLVMdev] Error building compiler-rt
...SAN_GO -DSANITIZER_GO >>> -DTSAN_SHADOW_COUNT=4 $OSCFLAGS" >>> lib/sanitizer_common/sanitizer_platform_limits_posix.cc:410: unsigned >>> IOCTL_FDWERRORCLR = FDWERRORCLR; >>> lib/sanitizer_common/sanitizer_platform_limits_posix.cc:411: unsigned >>> IOCTL_FDWERRORGET = FDWERRORGET; >>> lib/sanitizer_common/sanitizer_platform_limits_posix.h:442: extern >>> unsigned IOCTL_FDWERRORCLR; >>> lib/sanitizer_common/sanitizer_platform_limits_posix.h:443: extern >>> unsigned IOCTL_FDWERRORGET; >>> lib/sanitizer_common/tests/...
2013 Jul 31
0
[LLVMdev] Error building compiler-rt
You can disable -Werror by adding the cmake flag -DLLVM_ENABLE_WERROR=OFF, which should let it just ignore that (that's also the default, so you must have turned it on somewhere) On Jul 31, 2013, at 13:09 , Pranav Garg <pranav.garg2107 at gmail.com> wrote: > Hi, > > I am trying to build llvm along with clang and compiler-rt. When I run make, I am getting the following
2013 Jul 31
2
[LLVMdev] Error building compiler-rt
Hi, I am trying to build llvm along with clang and compiler-rt. When I run make, I am getting the following compilation error (I tried compiling llvm-3.2, which is what I need for my project, but also tried llvm-3.3 and the current llvm source from the git repository). ... COMPILE: clang_linux/full-x86_64/x86_64: