diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-06-03 18:18:34 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-06-03 18:18:34 +0000 |
commit | 6d97bb297c123377182a5d78b412be5c1d723e08 (patch) | |
tree | 5e57003ce58361eb4909e2a22461b096529d726f /lib/libclang_rt/stats | |
parent | 4224465e820a1a7232255d980e692720169776af (diff) | |
parent | d288ef4c1788d3a951a7558c68312c2d320612b1 (diff) |
Merge llvm, clang, lld, lldb, compiler-rt and libc++ r304659, and update
build glue.
Notes
Notes:
svn path=/projects/clang500-import/; revision=319547
Diffstat (limited to 'lib/libclang_rt/stats')
-rw-r--r-- | lib/libclang_rt/stats/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libclang_rt/stats/Makefile b/lib/libclang_rt/stats/Makefile index 84872811ea15..378f3a943379 100644 --- a/lib/libclang_rt/stats/Makefile +++ b/lib/libclang_rt/stats/Makefile @@ -8,9 +8,7 @@ SRCS+= sanitizer_common/sancov_flags.cc SRCS+= sanitizer_common/sanitizer_allocator.cc SRCS+= sanitizer_common/sanitizer_common.cc SRCS+= sanitizer_common/sanitizer_common_libcdep.cc -SRCS+= sanitizer_common/sanitizer_coverage_libcdep.cc SRCS+= sanitizer_common/sanitizer_coverage_libcdep_new.cc -SRCS+= sanitizer_common/sanitizer_coverage_mapping_libcdep.cc SRCS+= sanitizer_common/sanitizer_deadlock_detector1.cc SRCS+= sanitizer_common/sanitizer_deadlock_detector2.cc SRCS+= sanitizer_common/sanitizer_flag_parser.cc |