Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在使用
--just-symbols=<file>
GNU ld 中的选项来获取一堆绝对符号并链接它们。我们可能对使用 clang/llvm 感兴趣,但我们目前依赖 ld 的这个特性。
llvm 链接器是否有等价物?或者至少类似于
--defsym=<absolute address>