[lld] r256376 - [README] Update to reflect the new world order.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 24 02:03:46 PST 2015


Author: davide
Date: Thu Dec 24 04:03:46 2015
New Revision: 256376

URL: http://llvm.org/viewvc/llvm-project?rev=256376&view=rev
Log:
[README] Update to reflect the new world order.

Modified:
    lld/trunk/ELF/README.md

Modified: lld/trunk/ELF/README.md
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/README.md?rev=256376&r1=256375&r2=256376&view=diff
==============================================================================
--- lld/trunk/ELF/README.md (original)
+++ lld/trunk/ELF/README.md Thu Dec 24 04:03:46 2015
@@ -10,7 +10,8 @@ distinguish chunks from input sections;
 Capabilities
 ------------
 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.
+"Hello world" can be linked on Linux/PPC64 and on Linux/AArch64 or
+FreeBSD/AArch64.
 
 Performance
 -----------




More information about the llvm-commits mailing list