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 | cd465012b3f1790496fa9fdd703a94ece56c8f2b (patch) | |
tree | 04e8164094cb994013789bea338fdfb558ef08c8 /docs/FAQ.html | |
parent | 860e0b4c950285fcaaefc3c218c9d7276fb609e8 (diff) |
one more thing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103024 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r-- | docs/FAQ.html | 2 |
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> |