[clang] Fix objc_sel_{name,types} missing an underscore (PR #88713)

Jonathan Schleifer via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 22 16:32:44 PDT 2024


Midar wrote:

These symbols are just used to deduplicate strings: That's why they're hidden and in COMDAT. So I don't think it'll break or fix the ABI ;).

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


More information about the cfe-commits mailing list