summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-as/llvm-as.cpp
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
commit0df7ea4c24fde60512cc6c33479878c996a205ae (patch)
treee154b16afdfe78951e7879393ae6553b94aaa312 /llvm/tools/llvm-as/llvm-as.cpp
parenta881010621a4330fb3ccce177b02111c7982e256 (diff)
downloadbcm5719-llvm-0df7ea4c24fde60512cc6c33479878c996a205ae.tar.gz
bcm5719-llvm-0df7ea4c24fde60512cc6c33479878c996a205ae.zip
Move tool_output_file into its own file.
llvm-svn: 115973
Diffstat (limited to 'llvm/tools/llvm-as/llvm-as.cpp')
-rw-r--r--llvm/tools/llvm-as/llvm-as.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-as/llvm-as.cpp b/llvm/tools/llvm-as/llvm-as.cpp
index 1eaa4b3bea4..0d081ca526a 100644
--- a/llvm/tools/llvm-as/llvm-as.cpp
+++ b/llvm/tools/llvm-as/llvm-as.cpp
@@ -25,7 +25,7 @@
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/SystemUtils.h"
-#include "llvm/Support/raw_ostream.h"
+#include "llvm/Support/ToolOutputFile.h"
#include "llvm/System/Signals.h"
#include <memory>
using namespace llvm;
OpenPOWER on IntegriCloud