Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lld/docs/ELF/warn_backrefs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ so far. When encountering an archive or an object file surrounded by
symbol definitions; this may result in input files being loaded, updating the
set of undefined symbol references. When all resolving definitions have been
loaded from the archive, the linker moves on the next file and will not return
to it. This means that if an input file to the right of a archive cannot have
an undefined symbol resolved by a archive to the left of it. For example:
to it. This means that if an input file to the right of an archive cannot have
an undefined symbol resolved by an archive to the left of it. For example:

ld def.a ref.o

Expand Down
2 changes: 1 addition & 1 deletion lld/docs/windows_support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ MSBuild.exe had been shipped as a component of the .NET framework, but since
2013 it's part of Visual Studio. You can find it at "C:\\Program Files
(x86)\\msbuild".

You can build LLD as a 64 bit application. To do that, open VS2013 x64 command
You can build LLD as a 64-bit application. To do that, open VS2013 x64 command
prompt and run cmake for "Visual Studio 12 Win64" target.

Using Ninja
Expand Down
Loading