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 | 04367bfc20c021c4105abf0c33b86d55f782d1e8 (patch) | |
tree | 4cb65ce2b61535ce8b294cabbbfa0e80d30c5dfc /docs/FAQ.html | |
parent | 05c1dc64936c196d7242567e85710b26e8696336 (diff) | |
download | external_llvm-04367bfc20c021c4105abf0c33b86d55f782d1e8.zip external_llvm-04367bfc20c021c4105abf0c33b86d55f782d1e8.tar.gz external_llvm-04367bfc20c021c4105abf0c33b86d55f782d1e8.tar.bz2 |
first pass of nomenclature changes in .html files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37956 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 6c4a79c..7342488 100644 --- a/docs/FAQ.html +++ b/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> |