llvm-project/libcxx/cmake/Modules
Ivan Krasin c735b902a9 Fix libc++ configuration with -fsanitize-coverage
Summary:
a recent change (r280015) in libc++ configuration broke LibFuzzer bot:
http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fuzzer/builds/12245

It's not restricted just to that bot; any code that uses the sanitize coverage and configures libc++ hits it.

This CL fixes the issue.

Reviewers: compnerd

Subscribers: aizatsky

Differential Revision: https://reviews.llvm.org/D24116

llvm-svn: 280335
2016-09-01 01:38:32 +00:00
..
CheckLibcxxAtomic.cmake Fix libc++ configuration with -fsanitize-coverage 2016-09-01 01:38:32 +00:00
CodeCoverage.cmake [libcxx] Add code coverage configuration to CMake and LIT. 2015-03-31 04:15:45 +00:00
HandleLibCXXABI.cmake Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a string 2016-05-27 23:05:37 +00:00
HandleLibcxxFlags.cmake [libcxx] Allow target flags to affect CMake configuration tests 2016-06-02 01:10:08 +00:00
HandleOutOfTreeLLVM.cmake [CMake] Get libcxx building under LLVM/runtimes 2016-08-18 21:31:51 +00:00
MacroEnsureOutOfSourceBuild.cmake