aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuraid Madina <duraid@octopus.com.au>2005-12-28 05:48:55 +0000
committerDuraid Madina <duraid@octopus.com.au>2005-12-28 05:48:55 +0000
commit3de3b05538775aae2b21be0894e1ab0337068887 (patch)
treeef2c12bf1c315d78bfb531e8354973dcac623102
parent3005961701ca5f08b3a4945e45123a373fd47582 (diff)
WAKEY WAKEY
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25032 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/llc/llc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp
index 0b631e41d5..573e9ba2b7 100644
--- a/tools/llc/llc.cpp
+++ b/tools/llc/llc.cpp
@@ -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.