https://github.com/clayborg commented:
So the mold linker adds an extra normal symbol to the symbol table, but we also have a standard PLT entry just like the other linkers? Does mold emit: - a PLT symbol named "lib_add" that LLDB finds and creates a trampoline symbol for - a normal symbol named "lib_add$plt" which looks just like a normal symbol and stops the trampoline symbol from being created? Or do they both exist side by side? https://github.com/llvm/llvm-project/pull/178695 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
