summaryrefslogtreecommitdiffstats
path: root/clang/utils
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-08-04 00:55:59 +0000
committerTed Kremenek <kremenek@apple.com>2009-08-04 00:55:59 +0000
commit90fc8a492e9a2a1d73eb835c949e488d7c24a071 (patch)
treec7234319ecc9c4d685603f0f278b0bfa04cb1487 /clang/utils
parentf45dee3ad2aeeb793c3ce28a54a540d9eb7a1798 (diff)
downloadbcm5719-llvm-90fc8a492e9a2a1d73eb835c949e488d7c24a071.tar.gz
bcm5719-llvm-90fc8a492e9a2a1d73eb835c949e488d7c24a071.zip
'unlink' file directly instead of invoking system shell.
llvm-svn: 78026
Diffstat (limited to 'clang/utils')
-rwxr-xr-xclang/utils/ccc-analyzer2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/ccc-analyzer b/clang/utils/ccc-analyzer
index df99437dabd..f29c4d51d14 100755
--- a/clang/utils/ccc-analyzer
+++ b/clang/utils/ccc-analyzer
@@ -283,7 +283,7 @@ sub Analyze {
}
}
- `rm -f $ofile`;
+ unlink($ofile);
}
##----------------------------------------------------------------------------##
OpenPOWER on IntegriCloud