llvm-project
d543c49a - [clang][Darwin] Disable ObjC class selector stubs when using LLD (#203388)

Commit
62 days ago
[clang][Darwin] Disable ObjC class selector stubs when using LLD (#203388) LLD does not support ObjC class selector stubs yet (which requires synthesizing `objc_msgSendClass$...` stubs). This change disables `-fobjc-msgsend-class-selector-stubs` by default when the linker is LLD. Ref: https://github.com/llvm/llvm-project/issues/203385
Author
Parents
Loading