diff options
author | Chris Lattner <sabre@nondot.org> | 2010-05-04 18:16:00 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-05-04 18:16:00 +0000 |
commit | a25ee78fc0afc78dd363037daef4245f92e23218 (patch) | |
tree | 78763f0cb2fd1e565695eb9a9741e1eeaf271fb0 /llvm/docs/FAQ.html | |
parent | f3d99aaa22e0be07c98e5c250959cd6ddacc81c9 (diff) | |
download | bcm5719-llvm-a25ee78fc0afc78dd363037daef4245f92e23218.tar.gz bcm5719-llvm-a25ee78fc0afc78dd363037daef4245f92e23218.zip |
one more thing.
llvm-svn: 103024
Diffstat (limited to 'llvm/docs/FAQ.html')
-rw-r--r-- | llvm/docs/FAQ.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index ad97be16b23..bf050c492e2 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -659,7 +659,7 @@ Stop. <li><p>Finally, compile the C file:</p> <pre class="doc_code"> -% cc x.c +% cc x.c -lstdc++ </pre></li> </ol> |