diff options
author | Dan Gohman <gohman@apple.com> | 2010-10-07 20:32:40 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-10-07 20:32:40 +0000 |
commit | 0df7ea4c24fde60512cc6c33479878c996a205ae (patch) | |
tree | e154b16afdfe78951e7879393ae6553b94aaa312 /llvm/tools/llvm-as/llvm-as.cpp | |
parent | a881010621a4330fb3ccce177b02111c7982e256 (diff) | |
download | bcm5719-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.cpp | 2 |
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; |