diff options
Diffstat (limited to 'tools/llvm-modextract/llvm-modextract.cpp')
-rw-r--r-- | tools/llvm-modextract/llvm-modextract.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-modextract/llvm-modextract.cpp b/tools/llvm-modextract/llvm-modextract.cpp index 3adefc5f0d3e..7c4099625842 100644 --- a/tools/llvm-modextract/llvm-modextract.cpp +++ b/tools/llvm-modextract/llvm-modextract.cpp @@ -54,7 +54,7 @@ int main(int argc, char **argv) { std::error_code EC; std::unique_ptr<ToolOutputFile> Out( - new ToolOutputFile(OutputFilename, EC, sys::fs::F_None)); + new ToolOutputFile(OutputFilename, EC, sys::fs::OF_None)); ExitOnErr(errorCodeToError(EC)); if (BinaryExtract) { |