linker - LLVM 的 lld 的命令行选项文档在哪里?

标签 linker llvm command-line-arguments

LLVM 的 lld 的命令行选项文档在哪里?

我看过 https://lld.llvm.org/index.html并且似乎找不到任何东西。

最佳答案

LLD - The LLVM Linker有这个:

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.

关于linker - LLVM 的 lld 的命令行选项文档在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51679246/

相关文章:

c++ - LNK2019带模板

c++ - 我想根据前一条指令的结果更改 GEP 的索引

c++ - 仅在 Xcode C++ 项目中 Release模式下的链接器错误

linker - 静态链接lua的问题

c++ - 获取 LLVM 模块中的所有值

llvm - ubuntu 16.04LTS 编译混淆器-llvm

perl - 无法解析命令行的长选项

Python 命令行脚本。两种使用场景。如何实现参数解析?

maven-2 - 在 Maven 构建参数中指定 jar 文件

go - 如何检查链接到我的 Go 代码中的包的大小