summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2017-12-04 19:54:14 +0000
committerMatt Morehouse <mascasa@google.com>2017-12-04 19:54:14 +0000
commitbc006e169dc47ec8ba126da92795ff025e980678 (patch)
treeb0d620207e7e9ee3dab9235d7f00abb865402607 /lib
parent2514785ed7ee7a3cd0eb68fe84c05a2dd6ff88ac (diff)
[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
Diffstat (limited to 'lib')
-rw-r--r--lib/fuzzer/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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