aboutsummaryrefslogtreecommitdiff
path: root/lld/docs/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'lld/docs/index.rst')
-rw-r--r--lld/docs/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/docs/index.rst b/lld/docs/index.rst
index bf7cf48..a50d5c0 100644
--- a/lld/docs/index.rst
+++ b/lld/docs/index.rst
@@ -36,7 +36,7 @@ Features
external linkers. All you have to do is to construct object files
and command line arguments just like you would do to invoke an
external linker and then call the linker's main function,
- ``lld::lldMain``, from your code.
+ ``lld::elf::link``, from your code.
- It is small. We are using LLVM libObject library to read from object
files, so it is not a completely fair comparison, but as of February