diff options
Diffstat (limited to 'tools/clang-fuzzer/handle-cxx/handle_cxx.cpp')
| -rw-r--r-- | tools/clang-fuzzer/handle-cxx/handle_cxx.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/clang-fuzzer/handle-cxx/handle_cxx.cpp b/tools/clang-fuzzer/handle-cxx/handle_cxx.cpp index 312ab91e5fe2..4985fedbe118 100644 --- a/tools/clang-fuzzer/handle-cxx/handle_cxx.cpp +++ b/tools/clang-fuzzer/handle-cxx/handle_cxx.cpp @@ -18,17 +18,11 @@ #include "clang/Lex/PreprocessorOptions.h" #include "clang/Tooling/Tooling.h" #include "llvm/Option/Option.h" -#include "llvm/Support/TargetSelect.h" using namespace clang; void clang_fuzzer::HandleCXX(const std::string &S, const std::vector<const char *> &ExtraArgs) { - llvm::InitializeAllTargets(); - llvm::InitializeAllTargetMCs(); - llvm::InitializeAllAsmPrinters(); - llvm::InitializeAllAsmParsers(); - llvm::opt::ArgStringList CC1Args; CC1Args.push_back("-cc1"); for (auto &A : ExtraArgs) |
