From 0df7ea4c24fde60512cc6c33479878c996a205ae Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 7 Oct 2010 20:32:40 +0000 Subject: Move tool_output_file into its own file. llvm-svn: 115973 --- llvm/tools/llvm-as/llvm-as.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/tools/llvm-as/llvm-as.cpp') 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 using namespace llvm; -- cgit v1.2.3