diff options
| author | Eric Christopher <echristo@apple.com> | 2011-09-20 00:34:27 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-09-20 00:34:27 +0000 |
| commit | 69c02e9476ffd02d86f6be154df3e602888c2a32 (patch) | |
| tree | 81329e951e11dc6fa6db4da5f7d3c015df7ccda2 /llvm/docs/FAQ.html | |
| parent | 5aaeb91ca64b4a98861e061841e9e100252f2bb8 (diff) | |
| download | bcm5719-llvm-69c02e9476ffd02d86f6be154df3e602888c2a32.tar.gz bcm5719-llvm-69c02e9476ffd02d86f6be154df3e602888c2a32.zip | |
Remove more of llvmc and dependencies.
llvm-svn: 140121
Diffstat (limited to 'llvm/docs/FAQ.html')
| -rw-r--r-- | llvm/docs/FAQ.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index 620cf2500a4..9e3ea7f2a8d 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -540,10 +540,7 @@ Stop. <p>Currently, there isn't much. LLVM supports an intermediate representation which is useful for code representation but will not support the high level (abstract syntax tree) representation needed by most compilers. There are no - facilities for lexical nor semantic analysis. There is, however, a <i>mostly - implemented</i> configuration-driven - <a href="CompilerDriver.html">compiler driver</a> which simplifies the task - of running optimizations, linking, and executable generation.</p> + facilities for lexical nor semantic analysis.</p> </div> <div class="question"> |

