LLVM 的 lld 的命令行选项文档在哪里?
Where is the command-line options documentation for LLVM's lld?
LLVM 的 lld 的命令行选项文档在哪里?
我查看了 https://lld.llvm.org/index.html,但似乎找不到任何东西。
LLD is a drop-in replacement for the GNU linkers. That accepts the same command line arguments and linker scripts as GNU.
We are currently working closely with the FreeBSD project to make LLD default system linker in future versions of the operating system, so we are serious about addressing compatibility issues.
LLVM 的 lld 的命令行选项文档在哪里?
我查看了 https://lld.llvm.org/index.html,但似乎找不到任何东西。
LLD is a drop-in replacement for the GNU linkers. That accepts the same command line arguments and linker scripts as GNU.
We are currently working closely with the FreeBSD project to make LLD default system linker in future versions of the operating system, so we are serious about addressing compatibility issues.