mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Update the examples for an API change.
llvm-svn: 186453
This commit is contained in:
parent
2a9326a78f
commit
8abfbec9d8
@ -108,7 +108,7 @@ int main(int argc, char **argv) {
|
||||
if (OutputFilename != "-") {
|
||||
std::string ErrInfo;
|
||||
out = new raw_fd_ostream(OutputFilename.c_str(), ErrInfo,
|
||||
raw_fd_ostream::F_Binary);
|
||||
sys::fs::F_Binary);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user