1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Update the examples for an API change.

llvm-svn: 186453
This commit is contained in:
Rafael Espindola 2013-07-16 20:22:35 +00:00
parent 2a9326a78f
commit 8abfbec9d8

View File

@ -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);
}
}