summaryrefslogtreecommitdiff
path: root/tools/llc
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-10-07 20:32:40 +0000
committerDan Gohman <gohman@apple.com>2010-10-07 20:32:40 +0000
commite4f1a9b8a272ff7452759019ee7774e9dbdf1568 (patch)
treea74d83d424f6f14590efe3b116abc9333f479bc8 /tools/llc
parentaa4897fa1323ef78d5e72a80c74e96eb21f72057 (diff)
downloadllvm-e4f1a9b8a272ff7452759019ee7774e9dbdf1568.tar.gz
llvm-e4f1a9b8a272ff7452759019ee7774e9dbdf1568.tar.bz2
llvm-e4f1a9b8a272ff7452759019ee7774e9dbdf1568.tar.xz
Move tool_output_file into its own file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115973 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc')
-rw-r--r--tools/llc/llc.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp
index 8bcc2d8d27..0a3afe20ed 100644
--- a/tools/llc/llc.cpp
+++ b/tools/llc/llc.cpp
@@ -28,6 +28,7 @@
#include "llvm/Support/ManagedStatic.h"
#include "llvm/Support/PluginLoader.h"
#include "llvm/Support/PrettyStackTrace.h"
+#include "llvm/Support/ToolOutputFile.h"
#include "llvm/System/Host.h"
#include "llvm/System/Signals.h"
#include "llvm/Target/SubtargetFeature.h"