forked from OSchip/llvm-project
We don't have python test classes anymore.
llvm-svn: 18645
This commit is contained in:
parent
92815e5483
commit
ba739a8e56
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue