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
Loading
Please sign in to comment