diff options
author | Eric Fiselier <eric@efcs.ca> | 2015-03-31 04:15:45 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2015-03-31 04:15:45 +0000 |
commit | 78fdf2d0f5274923fff06de4402d83bb9609d2b3 (patch) | |
tree | 137c6f95bcaac14f09cbbbe405594acbaade25cb /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | |
parent | 77b5bb7ce22e826db5f7408c677115957c98614e (diff) | |
download | llvm-78fdf2d0f5274923fff06de4402d83bb9609d2b3.zip llvm-78fdf2d0f5274923fff06de4402d83bb9609d2b3.tar.gz llvm-78fdf2d0f5274923fff06de4402d83bb9609d2b3.tar.bz2 |
[libcxx] Add code coverage configuration to CMake and LIT.
Summary:
This patch adds configuration to CMake and LIT for running the libc++ test-suite to generate code coverage.
To use code coverage use following instructions.
* Find the clang resource dir using `$CXX -print-search-dirs`. Let <library-dir> be the first library search directory.
* `cmake <regular-options> -DLIBCXX_GENERATE_COVERAGE=ON -DLIBCXX_COVERAGE_LIBRARY=<library-dir>/lib/<platform>/libclang_rt.profile.a <source>`
* `make cxx`
* `make check-libcxx`
* `make generate-libcxx-coverage`
The reason I want this patch upstreamed is so I can setup a bot that generates code coverage and posts in online for every revision.
Reviewers: mclow.lists, jroelofs, danalbert
Reviewed By: danalbert
Differential Revision: http://reviews.llvm.org/D8716
llvm-svn: 233669
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp')
0 files changed, 0 insertions, 0 deletions