[lld] [llvm] [lld] Fix -ObjC load behavior with LTO (PR #92162)

Nuri Amari via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 07:17:04 PST 2025


NuriAmari wrote:

> I just have faced this issue, and have a question about the fix. The problem is that sometimes name string contains a whitespace after the comma, e.g. `__TEXT, __swift5_proto`.

You have a case where the Swift compiler emits a section with a space? I haven't looked to closely

https://github.com/llvm/llvm-project/pull/92162


More information about the llvm-commits mailing list