summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-modextract/llvm-modextract.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-modextract/llvm-modextract.cpp')
-rw-r--r--llvm/tools/llvm-modextract/llvm-modextract.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-modextract/llvm-modextract.cpp b/llvm/tools/llvm-modextract/llvm-modextract.cpp
index 58cede1374e..b2d21c23a09 100644
--- a/llvm/tools/llvm-modextract/llvm-modextract.cpp
+++ b/llvm/tools/llvm-modextract/llvm-modextract.cpp
@@ -54,8 +54,8 @@ int main(int argc, char **argv) {
}
std::error_code EC;
- std::unique_ptr<tool_output_file> Out(
- new tool_output_file(OutputFilename, EC, sys::fs::F_None));
+ std::unique_ptr<ToolOutputFile> Out(
+ new ToolOutputFile(OutputFilename, EC, sys::fs::F_None));
ExitOnErr(errorCodeToError(EC));
if (BinaryExtract) {
OpenPOWER on IntegriCloud