mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
RemoveFileOnSignal is now in sys:: namespace
llvm-svn: 16103
This commit is contained in:
parent
efbdaad4b7
commit
f0d859996e
@ -135,7 +135,7 @@ int main(int argc, char **argv)
|
||||
Out = new std::ofstream(OutputFilename.c_str());
|
||||
// Make sure that the Out file gets unlinked from the disk if we get a
|
||||
// SIGINT
|
||||
RemoveFileOnSignal(OutputFilename);
|
||||
sys::RemoveFileOnSignal(OutputFilename);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user