From bc006e169dc47ec8ba126da92795ff025e980678 Mon Sep 17 00:00:00 2001 From: Matt Morehouse Date: Mon, 4 Dec 2017 19:54:14 +0000 Subject: [libFuzzer] Remove FuzzerCommand.cpp from build sources. FuzzerCommand.cpp was not introduced in r319680. Instead, it was implemented in the header file. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@319682 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/fuzzer/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/fuzzer/CMakeLists.txt b/lib/fuzzer/CMakeLists.txt index 3163ac239..e442b645e 100644 --- a/lib/fuzzer/CMakeLists.txt +++ b/lib/fuzzer/CMakeLists.txt @@ -1,6 +1,5 @@ set(LIBFUZZER_SOURCES FuzzerClangCounters.cpp - FuzzerCommand.cpp FuzzerCrossOver.cpp FuzzerDriver.cpp FuzzerExtFunctionsDlsym.cpp -- cgit v1.2.3