| Index: tools/pnacl-thaw/pnacl-thaw.cpp
|
| diff --git a/tools/pnacl-thaw/pnacl-thaw.cpp b/tools/pnacl-thaw/pnacl-thaw.cpp
|
| index adde120574c59cc420a5608065ca2a20eb118ccc..2d39f121d92502a6527ada4e4c2d8b4a7b6d972e 100644
|
| --- a/tools/pnacl-thaw/pnacl-thaw.cpp
|
| +++ b/tools/pnacl-thaw/pnacl-thaw.cpp
|
| @@ -41,7 +41,7 @@ static void WriteOutputFile(const Module *M) {
|
| std::string ErrorInfo;
|
| OwningPtr<tool_output_file> Out
|
| (new tool_output_file(OutputFilename.c_str(), ErrorInfo,
|
| - raw_fd_ostream::F_Binary));
|
| + sys::fs::F_Binary));
|
| if (!ErrorInfo.empty()) {
|
| errs() << ErrorInfo << '\n';
|
| exit(1);
|
|
|