diff options
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r-- | docs/FAQ.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html index 620cf2500a..9e3ea7f2a8 100644 --- a/docs/FAQ.html +++ b/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"> |