Update README.

llvm-svn: 250208
This commit is contained in:
Rui Ueyama 2015-10-13 18:55:59 +00:00
parent 5a4e4f8d8a
commit deac4909c7
1 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ distinguish chunks from input sections; they are merged together.
Capabilities
------------
This linker can link LLVM and Clang on Linux x86-64 with -LLVM_ENABLE_THREADS=OFF.
This linker can link LLVM and Clang on Linux/x86-64 or FreeBSD/x86-64
with -LLVM_ENABLE_THREADS=OFF. "Hello world" can be linked on Linux/PPC64.