[PATCH] D98458: Revert "[CodeGenModule] Set dso_local for Mach-O GlobalValue"
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 11 15:00:42 PST 2021
MaskRay added a comment.
> Mach-O doesn't support dso_local and this change broke XNU because of the use of dso_local.
Can you elaborate on the unsupportness? For example, the backend can ignore dso_local if it does not want to support it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98458/new/
https://reviews.llvm.org/D98458
More information about the cfe-commits
mailing list