summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2017-08-31 00:01:28 +0000
committerJustin Bogner <mail@justinbogner.com>2017-08-31 00:01:28 +0000
commit53bb83d2506e21dd987f16daa1947adb7a4c2b6e (patch)
treecb70dcad87919f2aa051c6f951eacdf9fc98d5db /llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp
parent65d953e0b1b1681082d1d3a1fdae169eeb5bafd8 (diff)
downloadbcm5719-llvm-53bb83d2506e21dd987f16daa1947adb7a4c2b6e.tar.gz
bcm5719-llvm-53bb83d2506e21dd987f16daa1947adb7a4c2b6e.zip
llvm-isel-fuzzer: Stop including FuzzerInterface.h
All this does is forward declare the interface functions (and make sure that they're `extern "C"`), but since we're using libFuzzer from the toolchain it doesn't make sense to include the local copy of the interface. llvm-svn: 312195
Diffstat (limited to 'llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp')
-rw-r--r--llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp b/llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp
index 9d0fcb940f5..8b2cfdfa7d2 100644
--- a/llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp
+++ b/llvm/tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp
@@ -11,7 +11,6 @@
//
//===----------------------------------------------------------------------===//
-#include "FuzzerInterface.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Analysis/TargetLibraryInfo.h"
#include "llvm/Bitcode/BitcodeReader.h"
OpenPOWER on IntegriCloud