summaryrefslogtreecommitdiff
path: root/docs/FAQ.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-12-08 18:01:27 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-12-08 18:01:27 +0000
commita34e65dc92f30ba2e94413ab8f47a07c7ba6b87c (patch)
tree419b39cc1dee6afaba31b0532cce7aa14e5126bb /docs/FAQ.html
parent079e945387edae3e38aa9259b4b537b5b09ce600 (diff)
downloadllvm-a34e65dc92f30ba2e94413ab8f47a07c7ba6b87c.tar.gz
llvm-a34e65dc92f30ba2e94413ab8f47a07c7ba6b87c.tar.bz2
llvm-a34e65dc92f30ba2e94413ab8f47a07c7ba6b87c.tar.xz
We don't have python test classes anymore.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18645 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r--docs/FAQ.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html
index a8f80dd10f..e43e3b22a5 100644
--- a/docs/FAQ.html
+++ b/docs/FAQ.html
@@ -168,10 +168,6 @@ LLVM have been ported to a plethora of platforms.</p>
<li>The GCC front end code is not as portable as the LLVM suite, so it may not
compile as well on unsupported platforms.</li>
- <li>The Python test classes are more UNIX-centric than they should be, so
- porting to non-UNIX like platforms (i.e. Windows, MacOS 9) will require some
- effort.</li>
-
<li>The LLVM build system relies heavily on UNIX shell tools, like the Bourne
Shell and sed. Porting to systems without these tools (MacOS 9, Plan 9) will
require more effort.</li>