[llvm-commits] CVS: llvm/tools/llc/llc.cpp
Duraid Madina
duraid at octopus.com.au
Tue Dec 27 21:49:07 PST 2005
Changes in directory llvm/tools/llc:
llc.cpp updated: 1.119 -> 1.120
---
Log message:
WAKEY WAKEY
---
Diffs of the changes: (+1 -1)
llc.cpp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llc/llc.cpp
diff -u llvm/tools/llc/llc.cpp:1.119 llvm/tools/llc/llc.cpp:1.120
--- llvm/tools/llc/llc.cpp:1.119 Thu Dec 15 23:19:55 2005
+++ llvm/tools/llc/llc.cpp Tue Dec 27 23:48:55 2005
@@ -243,7 +243,7 @@
<< "' 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.
More information about the llvm-commits
mailing list