commit | 9ddac18d1c04f3cd2afcebf1c5c295895f9c0d53 | [log] [tgz] |
---|---|---|
author | Johan Ahlers <johan@webrtc.org> | Fri Jul 22 06:57:23 2016 |
committer | Johan Ahlers <johan@webrtc.org> | Fri Jul 22 06:57:38 2016 |
tree | e03d5756057be3737a25d874ef80ae808a05927f | |
parent | 8dc945cd3b4fc6855e776631be134d6c079f216c [diff] |
Add minimal LLVM sanity coverage (sancov) reporting for unittests. This CL enables generating *.sancov data. Blacklist for sancov tool is provided, too. Sancov tool for report generation needs to be build from llvm compiler-rt sources (llvm 3.9.0 or newer). See http://clang.llvm.org/docs/SanitizerCoverage.html . BUG=webrtc:6136 R=phoglund@webrtc.org TBR=kjellander@webrtc.org Review URL: https://codereview.webrtc.org/2144273002 . Cr-Commit-Position: refs/heads/master@{#13506}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others. This page is maintained by the Google Chrome team.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.