forked from OSchip/llvm-project
Add the coverage cflags to the link step as well to make sure
that we link in the support libraries. llvm-svn: 211131
This commit is contained in:
parent
343f5cdfad
commit
f6e456dd63
|
@ -377,6 +377,7 @@ ifeq ($(ENABLE_COVERAGE),1)
|
|||
BuildMode := $(BuildMode)+Coverage
|
||||
CXX.Flags += -ftest-coverage -fprofile-arcs
|
||||
C.Flags += -ftest-coverage -fprofile-arcs
|
||||
LD.Flags += -ftest-coverage -fprofile-arcs
|
||||
endif
|
||||
|
||||
# If DISABLE_ASSERTIONS=1 is specified (make command line or configured),
|
||||
|
|
Loading…
Reference in New Issue