search for: enable_werror

Displaying 9 results from an estimated 9 matches for "enable_werror".

2015 Apr 11
3
[PATCH] configure: only use -mstackrealign on mingw32/os2
...XIPH_ADD_CFLAGS([-msse2]) - XIPH_ADD_CFLAGS([-mstackrealign]) fi - fi +case "$host_os" in + "mingw32"|"os2") + if test "$host_cpu" = "i686"; then + XIPH_ADD_CFLAGS([-mstackrealign]) + fi +esac + XIPH_ADD_CFLAGS([-Wextra]) if test x$enable_werror = "xyes" ; then -- 2.1.0
2013 Jul 31
2
[LLVMdev] Error building compiler-rt
Hi, I see that ENABLE_WERROR is being set to off (the default value) in the config.log in the llvm build. However on grepping for WERROR in the compiler-rt folder I get the following output: pranav at pranav:~/smack-project/llvm-3.4/src/projects/compiler-rt$ grep -Rin WERROR * lib/asan/tests/CMakeLists.txt:38: -Werror lib/as...
2013 Aug 01
0
[LLVMdev] Error building compiler-rt
Hi Pranav, On Thu, Aug 1, 2013 at 1:54 AM, Pranav Garg <pranav.garg2107 at gmail.com>wrote: > Hi, > > I see that ENABLE_WERROR is being set to off (the default value) in the > config.log in the llvm build. However on grepping for WERROR in the > compiler-rt folder I get the following output: > > pranav at pranav:~/smack-project/llvm-3.4/src/projects/compiler-rt$ grep > -Rin WERROR * > lib/asan/tests/CMake...
2013 Aug 01
2
[LLVMdev] Error building compiler-rt
...ned char*)(p & pageAlignMask); Thanks Pranav On Thu, Aug 1, 2013 at 7:27 AM, Alexey Samsonov <samsonov at google.com> wrote: > Hi Pranav, > > On Thu, Aug 1, 2013 at 1:54 AM, Pranav Garg <pranav.garg2107 at gmail.com>wrote: > >> Hi, >> >> I see that ENABLE_WERROR is being set to off (the default value) in the >> config.log in the llvm build. However on grepping for WERROR in the >> compiler-rt folder I get the following output: >> >> pranav at pranav:~/smack-project/llvm-3.4/src/projects/compiler-rt$ grep >> -Rin WERROR * >&...
2015 Apr 10
3
[PATCH] configure: only use -mstackrealign for mingw32
Tristan Matthews wrote: > --- > configure.ac | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/configure.ac b/configure.ac > index eb9b0cc..e7d68c3 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -399,9 +399,11 @@ if test x$ac_cv_c_compiler_gnu = xyes ; then > > if test "x$asm_optimisation$sse_os" =
2013 Aug 01
2
[LLVMdev] Error building compiler-rt
...g 1, 2013 at 7:27 AM, Alexey Samsonov <samsonov at google.com>wrote: >> >>> Hi Pranav, >>> >>> On Thu, Aug 1, 2013 at 1:54 AM, Pranav Garg <pranav.garg2107 at gmail.com>wrote: >>> >>>> Hi, >>>> >>>> I see that ENABLE_WERROR is being set to off (the default value) in the >>>> config.log in the llvm build. However on grepping for WERROR in the >>>> compiler-rt folder I get the following output: >>>> >>>> pranav at pranav:~/smack-project/llvm-3.4/src/projects/compiler-rt$ g...
2013 Aug 01
0
[LLVMdev] Error building compiler-rt
...Pranav > > > On Thu, Aug 1, 2013 at 7:27 AM, Alexey Samsonov <samsonov at google.com>wrote: > >> Hi Pranav, >> >> On Thu, Aug 1, 2013 at 1:54 AM, Pranav Garg <pranav.garg2107 at gmail.com>wrote: >> >>> Hi, >>> >>> I see that ENABLE_WERROR is being set to off (the default value) in the >>> config.log in the llvm build. However on grepping for WERROR in the >>> compiler-rt folder I get the following output: >>> >>> pranav at pranav:~/smack-project/llvm-3.4/src/projects/compiler-rt$ grep >>>...
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...
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: