[PATCH] D112971: [NFC] Remove LinkAll*.h
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 2 17:23:19 PDT 2021
aeubanks added a comment.
Turns out the comments are misleading, they aren't to prevent specific functions from being removed, they're to force an odr usage of various functions, which in turn makes sure that globals in the corresponding translation units with the function definition are initialized. Those globals populate registries that are necessary.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112971/new/
https://reviews.llvm.org/D112971
More information about the cfe-commits
mailing list