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 | eae5a13078037e6b6591fd4f414452a7075cecf7 (patch) | |
tree | 3d79a7b7512ca2662c0268e8c3e30be66047e72f /docs/FAQ.html | |
parent | 400b624e02216dcbe1ec0c17963caa088b33c57a (diff) |
Remove more of llvmc and dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140121 91177308-0d34-0410-b5e6-96231b3b80d8
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"> |