r311514 - Remove LLVMFuzzer from list of bundled libraries for Fuchsia
George Karpenkov via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 22 17:09:33 PDT 2017
Author: george.karpenkov
Date: Tue Aug 22 17:09:33 2017
New Revision: 311514
URL: http://llvm.org/viewvc/llvm-project?rev=311514&view=rev
Log:
Remove LLVMFuzzer from list of bundled libraries for Fuchsia
As of now, libFuzzer is located in compiler-rt and is bundled with
Clang's toolchain by default.
Differential Revision: https://reviews.llvm.org/D37037
Modified:
cfe/trunk/cmake/caches/Fuchsia-stage2.cmake
Modified: cfe/trunk/cmake/caches/Fuchsia-stage2.cmake
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/cmake/caches/Fuchsia-stage2.cmake?rev=311514&r1=311513&r2=311514&view=diff
==============================================================================
--- cfe/trunk/cmake/caches/Fuchsia-stage2.cmake (original)
+++ cfe/trunk/cmake/caches/Fuchsia-stage2.cmake Tue Aug 22 17:09:33 2017
@@ -87,7 +87,6 @@ set(LLVM_DISTRIBUTION_COMPONENTS
lld
lldb
liblldb
- LLVMFuzzer
LTO
clang-format
clang-headers
More information about the cfe-commits
mailing list