summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-05-04 18:16:00 +0000
committerChris Lattner <sabre@nondot.org>2010-05-04 18:16:00 +0000
commitcd465012b3f1790496fa9fdd703a94ece56c8f2b (patch)
tree04e8164094cb994013789bea338fdfb558ef08c8 /docs
parent860e0b4c950285fcaaefc3c218c9d7276fb609e8 (diff)
downloadllvm-cd465012b3f1790496fa9fdd703a94ece56c8f2b.tar.gz
llvm-cd465012b3f1790496fa9fdd703a94ece56c8f2b.tar.bz2
llvm-cd465012b3f1790496fa9fdd703a94ece56c8f2b.tar.xz
one more thing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103024 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index ad97be16b2..bf050c492e 100644
--- a/docs/FAQ.html
+++ b/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>