Displaying 20 results from an estimated 109 matches for "wcover".
Did you mean:
cover
2012 Dec 07
2
[LLVMdev] dragonegg now requires clang
...2012-12-07 12:51:21.000000000 -0500
@@ -42,8 +42,8 @@
else
COMMON_FLAGS+=-fvisibility=hidden
endif
-CFLAGS+=$(COMMON_FLAGS) $(shell $(LLVM_CONFIG) --cflags)
-CXXFLAGS+=$(COMMON_FLAGS) $(shell $(LLVM_CONFIG) --cxxflags)
+CFLAGS+=$(COMMON_FLAGS) $(shell $(LLVM_CONFIG) --cflags | sed -e 's/-Wcovered-switch-default//')
+CXXFLAGS+=$(COMMON_FLAGS) $(shell $(LLVM_CONFIG) --cxxflags | sed -e 's/-Wcovered-switch-default//')
ifeq ($(shell uname),Darwin)
LOADABLE_MODULE_OPTIONS=-bundle -undefined dynamic_lookup
@@ -76,7 +76,7 @@
ALL_OBJECTS=$(PLUGIN_OBJECTS) $(TARGET_OBJECT) $(TAR...
2012 Dec 07
2
[LLVMdev] dragonegg now requires clang
...lvm-3.2/bin/llvm-config --version > /dev/null
Compiling utils/TargetInfo.cpp
/sw/lib/gcc4.7/bin/g++-4 -c -DTARGET_TRIPLE=\"x86_64-apple-darwin12.2.0\" \
-g -DENABLE_LTO -I/sw/include -I/sw/opt/llvm-3.2/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -Wcovered-switch-default -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -MD -MP -DIN_GCC -DLLVM_VERSION=\"3.2svn\" -DGCC_MAJOR=4 -DGCC_MINOR=7 -DGCC_MICRO=2 -I/sw/src/fink.build/dragonegg-gcc47-3.2-0/dragonegg-3.2/include -isystem/sw/lib/gcc4.7/lib/gcc/x86_64-appl...
2012 Dec 07
0
[LLVMdev] dragonegg now requires clang
...0
> @@ -42,8 +42,8 @@
> else
> COMMON_FLAGS+=-fvisibility=hidden
> endif
> -CFLAGS+=$(COMMON_FLAGS) $(shell $(LLVM_CONFIG) --cflags)
> -CXXFLAGS+=$(COMMON_FLAGS) $(shell $(LLVM_CONFIG) --cxxflags)
> +CFLAGS+=$(COMMON_FLAGS) $(shell $(LLVM_CONFIG) --cflags | sed -e 's/-Wcovered-switch-default//')
> +CXXFLAGS+=$(COMMON_FLAGS) $(shell $(LLVM_CONFIG) --cxxflags | sed -e 's/-Wcovered-switch-default//')
>
> ifeq ($(shell uname),Darwin)
> LOADABLE_MODULE_OPTIONS=-bundle -undefined dynamic_lookup
> @@ -76,7 +76,7 @@
>
> ALL_OBJECTS=$(PLUG...
2012 Dec 07
0
[LLVMdev] dragonegg now requires clang
...m-config --version > /dev/null
> Compiling utils/TargetInfo.cpp
> /sw/lib/gcc4.7/bin/g++-4 -c -DTARGET_TRIPLE=\"x86_64-apple-darwin12.2.0\" \
> -g -DENABLE_LTO -I/sw/include -I/sw/opt/llvm-3.2/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -Wcovered-switch-default -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -MD -MP -DIN_GCC -DLLVM_VERSION=\"3.2svn\" -DGCC_MAJOR=4 -DGCC_MINOR=7 -DGCC_MICRO=2 -I/sw/src/fink.build/dragonegg-gcc47-3.2-0/dragonegg-3.2/include -isystem/sw/lib/gcc4.7/lib/gcc/x86_64-appl...
2012 Jul 30
3
[LLVMdev] clean CMake build failing (Mac OS X 10.8)
Over the weekend I upgraded my system to Mac OS X 10.8, and now a clean cmake build fails.
The error message:
> Building C object runtime/libprofile/CMakeFiles/profile_rt-static.dir/CommonProfiling.c.o
> cc1: error: unrecognized command line option "-Wcovered-switch-default"
The configuration:
> Mac OS X 10.8
> CMake 2.8.8
> LLVM tot
> Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
Running cmake to generate the make files gives the following output:
> -- The C compiler identification is GNU 4.2.1
>...
2012 Dec 09
1
[LLVMdev] dragonegg now requires clang
...t;>>> Compiling utils/TargetInfo.cpp
>>>> /sw/lib/gcc4.7/bin/g++-4 -c -DTARGET_TRIPLE=\"x86_64-apple-darwin12.2.0\" \
>>>> -g -DENABLE_LTO -I/sw/include -I/sw/opt/llvm-3.2/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -Wcovered-switch-default -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fno-rtti -MD -MP -DIN_GCC -DLLVM_VERSION=\"3.2svn\" -DGCC_MAJOR=4 -DGCC_MINOR=7 -DGCC_MICRO=2 -I/sw/src/fink.build/dragonegg-gcc47-3.2-0/dragonegg-3.2/include -isystem/sw/lib/gcc4.7/lib/gcc/x86_64-appl...
2020 Apr 23
3
Cannot build master
...amp; /usr/lib/llvm/10/bin/clang++ -fPIC
> -fvisibility-inlines-hidden -Werror=date-time
> -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter
> -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic
> -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default
> -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor
> -Wstring-conversion -fdiagnostics-color -ffunction-sections
> -fdata-sections -fno-common -Woverloaded-virtual -Wno-nested-anon-types
> -O3 -DNDEBUG -Wl,-allow-shlib-undefined
>...
2020 Apr 23
2
Cannot build master
...aguest/src/mine-new/llvm/llvm-project/llvm/include -fPIC
> -fvisibility-inlines-hidden -Werror=date-time
> -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter
> -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic
> -Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default
> -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor
> -Wstring-conversion -fdiagnostics-color -ffunction-sections
> -fdata-sections -fno-common -Woverloaded-virtual -Wno-nested-anon-types
> -O3 -DNDEBUG -std=c++14 -MD -MT
>
> tools/clang/utils/Ta...
2020 Apr 23
7
Cannot build master
...l errors were:
[5802/7319] : && /usr/lib/llvm/10/bin/clang++ -fPIC
-fvisibility-inlines-hidden -Werror=date-time
-Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic
-Wno-long-long -Wimplicit-fallthrough -Wcovered-switch-default
-Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor
-Wstring-conversion -fdiagnostics-color -ffunction-sections
-fdata-sections -fno-common -Woverloaded-virtual -Wno-nested-anon-types
-O3 -DNDEBUG -Wl,-allow-shlib-undefined
-Wl,-rpath-link,/home/laguest/src/mine-new/ll...
2012 Nov 25
6
[LLVMdev] Improved Covered Default Switch detection
..._STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -fPIC -I/Users/jabbey/src/llvmCommit/build/lib/Support -I/Users/jabbey/src/llvmCommit/lib/Support -I/Users/jabbey/src/llvmCommit/build/include -I/Users/jabbey/src/llvmCommit/include -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic -Wno-long-long -Wcovered-switch-default -fno-exceptions -o CMakeFiles/LLVMSupport.dir/regcomp.c.o -c /Users/jabbey/src/llvmCommit/lib/Support/regcomp.c
cc1: error: unrecognized command line option "-Wcovered-switch-default"
The problem stems from HandleLLVMOptions.cmake where a single check of the warning op...
2012 Nov 26
0
[LLVMdev] [llvm-commits] Improved Covered Default Switch detection
...TDC_LIMIT_MACROS -fPIC
> -I/Users/jabbey/src/llvmCommit/build/lib/Support
> -I/Users/jabbey/src/llvmCommit/lib/Support
> -I/Users/jabbey/src/llvmCommit/build/include
> -I/Users/jabbey/src/llvmCommit/include -Wall -W -Wno-unused-parameter
> -Wwrite-strings -pedantic -Wno-long-long -Wcovered-switch-default
> -fno-exceptions -o CMakeFiles/LLVMSupport.dir/regcomp.c.o -c
> /Users/jabbey/src/llvmCommit/lib/Support/regcomp.c
> cc1: error: unrecognized command line option "-Wcovered-switch-default"
>
> The problem stems from HandleLLVMOptions.cmake where a single...
2014 May 09
2
[LLVMdev] Build failure with libcxx
...ild/BUILD/llvm/stage1/bin/clang++
-DLLVMSupport_EXPORTS -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -stdlib=libc++ -fPIC
-fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings
-Wmissing-field-initializers -pedantic -Wno-long-long
-Wcovered-switch-default -Wnon-virtual-dtor -std=c++11 -fcolor-diagnostics
-ffunction-sections -fdata-sections -O2 -g -DNDEBUG -fPIC -Ilib/Support
-I../lib/Support -Iinclude -I../include -fno-exceptions -MMD -MT
lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o -MF
lib/Support/CMakeFiles/LLVMSuppor...
2017 Oct 17
2
liblldCommon is broken at head
...brary lib/liblldCommon.so.6.0.0svn
FAILED: lib/liblldCommon.so.6.0.0svn
: && /usr/bin/clang++-3.9 -fPIC -Wpedantic -fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wstring-conversion -fcolor-diagnostics -ffunction-sections -fdata-sections -O3 -Wl,-z,defs -fuse-ld=gold -Wl,-rpath-link,/usr/local/google/home/dberris/xray/llvm-build/./lib -Wl,-O3 -Wl,--gc-sections -shared -Wl,-soname,liblldCommon...
2012 Jul 30
0
[LLVMdev] clean CMake build failing (Mac OS X 10.8)
...l Clow wrote:
> Over the weekend I upgraded my system to Mac OS X 10.8, and now a clean cmake build fails.
>
> The error message:
>> Building C object runtime/libprofile/CMakeFiles/profile_rt-static.dir/CommonProfiling.c.o
>> cc1: error: unrecognized command line option "-Wcovered-switch-default"
>
>
> The configuration:
>> Mac OS X 10.8
>> CMake 2.8.8
>> LLVM tot
>> Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn)
>
>
> Running cmake to generate the make files gives the following output:
>>...
2015 Dec 08
3
compiler-rt fails to find <stdarg.h> on FreeBSD
...keFiles/clang_rt.tsan-x86_64.dir/rtl/tsan_interceptors.cc.o
FAILED: /usr/bin/CC -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS -fPIC -fvisibility-inlines-hidden -Wall -W
-Wno-unused-parameter -Wwrite-strings -Wcast-qual
-Wmissing-field-initializers -pedantic -Wno-long-long
-Wcovered-switch-default -Wnon-virtual-dtor -std=c++11
-fcolor-diagnostics -Wall -std=c++11 -g -Iprojects/compiler-rt/lib/tsan
-I/home/sbruno/clang/llvm/projects/compiler-rt/lib/tsan -Iinclude
-I/home/sbruno/clang/llvm/include -I/usr/local/include
-I/home/sbruno/clang/llvm/projects/compiler-rt/lib/tsan/.....
2014 May 12
2
[LLVMdev] Build failure with libcxx
...LLVMSupport_EXPORTS -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
>> -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -stdlib=libc++ -fPIC
>> -fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter -Wwrite-strings
>> -Wmissing-field-initializers -pedantic -Wno-long-long
>> -Wcovered-switch-default -Wnon-virtual-dtor -std=c++11 -fcolor-diagnostics
>> -ffunction-sections -fdata-sections -O2 -g -DNDEBUG -fPIC -Ilib/Support
>> -I../lib/Support -Iinclude -I../include -fno-exceptions -MMD -MT
>> lib/Support/CMakeFiles/LLVMSupport.dir/Allocator.cpp.o -MF
>&g...
2018 Mar 20
0
r327904 / 5c4cd77db3a08587c6ac82a8e2c92cd4be0bc200 broke compiler-rt master
...-I/srv/src/llvm/llvm/include -isystem /usr/local/include
-I/srv/src/llvm/llvm/projects/compiler-rt/lib/sanitizer_common/..
-fPIC -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -Wall
-W -Wno-unused-parameter -Wwrite-strings -Wcast-qual
-Wmissing-field-initializers -pedantic -Wno-long-long
-Wcovered-switch-default -Wnon-virtual-dtor -Wdelete-non-virtual-dtor
-Wstring-conversion -fcolor-diagnostics -Wall -std=c++11
-Wno-unused-parameter -g -fPIC -fvisibility-inlines-hidden
-Werror=date-time -std=c++11 -Wall -W -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wmissing-field-initializers...
2014 Mar 22
2
[LLVMdev] compiler-rt CMake build ignores CMAKE_CXX_FLAGS
...iler-rt/lib
-I/home/llvmbb/clang/llvm/projects/compiler-rt/lib/tsan/rtl -std=c++11
-DGTEST_HAS_RTTI=0
--gcc-toolchain=/opt/centos/devtoolset-1.1/root/usr\ -fPIC\
-fvisibility-inlines-hidden\ -Wall\ -W\ -Wno-unused-parameter\
-Wwrite-strings\ -Wmissing-field-initializers\ -pedantic\
-Wno-long-long\ -Wcovered-switch-default\ -Wnon-virtual-dtor\
-std=c++11\ -fcolor-diagnostics\ -ffunction-sections\ -fdata-sections\
-Wall\ -std=c++11 -m64 -c -o gtest-all.cc.x86_64.o
/home/llvmbb/clang/llvm/utils/unittest/googletest/src/gtest-all.cc
Note the backslases in the command.
Could maintainers of the compiler-...
2017 Mar 16
2
disabling lib/libomptarget.dylib build?
...;& /sw/bin/cmake -E cmake_link_script
CMakeFiles/omptarget.dir/link.txt --verbose=1
/sw/src/fink.build/llvm50-5.0.0-1/opt-bin/ccclang++ -fno-common -fPIC
-fvisibility-inlines-hidden -Wall -W -Wno-unused-parameter
-Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic
-Wno-long-long -Wcovered-switch-default -Wnon-virtual-dtor
-Wdelete-non-virtual-dtor -Wstring-conversion -Werror=date-time
-std=c++11 -O3 -dynamiclib -Wl,-headerpad_max_install_names -L/sw/lib
-o ../../../lib/libomptarget.dylib -install_name
/sw/src/fink.build/llvm50-5.0.0-1/build/stage1/lib/libomptarget.dylib
CMakeFile...
2015 Mar 09
5
[LLVMdev] Build failure with compiler-rt on trunk under linux
...FAILED: /usr/local/bin/clang++-3.6 -DSANITIZER_NEEDS_SEGV=1
-D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS -fPIC -fvisibility-inlines-hidden -Wall -W
-Wno-unused-parameter -Wwrite-strings -Wcast-qual
-Wmissing-field-initializers -pedantic -Wno-long-long
-Wcovered-switch-default -Wnon-virtual-dtor -std=c++11
-fcolor-diagnostics -ffunction-sections -fdata-sections -Wall -std=c++11
-O3 -DNDEBUG -Iprojects/compiler-rt/lib/sanitizer_common
-I/home/ben/development/llvm/trunk/llvm/projects/compiler-rt/lib/sanitizer_common
-Iinclude -I/home/ben/development/ll...