[lld] r249447 - ELF2: Update README.

Rafael EspĂ­ndola via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 12:41:07 PDT 2015


Thanks!

On 6 October 2015 at 15:21, Rui Ueyama via llvm-commits
<llvm-commits at lists.llvm.org> wrote:
> Author: ruiu
> Date: Tue Oct  6 14:21:13 2015
> New Revision: 249447
>
> URL: http://llvm.org/viewvc/llvm-project?rev=249447&view=rev
> Log:
> ELF2: Update README.
>
> 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=249447&r1=249446&r2=249447&view=diff
> ==============================================================================
> --- lld/trunk/ELF/README.md (original)
> +++ lld/trunk/ELF/README.md Tue Oct  6 14:21:13 2015
> @@ -4,9 +4,9 @@ This directory contains a port of the ne
>
>  Overall Design
>  --------------
> -See COFF/README.md for details on the design.
> +See COFF/README.md for details on the design. Note that unlike COFF, we do not
> +distinguish chunks from input sections; they are merged together.
>
>  Capabilities
>  ------------
> -This linker can currently generate a valid ELF file that can be run on linux
> -from a single input file.
> +This linker can link LLVM and Clang on Linux x86-64 with -LLVM_ENABLE_THREADS=OFF.
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list