Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: tools/pnacl-bccompress/pnacl-bccompress.cpp

Issue 180483005: Fix PNaCl-local files after merging LLVM 3.4 (Closed) Base URL: http://git.chromium.org/native_client/pnacl-llvm.git@hs-merge-before-fixes
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/NaCl/PNaClLLC/test-runs-verify.ll ('k') | tools/pnacl-freeze/pnacl-freeze.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/pnacl-bccompress/pnacl-bccompress.cpp
diff --git a/tools/pnacl-bccompress/pnacl-bccompress.cpp b/tools/pnacl-bccompress/pnacl-bccompress.cpp
index 6aceef8f5f9682b26acc523ae855570701a9e06e..f96e554f7c1838c756b56cd468d02605393346c5 100644
--- a/tools/pnacl-bccompress/pnacl-bccompress.cpp
+++ b/tools/pnacl-bccompress/pnacl-bccompress.cpp
@@ -1415,7 +1415,7 @@ static bool CopyBitcode(OwningPtr<MemoryBuffer> &MemBuf,
std::string ErrorInfo;
OwningPtr<tool_output_file> OutFile(
new tool_output_file(OutputFilename.c_str(), ErrorInfo,
- raw_fd_ostream::F_Binary));
+ sys::fs::F_Binary));
if (!ErrorInfo.empty())
return Error(ErrorInfo);
« no previous file with comments | « test/NaCl/PNaClLLC/test-runs-verify.ll ('k') | tools/pnacl-freeze/pnacl-freeze.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698