diff options
-rw-r--r-- | lld/ELF/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lld/ELF/README.md b/lld/ELF/README.md index c866fe881b4..542d8187ccd 100644 --- a/lld/ELF/README.md +++ b/lld/ELF/README.md @@ -11,3 +11,10 @@ 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. + +Performance +----------- +Achieving good performance is one of our goals. It's too early to reach a +conclusion, but we are optimistic about that as it currently seems to be faster +than GNU gold. It will be interesting to compare when we are close to feature +parity. |