1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00

[docs] Tiny rewording in the portability FAQ entry

The entry reads better with these two words swapped.
This commit is contained in:
Josh Kunz 2019-11-20 16:33:18 -08:00
parent 27de8339d1
commit e084a10545

View File

@ -34,7 +34,7 @@ the STL.
How portable is the LLVM source code?
-------------------------------------
The LLVM source code should be portable to most modern Unix-like operating
systems. LLVM has also excellent support on Windows systems.
systems. LLVM also has excellent support on Windows systems.
Most of the code is written in standard C++ with operating system
services abstracted to a support library. The tools required to build and
test LLVM have been ported to a plethora of platforms.