search for: check_cmak

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

Did you mean: check_cmake
2013 Jul 31
2
[LLVMdev] Error building compiler-rt
...r 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/asan/asan_malloc_mac.cc:253:// This function is currently unused, and we build with -Werror. lib/tsan/check_cmake.sh:8:CC=clang CXX=clang++ cmake -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../.. lib/tsan/Makefile.old:3:CXXFLAGS = -fPIE -fno-rtti -g -Wall -Werror \ lib/tsan/rtl/Makefile.old:1:CXXFLAGS = -fPIE -g -Wall -Werror -fno-builtin -DTSAN_DEBUG=$(DEBUG) -D...
2013 Aug 01
0
[LLVMdev] Error building compiler-rt
...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/asan/asan_malloc_mac.cc:253:// This function is currently unused, and > we build with -Werror. > lib/tsan/check_cmake.sh:8:CC=clang CXX=clang++ cmake > -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release > -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../.. > lib/tsan/Makefile.old:3:CXXFLAGS = -fPIE -fno-rtti -g -Wall -Werror \ > lib/tsan/rtl/Makefile.old:1:CXXFLAGS = -fPIE -g -Wall -Werror -fno-builtin >...
2013 Aug 01
2
[LLVMdev] Error building compiler-rt
...>> >> pranav at pranav:~/smack-project/llvm-3.4/src/projects/compiler-rt$ grep >> -Rin WERROR * >> lib/asan/tests/CMakeLists.txt:38: -Werror >> lib/asan/asan_malloc_mac.cc:253:// This function is currently unused, and >> we build with -Werror. >> lib/tsan/check_cmake.sh:8:CC=clang CXX=clang++ cmake >> -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release >> -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../.. >> lib/tsan/Makefile.old:3:CXXFLAGS = -fPIE -fno-rtti -g -Wall -Werror \ >> lib/tsan/rtl/Makefile.old:1:CXXFLAGS = -fPIE -g -Wall -Werror &...
2013 Aug 01
2
[LLVMdev] Error building compiler-rt
...ack-project/llvm-3.4/src/projects/compiler-rt$ grep >>>> -Rin WERROR * >>>> lib/asan/tests/CMakeLists.txt:38: -Werror >>>> lib/asan/asan_malloc_mac.cc:253:// This function is currently unused, >>>> and we build with -Werror. >>>> lib/tsan/check_cmake.sh:8:CC=clang CXX=clang++ cmake >>>> -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release >>>> -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../.. >>>> lib/tsan/Makefile.old:3:CXXFLAGS = -fPIE -fno-rtti -g -Wall -Werror \ >>>> lib/tsan/rtl/Makefile.old:1:CXX...
2013 Aug 01
0
[LLVMdev] Error building compiler-rt
...ranav at pranav:~/smack-project/llvm-3.4/src/projects/compiler-rt$ grep >>> -Rin WERROR * >>> lib/asan/tests/CMakeLists.txt:38: -Werror >>> lib/asan/asan_malloc_mac.cc:253:// This function is currently unused, >>> and we build with -Werror. >>> lib/tsan/check_cmake.sh:8:CC=clang CXX=clang++ cmake >>> -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release >>> -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../.. >>> lib/tsan/Makefile.old:3:CXXFLAGS = -fPIE -fno-rtti -g -Wall -Werror \ >>> lib/tsan/rtl/Makefile.old:1:CXXFLAGS = -fPIE -g...
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: