aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-reduce/llvm-reduce.cpp
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2023-01-14 08:50:55 -0500
committerMatt Arsenault <arsenm2@gmail.com>2023-01-19 21:48:56 -0400
commit333ffafb4500cad19aec81e841686ade1f31f67f (patch)
treeccc9af16d32f9e0b1f2c47f9afb91f9fd4d4dda1 /llvm/tools/llvm-reduce/llvm-reduce.cpp
parentc919ea5b486041021a48b487145120fe0bcb70a8 (diff)
downloadllvm-333ffafb4500cad19aec81e841686ade1f31f67f.zip
llvm-333ffafb4500cad19aec81e841686ade1f31f67f.tar.gz
llvm-333ffafb4500cad19aec81e841686ade1f31f67f.tar.bz2
llvm-reduce: Trim includes and avoid using namespace in a header
Diffstat (limited to 'llvm/tools/llvm-reduce/llvm-reduce.cpp')
-rw-r--r--llvm/tools/llvm-reduce/llvm-reduce.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/llvm-reduce/llvm-reduce.cpp b/llvm/tools/llvm-reduce/llvm-reduce.cpp
index 51371f9..094cbe3 100644
--- a/llvm/tools/llvm-reduce/llvm-reduce.cpp
+++ b/llvm/tools/llvm-reduce/llvm-reduce.cpp
@@ -17,9 +17,11 @@
#include "DeltaManager.h"
#include "ReducerWorkItem.h"
#include "TestRunner.h"
+#include "llvm/Bitcode/BitcodeReader.h"
#include "llvm/CodeGen/CommandFlags.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/InitLLVM.h"
+#include "llvm/Support/MemoryBufferRef.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/WithColor.h"
#include "llvm/Support/raw_ostream.h"