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

WAKEY WAKEY

llvm-svn: 25032
This commit is contained in:
Duraid Madina 2005-12-28 05:48:55 +00:00
parent f8a342aa4f
commit 446f8cd8d0

View File

@ -243,7 +243,7 @@ int main(int argc, char **argv) {
<< "' does not support generation of this file type!\n";
if (Out != &std::cout) delete Out;
// And the Out file is empty and useless, so remove it now.
std::remove(OutputFilename.c_str());
remove(OutputFilename.c_str());
return 1;
} else {
// Run our queue of passes all at once now, efficiently.