summaryrefslogtreecommitdiffstats
path: root/llvm/tools/gccld/gccld.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-02-13 23:02:34 +0000
committerChris Lattner <sabre@nondot.org>2005-02-13 23:02:34 +0000
commit61a31c9fe2d83e129c9f5884acd01bb534cb427c (patch)
tree48024891c495e606d5645adec5fa5172ab50c801 /llvm/tools/gccld/gccld.cpp
parent743dd2cd80516104a774a03f3acdfd406d5643e3 (diff)
downloadbcm5719-llvm-61a31c9fe2d83e129c9f5884acd01bb534cb427c.tar.gz
bcm5719-llvm-61a31c9fe2d83e129c9f5884acd01bb534cb427c.zip
Make sure to null terminate argument lists!
llvm-svn: 20166
Diffstat (limited to 'llvm/tools/gccld/gccld.cpp')
-rw-r--r--llvm/tools/gccld/gccld.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/gccld/gccld.cpp b/llvm/tools/gccld/gccld.cpp
index 809db2adacc..00cf6571927 100644
--- a/llvm/tools/gccld/gccld.cpp
+++ b/llvm/tools/gccld/gccld.cpp
@@ -299,7 +299,7 @@ int main(int argc, char **argv, char **envp ) {
Libraries, gcc, envp );
// Remove the assembly language file.
- AssemblyFile.destroyFile();;
+ AssemblyFile.destroyFile();
} else if (NativeCBE) {
sys::Path CFile (OutputFilename);
CFile.appendSuffix("cbe.c");
OpenPOWER on IntegriCloud