diff options
| author | Gabor Greif <ggreif@gmail.com> | 2007-07-06 22:07:22 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2007-07-06 22:07:22 +0000 |
| commit | a54634adeffe67b31ccf8537c305c5235bf94ca0 (patch) | |
| tree | 7bb3069907771cfe86b9e33ff443e1e811116d0f /llvm/docs/FAQ.html | |
| parent | 12358b482788c1735fe6bbe2bff63015c6b43696 (diff) | |
| download | bcm5719-llvm-a54634adeffe67b31ccf8537c305c5235bf94ca0.tar.gz bcm5719-llvm-a54634adeffe67b31ccf8537c305c5235bf94ca0.zip | |
first pass of nomenclature changes in .html files
llvm-svn: 37956
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 6c4a79ce8ff..7342488193a 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -584,7 +584,7 @@ relatively slow. <p>Also note: this specific sequence of commands won't work if you use a function defined in the C++ runtime library (or any other C++ library). To access an external C++ library, you must manually -compile libstdc++ to LLVM bytecode, statically link it into your program, then +compile libstdc++ to LLVM bitcode, statically link it into your program, then use the commands above to convert the whole result into C code. Alternatively, you can compile the libraries and your application into two different chunks of C code and link them.</p> |

